freebsd-src/sys/pc98/cbus
Poul-Henning Kamp 46eede0058 Continue where Julian left off in July 1998:
Virtualize bdevsw[] from cdevsw.  bdevsw() is now an (inline)
        function.

        Join CDEV_MODULE and BDEV_MODULE to DEV_MODULE (please pay attention
        to the order of the cmaj/bmaj arguments!)

        Join CDEV_DRIVER_MODULE and BDEV_DRIVER_MODULE to DEV_DRIVER_MODULE
        (ditto!)

(Next step will be to convert all bdev dev_t's to cdev dev_t's
before they get to do any damage^H^H^H^H^H^Hwork in the kernel.)
1999-05-07 10:11:40 +00:00
..
30line.h
cbus.h
cbus_dma.c Sync with sys/i386/isa/isa_dma.c revision 1.2. 1999-04-21 12:17:00 +00:00
clock.c Sync with sys/i386/isa/clock.c revision 1.132. 1999-04-28 08:06:00 +00:00
fdc.c Continue where Julian left off in July 1998: 1999-05-07 10:11:40 +00:00
fdcreg.h
gdc.c Sync with follwing files: 1999-04-18 14:42:20 +00:00
pckbd.c Sync with follwing files: 1999-04-18 14:42:20 +00:00
pcrtc.c Sync with sys/i386/isa/clock.c revision 1.132. 1999-04-28 08:06:00 +00:00
sio.c Continue where Julian left off in July 1998: 1999-05-07 10:11:40 +00:00