freebsd-skq/sys/dev
scottl 9317dd9841 Introduce a new taskqueue that runs completely free of Giant, and in
turns runs its tasks free of Giant too.  It is intended that as drivers
become locked down, they will move out of the old, Giant-bound taskqueue
and into this new one.  The old taskqueue has been renamed to
taskqueue_swi_giant, and the new one keeps the name taskqueue_swi.
2003-02-26 03:15:42 +00:00
..
aac Introduce a new taskqueue that runs completely free of Giant, and in 2003-02-26 03:15:42 +00:00
acpica Move the pnp and location info into the common pci bus. Make all known 2003-02-17 21:20:35 +00:00
advansys Wrap the static endian functions to shutup GCC. 2003-02-24 04:44:53 +00:00
agp Cleanup of the d_mmap_t interface. 2003-02-25 03:21:22 +00:00
aha
ahb
aic
aic7xxx
amd
amr Introduce a new taskqueue that runs completely free of Giant, and in 2003-02-26 03:15:42 +00:00
an Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
ar Move ar_devclass definition to if_ar.c. 2003-02-23 13:20:42 +00:00
asr <machine/vmparam.h> is the right place to get KERNBASE, so don't special 2003-02-24 06:56:18 +00:00
ata Fix support for Acer chips. The UDMA enable regs wasn't set properly. 2003-02-25 21:22:27 +00:00
atkbdc
awi Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
bge Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
bktr Cleanup of the d_mmap_t interface. 2003-02-25 03:21:22 +00:00
buslogic
cardbus Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
ccd NO_GEOM cleanup: Convert CCD(4) to be use "struct disk*" instead of "dev_t" 2003-02-21 23:25:43 +00:00
ciss Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
cm Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
cnw The ether_ifdetach() function requires only one argument now. 2003-02-23 13:24:26 +00:00
cs Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
ct
cy Remove #include <sys/dkstat.h> 2003-02-16 14:13:23 +00:00
dc Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
de Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
dec
dgb Remove #include <sys/dkstat.h> 2003-02-16 14:13:23 +00:00
digi Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
dpt Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
drm Cleanup of the d_mmap_t interface. 2003-02-25 03:21:22 +00:00
ed Fix printf format error. 2003-02-24 14:32:27 +00:00
eisa
em Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
en Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
ep Fix compilation on non-i386 machines. Inconsistent conditional 2003-02-23 03:39:22 +00:00
ex Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
exca
fb Cleanup of the d_mmap_t interface. 2003-02-25 03:21:22 +00:00
fdc
fe Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
firewire Cleanup of the d_mmap_t interface. 2003-02-25 03:21:22 +00:00
fxp Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
gem Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
gfb Cleanup of the d_mmap_t interface. 2003-02-25 03:21:22 +00:00
gx Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
hea
hfa
hifn Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
hme Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
ic
ichsmb
ida NO_GEOM cleanup: 2003-02-23 18:45:50 +00:00
idt Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
ie Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
iicbus Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
iir
isp Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
ispfw Roll to latest level. 2003-02-16 01:30:31 +00:00
joy
kbd Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
lge Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
lmc Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
lnc Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
mc146818
mca
mcd
md Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
mii Remove unused variable and code. 2003-02-19 00:32:01 +00:00
mk48txx
mlx Chase the musical variable names. 2003-02-25 22:48:33 +00:00
mly Introduce a new taskqueue that runs completely free of Giant, and in 2003-02-26 03:15:42 +00:00
mpt PAGE_SIZE is unsigned on all our platforms, and is a long on some. 2003-02-23 19:49:30 +00:00
mse
musycc Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
my Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
ncv
nge Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
nmdm Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
nsp
null Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
ofw NO_GEOM cleanup: 2003-02-23 19:15:34 +00:00
pccard Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
pccbb
pcf
pci Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
pcic
pdq Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
ppbus Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
ppc
pst NO_GEOM cleanup: 2003-02-25 08:02:57 +00:00
puc Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
raidframe NO_GEOM cleanup: 2003-02-21 15:13:26 +00:00
random Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
ray Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
rc Remove #include <sys/dkstat.h> 2003-02-16 14:13:23 +00:00
rp Remove #include <sys/dkstat.h> 2003-02-16 14:13:23 +00:00
sab Change the console interface to pass a "struct consdev *" instead of a 2003-02-20 20:54:45 +00:00
sbni Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
scd
sf Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
si Remove #include <sys/dkstat.h> 2003-02-16 14:13:23 +00:00
sio Change the console interface to pass a "struct consdev *" instead of a 2003-02-20 20:54:45 +00:00
sk Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
smbus
sn Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
snc Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
snp Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
sound Cleanup of the d_mmap_t interface. 2003-02-25 03:21:22 +00:00
speaker Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
sr Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
stg
streams Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
sym
syscons Cleanup of the d_mmap_t interface. 2003-02-25 03:21:22 +00:00
tdfx Cleanup of the d_mmap_t interface. 2003-02-25 03:21:22 +00:00
tga
ti Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
trm Merge diff between rev 1.08 and rev 1.11 of Tekram driver, this notably add 2003-02-20 03:21:34 +00:00
twe NO_GEOM cleanup: 2003-02-25 07:41:51 +00:00
tx Nuke EPIC_MGETCLUSTER entirely. Since 1.60 we don't use it anymore and 2003-02-21 23:12:32 +00:00
txp Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
ubsec o instead of applying arbitrary tunables, just honor the COP_F_BATCH 2003-02-24 06:03:13 +00:00
usb Use the correct size for reading and writing the PCI config space. 2003-02-23 23:09:17 +00:00
vinum - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK. 2003-02-25 03:37:48 +00:00
vr Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
vx Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
wds
wi Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
wl Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
xe Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
zs Change the console interface to pass a "struct consdev *" instead of a 2003-02-20 20:54:45 +00:00