1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/sys/dev
1999-11-22 21:16:01 +00:00
..
advansys
aha
ahb
aic Bug fix: allow reset device command to complete. 1999-10-28 05:28:00 +00:00
aic7xxx
amd
amr Don't print the chipset value; it's not useful. 1999-11-02 03:24:09 +00:00
ar protect some more operations with splimp() under Netgraph. 1999-11-19 05:37:37 +00:00
ata Loose ad_sleep, its of no use anymore. 1999-11-19 08:21:15 +00:00
atkbdc Use DEVICE_MODULE() directly instead of DEV_DRIVER_MODULE. psm.c uses 1999-11-08 07:29:23 +00:00
bktr Update to driver 2.05 1999-11-13 14:54:00 +00:00
buslogic
cardbus Sync to latest cardbusdevs file 1999-11-18 07:22:59 +00:00
ccd Convert various pieces of code to use vn_isdisk() rather than checking 1999-11-22 10:33:55 +00:00
cs
cy
de
dec
dgb
dpt
ed I forgot to remove the "NCARD == 0" hacks that kept this driver 1999-11-20 09:28:01 +00:00
eisa
en
ep Kill unneeded #includes. They were left over from the short period of 1999-11-20 05:16:14 +00:00
ex Fix bus_setup_intr(); I changed exintr() to take a pointer to ex_softc 1999-11-03 15:45:14 +00:00
fb
fdc Tidy up a few loose ends in the fifo setup code. 1999-11-18 05:15:09 +00:00
fe
fxp
hea
hfa
ic
ida Call id_drvinit() from attach, not probe as the OS hasn't necessarily 1999-11-08 07:56:10 +00:00
ie
iicbus Convert iic to use make_dev() rather than cdevsw_add(). This stops the 1999-11-18 05:43:32 +00:00
isp Clean up stupidity in the isp_handle_other_response function- indexes 1999-11-21 03:18:22 +00:00
joy
kbd
lnc
mc146818
mca resource_list_{alloc,release}() takes a struct resource_list * as its 1999-11-06 07:38:01 +00:00
mcd
md Teach the md driver to use preloaded files of type "md_image". 1999-11-20 22:43:27 +00:00
mii Do some more work on the mxphy pseudo-driver to make it better at media 1999-11-01 17:10:26 +00:00
mlx Correctly compute the block count. In reality, it seems that the 1999-11-02 03:25:24 +00:00
mse
pccard Disable old PCCARD_MODULE code. 1999-10-29 17:28:09 +00:00
pcf
pci Feh, kind of went wrong the previous commit. dev should child (in some 1999-11-22 14:39:21 +00:00
pcic Latest incremental efforts on newcard: 1999-11-20 07:23:28 +00:00
pdq
ppbus
ppc
rc
rp
scd
sf Minor tweak: the subsystem device ID code for the quad port 62044 card 1999-11-20 18:29:44 +00:00
si Fix some -Wunused warnings 1999-11-18 08:43:58 +00:00
sio Argh, don't turn the IIR test on unless it's a pccard. These tests mess 1999-11-18 10:29:06 +00:00
sk
smbus Convert smb to use make_dev() rather than cdevsw_add(). This stops the 1999-11-18 05:44:56 +00:00
snp Remove cdevsw_add() - the make_dev() calls are already there. 1999-11-18 06:39:47 +00:00
sound fix panic for large writes in non-blocking mode 1999-11-22 21:16:01 +00:00
speaker Move isfoo() and friends to the newly created sys/ctype.h. 1999-11-03 17:54:26 +00:00
sr fix braino.. line misplaced. 1999-11-19 09:19:44 +00:00
streams Rename remove_dev() to destroy_dev(). 1999-11-08 07:44:01 +00:00
syscons Correctly record the mouse position in the current VTY. 1999-11-09 12:35:36 +00:00
ti
tx Added code to enable BusMaster operations. 1999-10-29 09:56:52 +00:00
usb Remove some bogus bus methods peter added. We are hardly doing 1999-11-22 03:22:43 +00:00
vinum remove PCATCH from a tsleep that isn't checked for (avoid infinite loop). 1999-11-18 08:57:03 +00:00
vn Remove the devsw magic from DEV_MODULE() 1999-11-07 10:01:17 +00:00
vr
vx
wi Fix a warning. 1999-11-18 08:39:02 +00:00
wl
xe Disable old PCCARD_MODULE code. 1999-10-29 17:28:09 +00:00