freebsd-skq/sys/dev
msmith 8221b137c1 If a base address register has been set up by the BIOS, but the relevant
enable bit hasn't been set in the command register, set the bit and
honour the register.  It seems that quite a few lazy BIOS writers
aren't bothering to do this, which upsets the existing code and causes
us to miss out on properly-configured devices.
2000-09-01 23:09:02 +00:00
..
acpi Change the probing order priority of acpi so that acpi is probed after 2000-09-01 20:37:07 +00:00
advansys
agp Add support for Intel's i810 chipset with integrated graphics. An 2000-07-12 10:13:07 +00:00
aha
ahb
aic Terminate aic_ids[] 2000-06-19 22:16:14 +00:00
aic7xxx * Completely rewrite the alpha busspace to hide the implementation from 2000-08-28 21:48:13 +00:00
amd
amr Major update to the AMI MegaRAID driver. 2000-08-30 07:52:50 +00:00
an MF4: fix style(9) whitespace breakage. 2000-08-08 23:53:11 +00:00
ar
asr Move the 'asr' driver to cdev major 154, since 97 is already taken. 2000-09-01 21:14:17 +00:00
ata * Completely rewrite the alpha busspace to hide the implementation from 2000-08-28 21:48:13 +00:00
atkbdc * Completely rewrite the alpha busspace to hide the implementation from 2000-08-28 21:48:13 +00:00
awi awictl configuration interface is never used and now it is replaced by 2000-08-14 14:10:10 +00:00
bktr Fix newbus resource allocations 2000-08-24 14:17:06 +00:00
buslogic
cardbus
ccd Give ccd a cloning function. 2000-08-29 16:29:02 +00:00
cs Make all Ethernet drivers attach using ether_ifattach() and detach using 2000-07-13 22:54:34 +00:00
cy
dc Close PR 20438. Make fix for preserving LED settings conditional on 2000-08-07 17:03:20 +00:00
de Make all Ethernet drivers attach using ether_ifattach() and detach using 2000-07-13 22:54:34 +00:00
dec
dgb
dpt Allow the DPT pci attachment to share IRQ's 2000-08-26 22:19:53 +00:00
ed - Fixed the conversion to bus_space interface. 2000-08-17 12:15:45 +00:00
eisa
en Replace the mbuf external reference counting code with something 2000-08-19 08:32:59 +00:00
ep Properly detect ISA cards in EISA mode and skip them in the ISA identify 2000-07-18 06:37:08 +00:00
ex Make all Ethernet drivers attach using ether_ifattach() and detach using 2000-07-13 22:54:34 +00:00
fb * Completely rewrite the alpha busspace to hide the implementation from 2000-08-28 21:48:13 +00:00
fdc Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c) 2000-08-20 21:34:39 +00:00
fe Make all Ethernet drivers attach using ether_ifattach() and detach using 2000-07-13 22:54:34 +00:00
fxp Fix a bug brought to light by the people working on SMPng. I don't quite 2000-08-11 17:47:55 +00:00
hea
hfa
ic
ida The DEC version of the Smart controller has its configuration information 2000-07-27 22:24:44 +00:00
ie Make all Ethernet drivers attach using ether_ifattach() and detach using 2000-07-13 22:54:34 +00:00
iicbus
isp * Completely rewrite the alpha busspace to hide the implementation from 2000-08-28 21:48:13 +00:00
ispfw Roll back target mode f/w to 7.55- 7.65 hangs when presented with a 2000-07-17 00:34:52 +00:00
joy
kbd * Completely rewrite the alpha busspace to hide the implementation from 2000-08-28 21:48:13 +00:00
lmc
lnc Make all Ethernet drivers attach using ether_ifattach() and detach using 2000-07-13 22:54:34 +00:00
mc146818
mca
mcd
md * Completely rewrite the alpha busspace to hide the implementation from 2000-08-28 21:48:13 +00:00
mii Added Altima Communications OUI and their AC101 10/100 2000-06-21 19:26:01 +00:00
mlx Add support for 2.x/3.x firmware adapters which are too old to have a 2000-08-04 06:52:00 +00:00
mly This is the initial import of a new driver for the current family of 2000-08-23 03:22:41 +00:00
mse
musycc Many and sundry changes. Still alpha quality. 2000-08-29 12:32:01 +00:00
null Small style change; make function names less likely to clash with 2000-07-09 12:29:24 +00:00
nulldev Small style change; make function names less likely to clash with 2000-07-09 12:29:24 +00:00
pccard Minor tweaks to have the card be properly enabled via the CCR. 2000-08-26 00:07:40 +00:00
pcf
pci If a base address register has been set up by the BIOS, but the relevant 2000-09-01 23:09:02 +00:00
pcic Add comment about why the deletion of children is necessary in detach. 2000-08-30 06:56:03 +00:00
pdq
ppbus Remove an unused variable warning. 2000-07-18 20:16:36 +00:00
ppc Add support for the PC87303 chipset (found on Miata alphas) and add 2000-07-20 09:28:07 +00:00
random o Fix a horrible bug where small reads (< 8 bytes) would return the 2000-07-25 21:18:47 +00:00
randomdev o Fix a horrible bug where small reads (< 8 bytes) would return the 2000-07-25 21:18:47 +00:00
ray Add attribute memory setup warnings 2000-07-11 21:31:59 +00:00
rc
rp Fix a bug upon initialization. (_INDX_ADDR -> _INDX_DATA) 2000-08-21 13:18:56 +00:00
scd
sf Close PR# 19904: remember to call sf_setmulti() when initializing the 2000-07-14 19:11:02 +00:00
si
sio Call destroy_dev() when sio devices go away. 2000-08-27 14:46:13 +00:00
sk Replace the mbuf external reference counting code with something 2000-08-19 08:32:59 +00:00
smbus
sn Make all Ethernet drivers attach using ether_ifattach() and detach using 2000-07-13 22:54:34 +00:00
snp
sound change mixer api slightly 2000-09-01 20:09:24 +00:00
speaker Add PnP probe methods to some common AT hardware drivers. In each case, 2000-06-23 07:44:33 +00:00
sr
streams Cleanup after repo copy of sys/svr4 to sys/compat/svr4. 2000-09-01 08:47:14 +00:00
sym - Various comment fixes and additions. 2000-07-02 21:26:50 +00:00
syscons Make it possible to pass boot()'s flags to shutdown_nice() so that the 2000-08-31 00:08:50 +00:00
tdfx Removed detection for Voodoo Banshee and Voodoo3 cards. I forsee certain 2000-08-28 04:28:53 +00:00
ti * Completely rewrite the alpha busspace to hide the implementation from 2000-08-28 21:48:13 +00:00
twe Remove some confusing verbosity - we have no idea what RAID level the 2000-07-20 02:31:56 +00:00
tx Make all Ethernet drivers attach using ether_ifattach() and detach using 2000-07-13 22:54:34 +00:00
usb Regen. 2000-08-26 05:08:11 +00:00
vinum open_drive: 2000-08-16 04:31:37 +00:00
vn Add snapshots to the fast filesystem. Most of the changes support 2000-07-11 22:07:57 +00:00
vr Make all Ethernet drivers attach using ether_ifattach() and detach using 2000-07-13 22:54:34 +00:00
vx Make all Ethernet drivers attach using ether_ifattach() and detach using 2000-07-13 22:54:34 +00:00
wi Make all Ethernet drivers attach using ether_ifattach() and detach using 2000-07-13 22:54:34 +00:00
wl Make all Ethernet drivers attach using ether_ifattach() and detach using 2000-07-13 22:54:34 +00:00
xe Make all Ethernet drivers attach using ether_ifattach() and detach using 2000-07-13 22:54:34 +00:00