History log of /netbsd/sys/arch/cesfic/dev/zs_pcc.c (Results 1 – 9 of 9)
Revision Date Author Comments
# 02cb47ca 29-Mar-2008 tsutsui <tsutsui@NetBSD.org>

Split softc and device_t for zsc(4) and its children.

XXX we should restructure MI APIs and make it really machine independent.


# 4b293a84 03-Dec-2007 ad <ad@NetBSD.org>

Interrupt handling changes, in discussion since February:

- Reduce available SPL levels for hardware devices to none, vm, sched, high.
- Acquire kernel_lock only for interrupts at IPL_VM.
- Implemen

Interrupt handling changes, in discussion since February:

- Reduce available SPL levels for hardware devices to none, vm, sched, high.
- Acquire kernel_lock only for interrupts at IPL_VM.
- Implement threaded soft interrupts.

show more ...


# 0092fa7c 05-Mar-2007 tsutsui <tsutsui@NetBSD.org>

MI softintr(9)'fy. Untested.

This port needs much more cleanups, it seems...


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 212af23c 28-Sep-2003 cl <cl@NetBSD.org>

Cast to (void *) to appease gcc3.


# e803bea7 15-Jul-2003 lukem <lukem@NetBSD.org>

__KERNEL_RCSID()


# c5e91d44 02-Oct-2002 thorpej <thorpej@NetBSD.org>

Use CFATTACH_DECL().


# 9a711d69 27-Sep-2002 thorpej <thorpej@NetBSD.org>

Declare all cfattach structures const.


# e047259a 14-May-2001 drochner <drochner@NetBSD.org>

Initial import of the known working kernel bits for the NetBSD/cesfic
port. cesfic is a VME board with one or two mc68040 processors. See
the README file for details.
The port is working well with a.

Initial import of the known working kernel bits for the NetBSD/cesfic
port. cesfic is a VME board with one or two mc68040 processors. See
the README file for details.
The port is working well with a.out userland, there are some problems
with ELF still, like applications running out of memory where it is not
expected. Some parts, in particular the pmap (which was taken from hp300
four years ago), need updating, but this is easier done within the NetBSD
CVS tree.

show more ...