freebsd-nq/sys/dev
Alexander Motin e3ae9f65c2 Handle device_get_children() errors in more correct way.
We shouldn't detach until all children are surely destroyed.

Found with:     Coverity Prevent(tm)
CID:            2137
2008-11-22 15:35:21 +00:00
..
aac
acpi_support Add support for Asus A8Sr notebooks. 2008-11-04 11:52:50 +00:00
acpica Make sure legacy replacement route is turned off when enbling HPET. 2008-11-19 20:31:38 +00:00
adb Probe ADB miscellaneous devices (ID 7) instead of stopping at ID 6. This 2008-11-12 17:33:36 +00:00
adlink
advansys
ae
age Remove informational messages left. These messages were intended to 2008-11-07 07:02:28 +00:00
agp
aha
ahb
aic
aic7xxx
ale Add ale(4), a driver for Atheros AR8121/AR8113/AR8114 PCIe ethernet 2008-11-12 09:52:06 +00:00
amd
amr Move the CAM passthrough code into a true module so that it doesn't have to be 2008-11-03 00:53:54 +00:00
an In case INET is not defined, then ANCACHE is not defined and 2008-11-06 08:55:46 +00:00
ar Retire the MALLOC and FREE macros. They are an abomination unto style(9). 2008-10-23 15:53:51 +00:00
arcmsr
asmc
asr
ata Only call dma.unload() if initialized. 2008-10-27 09:26:24 +00:00
ath Fix checks for fast frames negotiation. ni_ath_flags holds the 2008-10-30 16:22:04 +00:00
atkbdc Rewrite Synaptics touchpads support with the following goals in mind: 2008-10-14 17:48:36 +00:00
auxio
bce - bump __FreeBSD version to reflect added buf_ring, memory barriers, 2008-11-22 05:55:56 +00:00
bfe
bge Do as the Linux tg3 driver does and enable MSI support also 2008-10-27 22:10:01 +00:00
bktr
bm Change the way we enable the BMAC cell in macio. Instead of calling the 2008-10-13 17:33:55 +00:00
buslogic
cardbus Create a /dev/cardbus%d.cis, to be compatible with older versions of 2008-11-21 03:03:57 +00:00
ce Retire the MALLOC and FREE macros. They are an abomination unto style(9). 2008-10-23 15:53:51 +00:00
cfe Remove unused consdev structure fields. 2008-10-27 11:45:31 +00:00
cfi Add a driver for flash memory that implements to the Common Flash 2008-10-25 06:18:12 +00:00
ciss
cm
cmx
coretemp
cp
cpuctl
cpufreq
cs
ct
ctau
cx
cxgb - enable multiple transmit queues 2008-11-22 08:05:05 +00:00
cy
dc
dcons Given that the buffer dcons_crom(4) exposes is used for both input 2008-11-19 22:09:03 +00:00
de
digi
dpt
drm Fix error in busmaster enable logic 2008-10-27 21:24:34 +00:00
e1000 Hide AF_INET specific ioctl handling under #ifdef INET. 2008-11-06 11:11:25 +00:00
ed
eisa
en Hide an unused variable in case we compile with neither INET nor INET6. 2008-11-06 09:41:31 +00:00
ep
esp
et
ex
exca
fatm
fb
fdc - Revive fdc(4) per-device flag 0x10, which was removed in r1.284[1]. 2008-11-15 01:43:34 +00:00
fe
firewire
flash
fxp
gem
glxsb Fix two possible (but unlikely) NULL-pointer dereferences in glxsb(4). 2008-11-17 07:09:40 +00:00
hatm
hifn
hme
hptiop
hptmv
hptrr
hwpmc Unbreak LINT. 2008-11-22 12:34:49 +00:00
ic
ichsmb
ichwd
ida
ie
ieee488
if_ndis Fake the assoc id so that ndis can work on the latest net80211. 2008-11-11 03:36:15 +00:00
iicbus
iir
io
ipmi Fix typo where the code was missing the "IPMICTL_RECEIVE_MSG_32" condition 2008-11-14 01:53:10 +00:00
ips
ipw
iscsi/initiator
isp
ispfw Make ispfw(4) play nice with individual firmware modules. 2008-11-11 00:14:10 +00:00
iwi
iwn o use the new association callback to notify the driver when joining a bss 2008-10-27 16:46:50 +00:00
ixgb
ixgbe
jme Make sure to read the last byte of EEPROM descriptor. Previously 2008-10-14 00:54:15 +00:00
joy
k8temp
kbd
kbdmux
le
led
lge
lmc Retire the MALLOC and FREE macros. They are an abomination unto style(9). 2008-10-23 15:53:51 +00:00
malo
mc146818
mca
mcd
md
mem
mfi Fix the maximum transfer size for mfi(4) disk devices to not exceed the 2008-11-17 23:30:19 +00:00
mge Marvell Gigabit Ethernet controller driver. 2008-10-14 07:24:18 +00:00
mii Use auto-negotiation for manual media type selection. This fixes 2008-10-25 06:39:17 +00:00
mk48txx
mlx
mly
mmc Allow card reader bridge driver to report maximum supported transfer size. 2008-10-29 20:01:26 +00:00
mn Move mn over. One of the last stragglers in sys/pci. There's no 2008-11-02 17:04:54 +00:00
mpt
mse
msk
mxge - bump __FreeBSD version to reflect added buf_ring, memory barriers, 2008-11-22 05:55:56 +00:00
my
ncv
nfe
nge
nmdm Make nmdm(4) use MPSAFE callouts. 2008-11-19 21:07:33 +00:00
nsp
null
nve
nvram
nxge - bump __FreeBSD version to reflect added buf_ring, memory barriers, 2008-11-22 05:55:56 +00:00
ofw Remove unused consdev structure fields. 2008-10-27 11:45:31 +00:00
patm
pbio
pccard
pccbb
pcf
pci Add ADMA, SATA and SAS mass storage subclasses reporting. 2008-11-13 19:57:33 +00:00
pcn
pdq
powermac_nvram Convert PowerPC AIM PCI and nexus busses to standard OFW bus interface. This 2008-10-14 14:54:14 +00:00
ppbus Various whitespace and style fixes. 2008-11-16 17:42:02 +00:00
ppc Various whitespace and style fixes. 2008-11-16 17:42:02 +00:00
pst
puc Add an entry for the "SIIG Cyber 4 PCI 16550", which is a four-port card 2008-10-25 10:55:49 +00:00
quicc
ral o use the new association callback to notify the driver when joining a bss 2008-10-27 16:46:50 +00:00
random
ray Fix a number of style issues in the MALLOC / FREE commit. I've tried to 2008-10-23 20:26:15 +00:00
rc
re
rndtest
rp
safe
sbni
scc
scd
sdhci Allow card reader bridge driver to report maximum supported transfer size. 2008-10-29 20:01:26 +00:00
sf
si
siba
sio Allow device hints to wire the unit numbers of devices. 2008-11-18 21:01:54 +00:00
sis
sk
smbus
smc
sn
snc
snp Reintroduce the snp(4) driver. 2008-11-05 15:04:03 +00:00
sound Handle device_get_children() errors in more correct way. 2008-11-22 15:35:21 +00:00
speaker
spibus
sr Fix a number of style issues in the MALLOC / FREE commit. I've tried to 2008-10-23 20:26:15 +00:00
ste
stg
stge
streams
sym Use xpt_register_async() in order to remove code duplication. 2008-10-14 20:18:57 +00:00
syscons Undo revision 185013 until better solution is found. 2008-11-17 20:33:13 +00:00
tdfx
ti
tl
trm
tsec
twa
twe
tx
txp
uart Fix detaching of uart(4) devices. 2008-10-23 19:11:44 +00:00
ubsec
usb src/sys/dev/usb2/controller/uss820dci_pccard.c 2008-11-19 08:56:35 +00:00
usb2 src/sys/dev/usb2/controller/uss820dci_pccard.c 2008-11-19 08:56:35 +00:00
utopia
vge Fix Rx/Tx checksum offload ioctl handling. Now checksum offload 2008-11-13 04:11:01 +00:00
vkbd
vr Fix typo. It restuled in activating unwanted Rx filtering as well 2008-11-17 00:50:59 +00:00
vx
watchdog
wb
wds
wi
wl
wpi o use the new association callback to notify the driver when joining a bss 2008-10-27 16:46:50 +00:00
xe
xen Remove unused consdev structure fields. 2008-10-27 11:45:31 +00:00
xl