freebsd-dev/sys/dev
2002-07-21 05:16:56 +00:00
..
aac
acpica Resolve conflicts arising from the ACPI CA 20020611 import. 2002-07-09 17:54:02 +00:00
advansys
agp o If the page returned by vm_page_grab(VM_ALLOC_ZERO) isn't prezeroed, 2002-07-21 04:07:26 +00:00
aha
ahb
aic
aic7xxx Hook up the ahd driver. 2002-06-06 16:35:58 +00:00
amd
amr
an
ar
asr
ata Add PCI ID for the ICH4 ATA100 controller. 2002-07-19 22:14:54 +00:00
atkbdc
awi Use __FreeBSD_version to test what things to use 2002-05-31 03:27:34 +00:00
bge Disable hardware checksum offloading of IP fragments in the bge 2002-07-04 23:19:20 +00:00
bktr Remove __FreeBSD__ version abuse, also de-orbit support for FreeBSD 2 2002-07-21 04:18:20 +00:00
buslogic Remove #if 0'ed abuse of NPCI 2002-07-21 05:16:56 +00:00
cardbus Silence warning. 2002-06-01 16:20:27 +00:00
ccd Fixed printf format errors. Most of them are 64-bit daddr_t casualties. 2002-05-25 11:05:07 +00:00
ciss
cm
cnw
cs
ct Quick, low impact band-aide to unbreak the build. Added && 0 so we 2002-06-01 08:29:12 +00:00
cy
dc Fix if_timer logic to make sure that there is always a timeout 2002-06-30 22:05:46 +00:00
de Fix typo in the BSD copyright: s/withough/without/ 2002-06-02 20:05:59 +00:00
dec
dgb
digi
dpt
drm Remove <sys/select.h> to unbreak the build. I'm not sure if this affects 2002-06-16 21:50:42 +00:00
ed
eisa
em - Use IO mode to reset the controller (82544 and beyond) 2002-07-16 16:55:03 +00:00
en
ep Fix build breakage on my pccard related commit. 2002-05-31 01:08:49 +00:00
ex
exca Fix a couple of places where preprocessor concatination was misused and 2002-06-01 16:21:26 +00:00
fb
fdc
fe
fxp Fix if_timer logic so that there is always a timeout pending if there 2002-06-30 22:28:00 +00:00
gem Incorporate changes made to the NetBSD version of this driver. 2002-07-10 10:24:23 +00:00
gfb
gx
hea - Remove DMA_* macros as only one, DMA_GET_ADDR, was used. 2002-06-24 05:03:44 +00:00
hfa - Remove DMA_* macros as only one, DMA_GET_ADDR, was used. 2002-06-24 05:03:44 +00:00
hme Miscellaneous fixes: 2002-07-14 12:09:48 +00:00
ic
ichsmb
ida
ie
iicbus
iir
isp Remove a couple of debugging lines. 2002-07-11 03:27:30 +00:00
ispfw Add SBus firmware (compiled in only for sparc systems). 2002-07-11 01:55:15 +00:00
joy Fix typo in the BSD copyright: s/withough/without/ 2002-06-02 20:05:59 +00:00
kbd
lge Cleanup after my de-__P (remove leading whitespace before prototype args). 2002-07-06 16:34:32 +00:00
lmc Remove #include <pci.h> - there is no abuse of NPCI here 2002-07-21 05:16:14 +00:00
lnc
mc146818
mca
mcd
md Yet another warning fix for 64 bits platforms. 2002-06-24 12:07:02 +00:00
mii regenerate 2002-07-05 11:07:42 +00:00
mk48txx
mlx
mly
mse
musycc
my Add missing unlock 2002-05-30 23:41:51 +00:00
ncv Quick, low impact band-aide to unbreak the build. Added && 0 so we 2002-05-31 23:39:04 +00:00
nge Cleanup after my de-__P (remove leading whitespace before prototype args). 2002-07-06 15:59:57 +00:00
nmdm
nsp Quick, low impact band-aide to unbreak the build. Added && 0 so we 2002-05-31 23:39:04 +00:00
null
ofw
pccard Eliminate the need for pccard_common.c by moving the function inline 2002-07-17 05:20:43 +00:00
pccbb Reset the 16-bit bus and turn off power. More work in this area may 2002-07-21 04:23:11 +00:00
pcf
pci 0 is not an invalid interrupt in the PCI world (just in the ia32 2002-06-07 15:28:16 +00:00
pcic Make oldcard and newcard kernel module work. 2002-05-30 17:38:00 +00:00
pdq Fix typo in the BSD copyright: s/withough/without/ 2002-06-02 20:05:59 +00:00
ppbus Fix warnings due to macro varargs. 2002-05-24 06:32:18 +00:00
ppc
puc cardbus attachment. 2002-07-21 04:23:40 +00:00
random Upgrade the random device to use a "real" hash instead of building 2002-07-15 13:58:35 +00:00
ray Fix warnings. 2002-06-01 18:50:35 +00:00
rc
rp
sbni fix driver name in DRIVER_MODULE 2002-07-15 05:05:50 +00:00
scd Fix typo in the BSD copyright: s/withough/without/ 2002-06-02 20:05:59 +00:00
se
sf
si
sio Add missing quotes around ID string in __FBSDID(). 2002-07-16 16:20:44 +00:00
sk catch up with mextadd callback taking a void argument instead of a caddr_t. 2002-06-29 01:49:22 +00:00
smbus
sn Minor whitespace nits. remove #if 1 and #endif pair, but not code between. 2002-07-21 04:24:30 +00:00
snc
snp
sound Use semicolons at the end of function-like macros for the sake of 2002-07-15 13:03:10 +00:00
speaker
sr Don't abuse __FreeBSD__ as version number. Since it was >= 3, remove 2002-07-21 04:25:30 +00:00
stg Quick, low impact band-aide to unbreak the build. Added && 0 so we 2002-05-31 23:39:04 +00:00
streams
sym
syscons Add a VT_LOCKSWITCH ioctl that disallows vty switching. Something 2002-07-10 03:29:38 +00:00
tdfx
tga
ti catch up with mextfree callback change when TI_PRIVATE_JUMBOS is defined. 2002-06-29 11:26:05 +00:00
twe
tx
txp
usb Add PCI IDs for the A, B, and C UHCI controllers in the ICH4. 2002-07-19 22:17:02 +00:00
vinum "Fixed" printf format errors (64-bit daddr_t casualties; should use %jx 2002-05-25 11:12:30 +00:00
vr
vx
wds
wi Add support for Elsa XI325, Netgear MA401RA, and Nokia C110. From OpenBSD 2002-07-17 04:07:07 +00:00
wl Fix typo in the BSD copyright: s/withough/without/ 2002-06-02 20:05:59 +00:00
xe The CNW_801 and CNW_802 are wireless cards that the cnw driver supports. 2002-07-21 04:27:44 +00:00