freebsd-dev/sys/dev/atkbdc
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
..
atkbd_atkbdc.c Bring the 'new-bus' to the i386. This extensively changes the way the 1999-04-16 21:22:55 +00:00
atkbd_isa.c Bring the 'new-bus' to the i386. This extensively changes the way the 1999-04-16 21:22:55 +00:00
atkbd.c Bring the 'new-bus' to the i386. This extensively changes the way the 1999-04-16 21:22:55 +00:00
atkbdc_isa.c As a temporary anti-foot-shooting measure, don't let the user attach 1999-04-16 23:39:15 +00:00
atkbdc_subr.c As a temporary anti-foot-shooting measure, don't let the user attach 1999-04-16 23:39:15 +00:00
atkbdc.c Add the new keyboard driver and video card driver. They will be 1999-01-09 02:44:50 +00:00
atkbdcreg.h Add the new keyboard driver and video card driver. They will be 1999-01-09 02:44:50 +00:00
atkbdreg.h Keyboard driver update in preparation for the USB keyboard driver. 1999-03-10 10:36:53 +00:00
psm.c Continue where Julian left off in July 1998: 1999-05-07 10:11:40 +00:00