freebsd-nq/sys/dev
Søren Schmidt 091a610ac9 Fix the breakage of tagged queueing that the busdma integration
introduced. Since its now only possible to have one DMA control
block at a time, we move the setup to dmastart instead.
2002-04-18 19:11:45 +00:00
..
aac Add the PCI ID for an upcoming variant of a soon-to-be released series of 2002-04-18 15:47:31 +00:00
acpica Rework the kernel environment subsystem. We now convert the static 2002-04-17 13:06:36 +00:00
advansys
agp Fix some nits in AMD AGP driver. Remove excess malloc and move a bzero 2002-04-15 18:57:26 +00:00
aha
ahb
aic
aic7xxx
amd
amr
an Change callers of mtx_init() to pass in an appropriate lock type name. In 2002-04-04 21:03:38 +00:00
ar Change callers of mtx_init() to pass in an appropriate lock type name. In 2002-04-04 21:03:38 +00:00
asr
ata Fix the breakage of tagged queueing that the busdma integration 2002-04-18 19:11:45 +00:00
atkbdc GC various bits and pieces of USERCONFIG from all over the place. 2002-04-09 11:18:46 +00:00
awi
bge Try to sort out the correct way to generate async link state change 2002-04-04 06:01:31 +00:00
bktr
buslogic
cardbus
ccd Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>. 2002-04-08 09:20:07 +00:00
ciss Fix the I/O performance issues with the ciss driver where CAM was limiting 2002-04-11 09:28:09 +00:00
cm
cnw
cs
ct
cy
dc Work around an Intel 21143 chip bug. 2002-04-18 14:40:20 +00:00
de
dec
dgb
digi Make delay iteration counts a function of hz as the delay period in each 2002-04-17 15:28:41 +00:00
dpt
ed
eisa GC various bits and pieces of USERCONFIG from all over the place. 2002-04-09 11:18:46 +00:00
em Added support for 82540EM based cards. 2002-04-06 00:36:53 +00:00
en
ep
ex
exca
fb Turn on TGA support. 2002-04-13 22:34:16 +00:00
fdc
fe
fxp Change callers of mtx_init() to pass in an appropriate lock type name. In 2002-04-04 21:03:38 +00:00
gem
gfb Turn on TGA support. 2002-04-13 22:34:16 +00:00
gx Change callers of mtx_init() to pass in an appropriate lock type name. In 2002-04-04 21:03:38 +00:00
hea
hfa - Convert the 'hfa' ATM interface driver to newbus. 2002-04-17 00:26:09 +00:00
hme
ic
ichsmb Change callers of mtx_init() to pass in an appropriate lock type name. In 2002-04-04 21:03:38 +00:00
ida
ie
iicbus
iir
isp Scale back # of luns supported for SCC to 16384- oops- top 3 bits are a 2002-04-16 19:55:35 +00:00
ispfw
joy
kbd GC various bits and pieces of USERCONFIG from all over the place. 2002-04-09 11:18:46 +00:00
lge
lmc Change callers of mtx_init() to pass in an appropriate lock type name. In 2002-04-04 21:03:38 +00:00
lnc
mc146818
mca
mcd
md
mii Work around an Intel 21143 chip bug. 2002-04-18 14:40:20 +00:00
mk48txx Add a driver back end for the Mostek MK48T02, MK48T08 and MK48T59 2002-04-04 23:44:42 +00:00
mlx
mly Rework the kernel environment subsystem. We now convert the static 2002-04-17 13:06:36 +00:00
mse
musycc
my diff reduction 2002-04-17 01:50:03 +00:00
ncv
nge If the receiver runs out of space for an received frame in the internal 2002-04-13 21:33:33 +00:00
nmdm
nsp
null Rename DIOCGKERNELDUMP to DIOCSKERNELDUMP as it strictly speaking 2002-04-09 10:04:09 +00:00
ofw Basic OpenFirmware disk driver. It will attach to anything in OpenFirmware 2002-04-15 10:54:22 +00:00
pccard Catchup to 1.32 2002-04-11 21:19:04 +00:00
pccbb Restore NetBSD copyrights that shouldn't have been removed in the first place. 2002-04-13 04:07:07 +00:00
pcf
pci Add MODULE_VERSION. 2002-04-17 00:31:32 +00:00
pcic
pdq Change callers of mtx_init() to pass in an appropriate lock type name. In 2002-04-04 21:03:38 +00:00
ppbus This makes ppbus childs like lpt and ppi succesfully connect to more 2002-04-07 22:06:20 +00:00
ppc
puc
random Change callers of mtx_init() to pass in an appropriate lock type name. In 2002-04-04 21:03:38 +00:00
ray
rc
rp
sbni
scd
se Use the right major number. 2002-04-09 00:35:26 +00:00
sf Change callers of mtx_init() to pass in an appropriate lock type name. In 2002-04-04 21:03:38 +00:00
si
sio Change callers of mtx_init() to pass in an appropriate lock type name. In 2002-04-04 21:03:38 +00:00
sk Change callers of mtx_init() to pass in an appropriate lock type name. In 2002-04-04 21:03:38 +00:00
smbus
sn
snc
snp Treat input on the snp device as an `unsigned char'. According to the 2002-04-10 03:51:49 +00:00
sound Cast another bus_addr_t to long long for a printf to quiet a warning on 2002-04-16 01:58:13 +00:00
speaker
sr Change callers of mtx_init() to pass in an appropriate lock type name. In 2002-04-04 21:03:38 +00:00
stg
streams
sym
syscons Turn on TGA support. 2002-04-13 22:34:16 +00:00
tdfx
tga
ti Change callers of mtx_init() to pass in an appropriate lock type name. In 2002-04-04 21:03:38 +00:00
twe
tx
txp Change callers of mtx_init() to pass in an appropriate lock type name. In 2002-04-04 21:03:38 +00:00
usb Revert part of revision 1.49 which was supposed to be white space 2002-04-17 12:03:20 +00:00
vinum Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>. 2002-04-08 09:20:07 +00:00
vr Change callers of mtx_init() to pass in an appropriate lock type name. In 2002-04-04 21:03:38 +00:00
vx
wds
wi Merge from OpenBSD's fixes: 2002-04-16 07:45:30 +00:00
wl
xe