freebsd-dev/sys/dev/atkbdc
Poul-Henning Kamp 9dcbe2404a Convert DEVFS hooks in (most) drivers to make_dev().
Diskslice/label code not yet handled.

Vinum, i4b, alpha, pc98 not dealt with (left to respective Maintainers)

Add the correct hook for devfs to kern_conf.c

The net result of this excercise is that a lot less files depends on DEVFS,
and devtoname() gets more sensible output in many cases.

A few drivers had minor additional cleanups performed relating to cdevsw
registration.

A few drivers don't register a cdevsw{} anymore, but only use make_dev().
1999-08-23 20:59:21 +00:00
..
atkbd_atkbdc.c - Remove cdevsw entry points in individual keyboard drivers; 1999-08-22 09:52:33 +00:00
atkbd_isa.c - Remove cdevsw entry points in individual keyboard drivers; 1999-08-22 09:52:33 +00:00
atkbd.c Convert DEVFS hooks in (most) drivers to make_dev(). 1999-08-23 20:59:21 +00:00
atkbdc_isa.c Alter the behavior of sys/kern/subr_bus.c:device_print_child() 1999-07-29 01:03:04 +00:00
atkbdc_subr.c Alter the behavior of sys/kern/subr_bus.c:device_print_child() 1999-07-29 01:03:04 +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 - Remove cdevsw entry points in individual keyboard drivers; 1999-08-22 09:52:33 +00:00
psm.c Convert DEVFS hooks in (most) drivers to make_dev(). 1999-08-23 20:59:21 +00:00