freebsd-dev/sys/dev
John Baldwin 1d33852a18 Warning police:
- Share the ex_stop() prototype in if_exvar.h
- Remove an unused local variable.
2001-01-19 09:04:56 +00:00
..
aac Remove a mismatched splbio() in aac_start (the called functions each protect 2001-01-10 11:43:02 +00:00
acpica Add 3 new dynamic sysctl's to control the sleep states switched to on a 2001-01-13 21:28:57 +00:00
advansys
agp un-staticize M_AGP so that it can be used in agp*.c 2000-12-19 08:32:37 +00:00
aha Remove unnecessary includes found by phk's script a long time ago. 2000-12-13 06:25:22 +00:00
ahb
aic Add aic to the list of drivers that might work with NEWCARD. I've added 2001-01-08 01:59:15 +00:00
aic7xxx Index our "DMA safe" sense buffers by SCB rather than hscb. 2001-01-09 00:40:38 +00:00
amd
amr Probe generic i960 devices for the old AMI signature as well as the current 2000-12-22 22:23:56 +00:00
an Implement MTX_RECURSE flag for mtx_init(). 2001-01-19 01:59:14 +00:00
ar Special case for compiling LINT - just give a warning and continue on. 2001-01-17 00:47:46 +00:00
asr
ata When blocksize is set to 2352, alwas read 2352 bytes. 2001-01-18 15:20:18 +00:00
atkbdc select() DKI is now in <sys/selinfo.h>. 2001-01-09 04:33:49 +00:00
awi Note new location of if_wavelan_ieee.h. 2001-01-09 04:23:05 +00:00
bktr select() DKI is now in <sys/selinfo.h>. 2001-01-09 04:33:49 +00:00
buslogic
cardbus This cannot possibly be right: 2001-01-07 20:52:42 +00:00
ccd Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
cs
cy Special case for compiling LINT - just give a warning and continue on. 2001-01-17 00:47:46 +00:00
dc Implement MTX_RECURSE flag for mtx_init(). 2001-01-19 01:59:14 +00:00
de
dec
dgb Completed move of Digiboard drivers to dev/dgb 2001-01-08 02:47:37 +00:00
dpt
ed select() DKI is now in <sys/selinfo.h>. 2001-01-09 04:33:49 +00:00
eisa Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
en
ep Add the 3COM ID's that I could find in the pccarddevs file that seemed 2001-01-07 21:24:41 +00:00
ex Warning police: 2001-01-19 09:04:56 +00:00
fb Add the VESA S3 linear framebuffer driver. It works on top of VESA by replacing 2001-01-05 16:53:10 +00:00
fdc Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
fe
fxp Implement MTX_RECURSE flag for mtx_init(). 2001-01-19 01:59:14 +00:00
hea Minor tweaks to get these to stop breaking LINT. They still dont work 2001-01-17 01:08:50 +00:00
hfa Minor tweaks to get these to stop breaking LINT. They still dont work 2001-01-17 01:08:50 +00:00
ic
ichsmb Add missing #include. 2000-12-08 00:49:37 +00:00
ida Add a flag value to the board identifiers, and use this to enable the 2001-01-09 14:49:41 +00:00
ie Add in an interrupt type for this driver. I have no idea how this could 2001-01-19 08:55:14 +00:00
iicbus
isp Guard against overflow of the calculated timeout value. 2001-01-16 07:15:36 +00:00
ispfw roll to 2.01.26 level 2000-12-28 23:23:28 +00:00
joy
kbd Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
lmc Minor tweaks to get these to stop breaking LINT. They still dont work 2001-01-17 01:08:50 +00:00
lnc Make it clear that the macro `inb' is being overridden. 2001-01-09 04:23:56 +00:00
mc146818
mca
mcd
md Fix a maybe-not-so-harmless warning. 2001-01-19 09:02:40 +00:00
mii Grrrrr. That last commit was supposed to be to the head, not to -stable 2000-12-12 19:31:14 +00:00
mlx
mly
mse
musycc Part 2 of the netgraph rewrite. 2001-01-08 05:34:06 +00:00
ncv select() DKI is now in <sys/selinfo.h>. 2001-01-09 04:33:49 +00:00
nsp select() DKI is now in <sys/selinfo.h>. 2001-01-09 04:33:49 +00:00
null Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
ofw
pccard This is a bandaid for a problem that is not entirely fixed yet. 2001-01-07 21:32:05 +00:00
pccbb o Now that I've had time to test the new interface, reintegrate it back in. 2001-01-07 16:31:09 +00:00
pcf
pci Remove vga_pci generic driver. 2001-01-05 16:40:30 +00:00
pcic o Now that I've had time to test the new interface, reintegrate it back in. 2001-01-07 16:31:09 +00:00
pdq make PCI DEFPA fiddi adapters work on alpha: 2001-01-08 21:04:33 +00:00
ppbus Cleanup and improve mode detection. Now, you should get what you actually 2001-01-02 21:29:06 +00:00
ppc Fix the PR. Getting a dma channel equal to 0 remains a problem though. 2000-12-19 21:28:17 +00:00
random Remove NOBLOCKRANDOM as a compile-time option. Instead, provide 2001-01-14 17:50:15 +00:00
ray Take advantage of the fixes to the pcic code that allows multiple 2001-01-17 17:55:00 +00:00
rc
rp Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
scd
sf Implement MTX_RECURSE flag for mtx_init(). 2001-01-19 01:59:14 +00:00
si Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
sio Add OZO8008 - Zoom (33.6k Modem). 2000-12-26 06:52:57 +00:00
sk Implement MTX_RECURSE flag for mtx_init(). 2001-01-19 01:59:14 +00:00
smbus
sn Add support for SMC91C100FD chip of MELCO LPC-TX. 2001-01-15 12:01:14 +00:00
snc
snp Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
sound Catch up to the name changes in the hwvol API. 2001-01-11 23:26:38 +00:00
speaker Staticize some malloc M_ instances. 2000-12-08 20:09:00 +00:00
sr Special case for compiling LINT - just give a warning and continue on. 2001-01-17 00:47:46 +00:00
stg select() DKI is now in <sys/selinfo.h>. 2001-01-09 04:33:49 +00:00
streams
sym Remove unneeded include of <pci.h> 2000-12-07 20:58:16 +00:00
syscons select() DKI is now in <sys/selinfo.h>. 2001-01-09 04:33:49 +00:00
tdfx
ti Implement MTX_RECURSE flag for mtx_init(). 2001-01-19 01:59:14 +00:00
twe
tx Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
usb Implement MTX_RECURSE flag for mtx_init(). 2001-01-19 01:59:14 +00:00
vinum struct rangelock: Remove the field 'plex' from the entry. Range locks 2001-01-14 06:34:57 +00:00
vn Remove cdevsw when unloading the vn module. 2001-01-07 19:03:14 +00:00
vr Implement MTX_RECURSE flag for mtx_init(). 2001-01-19 01:59:14 +00:00
vx When I converted this driver, I neglected to deal with packet alignment. 2000-12-07 23:30:51 +00:00
wds
wi Implement MTX_RECURSE flag for mtx_init(). 2001-01-19 01:59:14 +00:00
wl
xe select() DKI is now in <sys/selinfo.h>. 2001-01-09 04:33:49 +00:00