freebsd-dev/sys/dev
Kazutaka YOKOTA 800da3b22a - Remove cdevsw entry points in individual keyboard drivers;
instead, use generic entry points for all drivers.
- Eliminate bogus makedev().
- Eliminate softc in the lower drivers, as it is no longer necessary.

Submitted (95%) by: phk
1999-08-22 09:52:33 +00:00
..
advansys Properly set the alignment argument to bus_dma_tag_create(). If we 1999-08-16 01:52:21 +00:00
aha Properly set the alignment argument to bus_dma_tag_create(). If we 1999-08-16 01:52:21 +00:00
ahb Properly set the alignment argument to bus_dma_tag_create(). If we 1999-08-16 01:52:21 +00:00
aic7xxx Implement a new generic mechanism for attaching handler functions to 1999-08-21 06:24:40 +00:00
amd Properly set the alignment argument to bus_dma_tag_create(). If we 1999-08-16 01:52:21 +00:00
ar
ata Spring cleaning around strategy and disklabels/slices: 1999-08-14 11:40:51 +00:00
atkbdc - Remove cdevsw entry points in individual keyboard drivers; 1999-08-22 09:52:33 +00:00
bktr Alter the behavior of sys/kern/subr_bus.c:device_print_child() 1999-07-29 01:03:04 +00:00
buslogic Properly set the alignment argument to bus_dma_tag_create(). If we 1999-08-16 01:52:21 +00:00
ccd Spring cleaning around strategy and disklabels/slices: 1999-08-14 11:40:51 +00:00
cs
cy
de Add missing include. 1999-08-21 21:35:59 +00:00
dec
dgb
dpt Clean up after removing sys/eventhandler.h from sys/systm.h at the last 1999-08-21 22:10:49 +00:00
ed
eisa I'm not sure how this wasn't in the last commit but anyhow... 1999-08-02 20:01:40 +00:00
en Clean up after removing sys/eventhandler.h from sys/systm.h at the last 1999-08-21 22:10:49 +00:00
ep Set ifp->if_init to the right function. 1999-08-20 14:12:14 +00:00
ex Make these actually compile. I got a little delete happy pruning includes 1999-08-18 22:14:24 +00:00
fb
fdc Spring cleaning around strategy and disklabels/slices: 1999-08-14 11:40:51 +00:00
fe Make these actually compile. I got a little delete happy pruning includes 1999-08-18 22:14:24 +00:00
fxp
hea Implement a new generic mechanism for attaching handler functions to 1999-08-21 06:24:40 +00:00
hfa Implement a new generic mechanism for attaching handler functions to 1999-08-21 06:24:40 +00:00
ic
ida Properly set the alignment argument to bus_dma_tag_create(). If we 1999-08-16 01:52:21 +00:00
ie Clean up after removing sys/eventhandler.h from sys/systm.h at the last 1999-08-21 22:10:49 +00:00
iicbus Alter the behavior of sys/kern/subr_bus.c:device_print_child() 1999-07-29 01:03:04 +00:00
isp Clarify and cleanup some CAM queueing breakages. 1999-08-16 20:11:45 +00:00
joy
kbd - Remove cdevsw entry points in individual keyboard drivers; 1999-08-22 09:52:33 +00:00
lnc Set ifp->if_init to the right function. 1999-08-20 14:12:14 +00:00
mc146818
mcd
mii Crap, I knew I was going to forget something: add missing miibus method 1999-08-22 00:56:39 +00:00
mse
pccard Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, 1999-08-08 18:43:05 +00:00
pcf Alter the behavior of sys/kern/subr_bus.c:device_print_child() 1999-07-29 01:03:04 +00:00
pci Alter the behavior of sys/kern/subr_bus.c:device_print_child() 1999-07-29 01:03:04 +00:00
pcm/isa
pdq Clean up after removing sys/eventhandler.h from sys/systm.h at the last 1999-08-21 22:10:49 +00:00
ppbus Add pin-numbers for easy reference. 1999-08-18 20:45:57 +00:00
ppc
rc
rp
scd
sf Remember to clear the IFF_RUNNING and IFF_OACTIVE flags in sf_stop() and 1999-07-25 05:16:05 +00:00
si printf("%x",dev); -> printf("%s",devtoname(dev)); 1999-08-18 17:42:41 +00:00
sio make alpha compile again. 1999-08-09 11:02:45 +00:00
sk Remember to clear the IFF_RUNNING and IFF_OACTIVE flags in sf_stop() and 1999-07-25 05:16:05 +00:00
smbus Alter the behavior of sys/kern/subr_bus.c:device_print_child() 1999-07-29 01:03:04 +00:00
snp
sound/isa
speaker Welcome devtoname(), to most likely be used when printing information 1999-08-17 20:25:50 +00:00
sr
streams Fix fd race conditions (during shared fd table usage.) Badfileops is 1999-08-04 18:53:50 +00:00
syscons Implement a new generic mechanism for attaching handler functions to 1999-08-21 06:24:40 +00:00
ti Minor glitch in ti_newbuf_jumbo(): m_adj() was being called on 1999-08-14 15:45:03 +00:00
tx Clean up after removing sys/eventhandler.h from sys/systm.h at the last 1999-08-21 22:10:49 +00:00
usb - Remove cdevsw entry points in individual keyboard drivers; 1999-08-22 09:52:33 +00:00
vinum free_drive: mark drive down. This may fix a panic in the 'start' command. 1999-08-16 05:09:39 +00:00
vn Spring cleaning around strategy and disklabels/slices: 1999-08-14 11:40:51 +00:00
vr Small tweak: remember to free the tx ring data (which is malloc()ed) if 1999-08-10 21:12:11 +00:00
vx Clean up after removing sys/eventhandler.h from sys/systm.h at the last 1999-08-21 22:10:49 +00:00
wi Clean up after removing sys/eventhandler.h from sys/systm.h at the last 1999-08-21 22:10:49 +00:00
wl Make these actually compile. I got a little delete happy pruning includes 1999-08-18 22:14:24 +00:00
xe Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, 1999-08-08 18:43:05 +00:00