freebsd-dev/sys/pc98/cbus
Jason Evans d1c1b8413e Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutex
initialization until after malloc() is safe to call, then iterate through
all mutexes and complete their initialization.

This change is necessary in order to avoid some circular bootstrapping
dependencies.
2001-01-21 07:52:20 +00:00
..
30line.h Fixed warnings. 2000-10-15 04:54:17 +00:00
cbus_dma.c Merged from sys/i386/isa/isa_dma.c revision 1.6. 2000-06-28 03:18:51 +00:00
cbus.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
clock.c Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutex 2001-01-21 07:52:20 +00:00
fdc.c Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
fdcreg.h Merge from sys/isa/fd.c revision from 1.171 to 1.176 and sys/isa/fdreg.h 2000-01-09 10:01:21 +00:00
gdc.c Restore GDC mode to initial mode instead of 24KHz. 2000-10-28 11:27:56 +00:00
olpt.c Lock down the network interface queues. The queue mutex must be obtained 2000-11-25 07:35:38 +00:00
pckbd.c Used kbio.h and consio.h instead of machine/console.h. 2000-10-20 10:35:44 +00:00
pcrtc.c Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutex 2001-01-21 07:52:20 +00:00
ppc.c Remove unneeded #include <machine/clock.h> 2000-10-15 14:19:01 +00:00
ppcreg.h Port of the PC-98 ppc to the newbus system. 2000-01-20 00:58:49 +00:00
sc_machdep.h Synced with the sc driver in the sys/dev/syscons directory. 2000-01-20 15:16:49 +00:00
scgdcrndr.c Fixed include files to use sys/{cons,fb,kb}io.h instead of 2000-10-09 11:07:18 +00:00
scterm-sck.c Merged from sys/dev/syscons/scterm-sc.c revisions from 1.8 to 1.12. 2000-07-30 08:12:08 +00:00
scvtb.c Fixed include files to use sys/{cons,fb,kb}io.h instead of 2000-10-09 11:07:18 +00:00
sio.c Merged from the following changes. 2000-11-05 14:31:19 +00:00
syscons_cbus.c Used kbio.h and consio.h instead of machine/console.h. 2000-10-20 10:35:44 +00:00