freebsd-dev/sys/dev/kbd
Poul-Henning Kamp 2447bec829 Simplify cdevsw registration.
The cdevsw_add() function now finds the major number(s) in the
struct cdevsw passed to it.  cdevsw_add_generic() is no longer
needed, cdevsw_add() does the same thing.

cdevsw_add() will print an message if the d_maj field looks bogus.

Remove nblkdev and nchrdev variables.  Most places they were used
bogusly.  Instead check a dev_t for validity by seeing if devsw()
or bdevsw() returns NULL.

Move bdevsw() and devsw() functions to kern/kern_conf.c

Bump __FreeBSD_version to 400006

This commit removes:
        72 bogus makedev() calls
        26 bogus SYSINIT functions

if_xe.c bogusly accessed cdevsw[], author/maintainer please fix.

I4b and vinum not changed.  Patches emailed to authors.  LINT
probably broken until they catch up.
1999-05-31 11:29:30 +00:00
..
atkbd.c This commit should be a extensive NO-OP: 1999-05-30 16:53:49 +00:00
atkbdc.c Include sys/isa/isareg.h rather than i386/isa/isa.h for i386. 1999-05-20 09:48:13 +00:00
atkbdcreg.h Slight reorganization of internal interface in the keyboard controller 1999-05-18 11:33:14 +00:00
atkbdreg.h Keyboard driver update in preparation for the USB keyboard driver. 1999-03-10 10:36:53 +00:00
kbd.c Simplify cdevsw registration. 1999-05-31 11:29:30 +00:00
kbdreg.h Keyboard driver update in preparation for the USB keyboard driver. 1999-03-10 10:36:53 +00:00
kbdtables.h Keyboard driver update in preparation for the USB keyboard driver. 1999-03-10 10:36:53 +00:00