freebsd-dev/sys/dev
Peter Wemm bcb6ef7c82 Add some break's after default: in the end of switch statements to
keep gcc-3.1+ happy:
ata-all.c:410: warning: deprecated use of label at end of compound statement
ata-all.c:587: warning: deprecated use of label at end of compound statement
ata-raid.c:99: warning: deprecated use of label at end of compound statement
ata-raid.c:151: warning: deprecated use of label at end of compound statement
2002-03-19 12:14:14 +00:00
..
aac Add ID's for a couple of upcoming cards. 2002-02-13 07:44:43 +00:00
acpica Fix a gcc-3.1+ warning. 2002-03-19 11:02:06 +00:00
advansys
agp
aha
ahb
aic Support for LG GM82C700, an AIC6360 clone. 2002-03-15 21:30:41 +00:00
aic7xxx Due to changes in the handling of the #line directive by GCC(cpp) 3.1, 2002-03-11 06:45:31 +00:00
amd
amr Fixed printf format errors in previous commit. %llu is no more suitable 2002-03-18 23:24:00 +00:00
an Only allow super user to perform the Linux compatible ioctls since some 2002-03-14 20:56:41 +00:00
ar
asr If we're going to ifdef out the only reference to asr_drvinit, then 2002-02-26 03:22:44 +00:00
ata Add some break's after default: in the end of switch statements to 2002-03-19 12:14:14 +00:00
atkbdc Add the ia64 bus space tag for the IO ports (!). 2002-03-19 10:53:33 +00:00
awi Set ifp->if_name to "awi" instead of device_get_name(dev) to avoid 2002-02-26 20:09:19 +00:00
bge
bktr Fixes to make select/poll mpsafe. 2002-03-14 01:32:30 +00:00
buslogic
cardbus Revert most of the recent PCI merge. This has proven to be too 2002-03-15 06:41:01 +00:00
ccd Introduce the new 64-bit size disk block, daddr64_t. Change 2002-03-15 18:49:47 +00:00
ciss
cm
cnw
cs
ct
cy Work around a PLX9050 bug that causes system lockup in certain systems, 2002-03-17 04:10:38 +00:00
dc
de
dec
dgb Repair some warnings. These are accessing idle portions of shared memory 2002-02-27 23:43:19 +00:00
digi Fix warnings. The driver would be more useful with a DRIVER_MODULE() 2002-02-27 23:47:45 +00:00
dpt
ed
eisa
em - Added support for receive in multiple 2002-02-13 18:19:27 +00:00
en
ep Two fixes from Jonathan Hanna: 2002-02-12 05:32:58 +00:00
ex
exca
fb
fdc Disksort will not "munge" requests, BIO_ORDERED or not, so remove 2002-02-22 09:14:06 +00:00
fe
fxp
gem Use the pci_enable_* functions instead of manually fiddling with the 2002-03-11 02:37:19 +00:00
gfb
gx
hea Fix warnings 2002-02-27 23:53:02 +00:00
hfa
hme Use the pci_enable_* functions instead of manually fiddling with the 2002-03-11 02:37:19 +00:00
ic
ichsmb
ida
ie
iicbus
iir Add the following functions/macros to support byte order conversions and 2002-02-27 17:16:18 +00:00
isp Disable RIO (reduced interrupt operation) for 2200 boards- it seemed like 2002-03-07 17:32:45 +00:00
ispfw
joy
kbd Add the ia64 bus space tag for the IO ports (!). 2002-03-19 10:53:33 +00:00
lge
lmc
lnc
mc146818
mca
mcd
md The previous commit missed fixing 2 old printf format errors and 2002-03-19 04:07:29 +00:00
mii Remove problematic PHY_WRITE so that autoneg to 10 Mbps 2002-02-27 02:11:34 +00:00
mlx Fixed printf format errors in previous commit. %llu is no more suitable 2002-03-18 23:38:16 +00:00
mly Fix warnings (comment out unused tables that are taking space in the 2002-02-27 23:57:18 +00:00
mse
musycc
ncv
nge Remove errors in LINT (now that they are fatal) 2002-02-27 02:21:43 +00:00
nmdm Simple p_ucred -> td_ucred changes to start using the per-thread ucred 2002-02-27 18:32:23 +00:00
nsp
null
ofw
pccard Regen for 1.28 of pccarddevs 2002-03-17 05:06:37 +00:00
pccbb Check the status of the card bridge first thing, rather than last in 2002-02-20 16:20:27 +00:00
pcf
pci Add 5th parameter to pci_read_device specifying the size of the object 2002-03-13 16:32:11 +00:00
pcic
pdq Fix warning (passing wrong arg to arp_ifinit()) 2002-02-27 23:28:57 +00:00
ppbus
ppc
puc Remove the #if __FreeBSD_version glue now that the puc driver is part of 2002-03-08 17:41:22 +00:00
random Provide infrastructure for harvesting SWI entropy. 2002-03-03 20:09:42 +00:00
ray
rc
rp #include "opt_compat.h" so that the support for old ioctls can actually 2002-02-15 08:28:34 +00:00
sbni
scd
sf
si
sio Add device ID for Xircom modem. Also add work around from gwk@sgi.com 2002-03-16 04:26:46 +00:00
sk
smbus
sn
snc
snp Fixes to make select/poll mpsafe. 2002-03-14 01:32:30 +00:00
sound Fixes to make select/poll mpsafe. 2002-03-14 01:32:30 +00:00
speaker
sr
stg
streams Simple p_ucred -> td_ucred changes to start using the per-thread ucred 2002-02-27 18:32:23 +00:00
sym
syscons Extend CONS_GETINFO ioctl to provide information about size of the currently 2002-03-16 23:31:15 +00:00
tdfx
tga
ti Remove mbuf exhaustion warning messages; these are handled by the 2002-02-11 23:38:30 +00:00
twe Update for the 6.9 firmware family (6xxx controllers), as well as for 2002-03-07 09:55:41 +00:00
tx Remove mbuf exhaustion warning messages; these are handled by the 2002-02-11 23:38:30 +00:00
txp Initialize variables before use. This was needed to pass -Werror. 2002-03-19 05:14:23 +00:00
usb Regen; post SMC id's and also pick up a previously forgotten regen(?). 2002-03-19 10:55:39 +00:00
vinum Introduce the new 64-bit size disk block, daddr64_t. Change 2002-03-15 18:49:47 +00:00
vr
vx
wds
wi o Rework the identify routine a little, merging it with NetBSD's wi. 2002-03-16 22:59:15 +00:00
wl Remove support for FreeBSD 2.x from this driver. 2002-02-27 23:34:02 +00:00
xe Remove an unused variable. 2002-02-26 03:37:35 +00:00