freebsd-nq/sys/dev
Olivier Houchard fdf2a3468a Do not test if pDCB is not NULL, we dereference it before anyway, and it
should not happen. Add a KASSERT instead.

Reported by:	Ted Unangst <tedu@coverity.com>
Spotted out by:	cperciva
2004-02-20 20:36:55 +00:00
..
aac Change the disk(9) API in order to make device removal more robust. 2004-02-18 21:36:53 +00:00
acpi_support Only remove the handler if we installed it. 2004-01-12 19:35:31 +00:00
acpica Use ACPI_NEXT_RESOURCE instead of defining our own copy. The one provided 2004-02-19 18:20:03 +00:00
adlink
advansys
agp This is not a D_TTY driver. 2004-02-15 10:08:09 +00:00
aha
ahb
aic
aic7xxx Fixed style of DPADD and LDADD assignments as per style.Makefile(5). 2004-02-05 22:44:25 +00:00
amd Setting pccb->ccb_h.status to CAM_REQ_CMP one time is enough. 2004-01-21 10:49:42 +00:00
amr Change the disk(9) API in order to make device removal more robust. 2004-02-18 21:36:53 +00:00
an Remove the HACK section it breaks the older firmware and doesn't totally 2004-01-10 03:02:04 +00:00
ar Get rid of the last two uses of NG_NODELEN + 1 in the base system by 2004-01-26 16:41:21 +00:00
asr
ata Change the disk(9) API in order to make device removal more robust. 2004-02-18 21:36:53 +00:00
ath Make this compile on amd64. 2004-02-06 00:10:54 +00:00
atkbdc Significantly reduce the "jitter" that is typical for PS/2 mice 2003-12-11 11:28:11 +00:00
awi Correct beacon (src/bssid) for hostap and adhoc mode. 2004-01-15 13:30:06 +00:00
bfe Drop the driver lock around calls to if_input to avoid a LOR when 2003-11-14 19:00:32 +00:00
bge Fix typo in a comment 2004-01-13 11:31:09 +00:00
bktr Use contigmalloc() instead of vm_page_alloc_contig(). 2004-01-14 00:52:53 +00:00
buslogic
cardbus
ciss Fixed a memory leak. 2004-01-18 16:55:01 +00:00
cm
cnw
cs o Add sysctl to allow ignoring checksum of eeprom. 2003-11-04 02:59:57 +00:00
ct
cx Fixing copyright and adding vendor cvs id. 2004-02-14 21:08:11 +00:00
cy
dc Some integrated Davicom cards in sparc64 boxes have an all zeros 2004-01-08 19:08:27 +00:00
dcons - Clean up global data. 2004-02-16 07:25:46 +00:00
de
dec
digi
dpt - Handle failure of cam_sim_alloc(). 2004-01-17 05:57:52 +00:00
drm This is not a D_TTY driver. 2004-02-14 19:56:35 +00:00
ed Added TDK LAK-CD031 (simple NE2000 device). 2003-12-31 04:25:00 +00:00
eisa
em Only reset the phy when it is absolutely required. 2004-02-10 21:31:09 +00:00
en Move the locking of the softc up to before the allocation of the 2003-12-17 10:01:46 +00:00
ep
ex
exca Card type stuff was backwards, so assume io for the moment. mem needs 2003-10-07 04:29:04 +00:00
fatm Fix 0 / NULL mixup (this module isn't in LINT!) 2003-12-24 05:24:24 +00:00
fb __powerpc__ conditional code for the syscons OpenFirmware/PPC framebuffer. 2004-01-21 05:08:51 +00:00
fdc Workaround some ACPI BIOSen which break the IO port into multiple 2004-02-15 20:30:22 +00:00
fe Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones. 2003-12-08 07:54:15 +00:00
firewire Use the PCIR_BAR() macro rather than a magic number to specify the BAR 2004-02-12 20:47:03 +00:00
fxp
gem Add new Apple GEM PCI id. 2004-02-02 01:11:39 +00:00
gfb Catch a few places where NULL (pointer) was used where 0 (integer) was 2003-12-23 02:36:43 +00:00
gx Avoid overwriting capability bits marked earlier 2004-01-18 10:15:48 +00:00
harp
hatm change NULL to 0 to silence warning. 2003-12-24 18:23:02 +00:00
hfa
hifn Add CRD_F_KEY_EXPLICIT which allows the key to be changed per 2004-02-02 17:06:34 +00:00
hme
ic Add a header for the i8259A register definitions. This is based on 2004-01-06 18:59:37 +00:00
ichsmb
ida Change the disk(9) API in order to make device removal more robust. 2004-02-18 21:36:53 +00:00
idt Use contigmalloc() instead of vm_page_alloc_contig(). Pass M_ZERO to 2004-01-14 06:14:35 +00:00
ie
if_ndis Add yet more bulletproofing. This is to guard against the case that 2004-02-11 21:53:40 +00:00
iicbus o eliminate widespread on-stack mbuf use for bpf by introducing 2003-12-28 03:56:00 +00:00
iir Remove the static major assignment for iir(4). 2004-02-14 23:18:58 +00:00
ips Change the disk(9) API in order to make device removal more robust. 2004-02-18 21:36:53 +00:00
isp We aren't D_TAPE. We aren't anything. The reasons why this was ever set 2004-02-16 17:43:57 +00:00
ispfw Update firmware sets for the 12160, 2200 and 2300 cards to the (more or 2004-01-14 18:38:03 +00:00
joy
kbd While USB keyboards attach as ukbd[0-9]+, the device node created by 2004-01-27 15:40:30 +00:00
led Use standard style for cdevsw initialization. 2004-02-14 20:03:36 +00:00
lge Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones. 2003-12-08 07:54:15 +00:00
lnc Fix the PCI attach routine to properly setup the IRQ and port resource 2004-01-22 16:07:03 +00:00
matcd
mc146818
mca Use __FBSDID(). 2003-08-24 17:55:58 +00:00
mcd
md Allow specification of a geometry for vnode backed devices as well as 2004-01-12 10:52:00 +00:00
mii Make sure set the media type in the phy, we cannot trust it to have chosen 2004-01-17 10:44:39 +00:00
mk48txx
mlx Change the disk(9) API in order to make device removal more robust. 2004-02-18 21:36:53 +00:00
mly Fixed a memory leak. 2004-01-18 12:49:36 +00:00
mpt Catch a few places where NULL (pointer) was used where 0 (integer) was 2003-12-23 02:36:43 +00:00
mse
musycc
my Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones. 2003-12-08 07:54:15 +00:00
ncv
nge Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones. 2003-12-08 07:54:15 +00:00
nmdm
nsp
null
ofw Change the disk(9) API in order to make device removal more robust. 2004-02-18 21:36:53 +00:00
owi Nursemaid: Fix compilation. 2003-12-10 15:09:38 +00:00
patm Added missing DPADD. 2004-02-05 22:01:28 +00:00
pccard Sync to pccarddevs 1.81. 2004-01-21 16:03:40 +00:00
pccbb MFp4: 2004-01-04 22:10:00 +00:00
pcf
pci It appears that the changes in the resources allocated is causing much 2004-01-17 21:54:04 +00:00
pcic
pdq Use contigmalloc() and contigfree() instead of vm_page_alloc_contig() and 2004-01-13 20:36:03 +00:00
ppbus Apparently there's a good reason why M_WAITOK malloc() is done before 2004-01-18 13:09:38 +00:00
ppc
pst Change the disk(9) API in order to make device removal more robust. 2004-02-18 21:36:53 +00:00
puc Expand the mask for the Avlab Technology, PCI IO 2S entry to cover the 2004-02-04 18:01:02 +00:00
raidframe Change the disk(9) API in order to make device removal more robust. 2004-02-18 21:36:53 +00:00
random Correct the cleanup of the alias dev_t for /dev/urandom: being an 2004-02-12 20:46:49 +00:00
ray fix warnings. NULL -> 0 2003-12-24 19:00:49 +00:00
rc Consistently use the BSD u_int and u_short instead of the SYSV uint and 2003-08-07 15:04:27 +00:00
re Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones. 2003-12-08 07:54:15 +00:00
rndtest Use __FBSDID(). 2003-08-24 17:55:58 +00:00
rp
sab Fix wrong check. 2004-02-05 09:50:57 +00:00
safe Compile on amd64. (pointer/int mismatches and printf int vs long ) 2004-02-05 01:35:33 +00:00
sbni
sbsh
scd
sf Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones. 2003-12-08 07:54:15 +00:00
si
sio Fixed a memory leak. 2004-01-18 12:26:33 +00:00
sk Fix multicast and promiscuous mode handling for Yukon devices. 2004-01-21 22:32:15 +00:00
smbus
sn Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones. 2003-12-08 07:54:15 +00:00
snc
snp
sound Fix a glitch in my last commit and revert to using selwakeuppri 2004-02-20 01:24:57 +00:00
speaker Use __FBSDID(). 2003-06-02 16:32:55 +00:00
sr Get rid of the last two uses of NG_NODELEN + 1 in the base system by 2004-01-26 16:41:21 +00:00
stg Fix some becuase -> because typos. 2003-12-17 16:12:01 +00:00
streams
sym unifdef old interface support out to prevent false positives. 2003-12-07 05:17:13 +00:00
syscons Try again to get rid of makedev(). 2004-02-14 17:56:59 +00:00
tdfx
tga
ti
trm Do not test if pDCB is not NULL, we dereference it before anyway, and it 2004-02-20 20:36:55 +00:00
twe Change the disk(9) API in order to make device removal more robust. 2004-02-18 21:36:53 +00:00
tx Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones. 2003-12-08 07:54:15 +00:00
txp
uart Use standard style for cdevsw initializtion 2004-02-14 20:01:24 +00:00
ubsec
usb Make uscanner recognise EPSON Perfection 3200. Tested with xsane. 2004-02-19 22:05:10 +00:00
utopia
vinum Remove some more 'makedev' related macros. 2004-02-16 23:14:13 +00:00
vr Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones. 2003-12-08 07:54:15 +00:00
vx
wds
wi update radiotap support to reflect recent changes: 2003-12-28 06:58:52 +00:00
wl
xe Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones. 2003-12-08 07:54:15 +00:00
zs Fix wrong check. 2004-02-05 09:50:57 +00:00