freebsd-nq/sys/dev
Warner Losh f7167d3e91 Move enable/disable 16bit access routines into if_ed. Slightly
pessmize the error recover path through edintr by calling these
functions, rather than expanding it inline.  This error path already
does a lot in it, so an extra function call will be lost in the noise.
It also happens rarely.
2005-02-10 23:48:13 +00:00
..
aac Remove the messy locking dance around xpt_done() 2005-02-09 11:50:16 +00:00
acpi_support
acpica Remove handling _PSS notifies from acpi_cpu and let acpi_perf handle them. 2005-02-07 04:03:06 +00:00
adlink
advansys
agp
aha Simplify aha resource management, and fix a few bugs in unwinding 2005-01-19 06:54:10 +00:00
ahb
aic
aic7xxx
amd
amr Remove some unused variables. 2005-02-09 17:19:12 +00:00
an
ar
arl
asr
ata Avoid using tsleep() in the resume path as it may result in the 2005-02-07 17:14:42 +00:00
ath Fixup radiotap handling of FCS and QoS frames per discussion with David Young: 2005-01-24 20:31:24 +00:00
atkbdc
auxio
awi
bfe
bge
bktr Remove lots of tab/space errors introduced by massive cut-n-paste action. 2005-02-10 22:38:51 +00:00
buslogic
cardbus Move resource allocation routines from cardbus_cis.c to cardbus.c. 2005-02-06 21:03:13 +00:00
ciss Remove 6422, V100 and add the P600. 2005-01-20 22:51:38 +00:00
cm
cnw
cp
cpufreq Use intr_disable/restore() instead of disable_intr() since the latter is 2005-02-05 16:31:58 +00:00
cs Fix the worst offenders of style(9) with a small style sweep. 2005-01-28 06:50:59 +00:00
ct
ctau
cx
cy
dc
dcons
de
dec
digi
dpt
drm
ed Move enable/disable 16bit access routines into if_ed. Slightly 2005-02-10 23:48:13 +00:00
eisa
em Call if_link_state_change() when link status changes. 2005-02-04 18:36:04 +00:00
en
ep Don't print 'unknown id' in the ep_pccard_identify routine. It is 2005-01-20 20:36:59 +00:00
esp
ex Include necessary declarations 2005-01-20 20:06:44 +00:00
exca
fatm
fb
fdc Mask off the upper bits of the resource before using it as an index 2005-01-20 17:27:37 +00:00
fe we don't need the offset in the attr memory to get the ethernet 2005-01-21 19:51:23 +00:00
firewire
fxp Disable ethernet flow control in if_fxp by default, in order to prevent 2005-01-29 23:13:20 +00:00
gem
gfb
harp
hatm
hfa
hifn Update support for 795x parts: 2005-01-19 17:03:35 +00:00
hme Fix "Duplicate mbuf free panic". 2005-02-02 08:35:11 +00:00
hptmv
ic Since we are quite unlikely to ever face another platform which 2005-02-06 13:46:39 +00:00
ichsmb
ichwd
ida
idt
ie
ieee488 Statification 2005-02-10 12:08:55 +00:00
if_ndis Next step on the road to IRPs: create and use an imitation of the 2005-02-08 17:23:25 +00:00
iicbus
iir Remove a dead vtophys() reference. 2005-01-31 01:26:22 +00:00
io
ips Add crashdump support to the ips driver. It only works for the more modern 2005-01-30 17:45:45 +00:00
isp Provide a needed argument to AT_MAKE_TAGID. 2005-01-23 22:33:59 +00:00
ispfw Roll firmware to the latest version. There are a bunch of features 2005-01-29 01:12:37 +00:00
ixgb
joy
kbd
led Make a bunch of malloc types static. 2005-02-10 12:02:37 +00:00
lge
lnc
mc146818
mca
mcd o Fix a typo. 2005-01-30 16:42:23 +00:00
md Use MAXMINOR 2005-01-29 16:50:04 +00:00
mem
mii
mk48txx
mlx
mly
mpt
mse
musycc
my
ncv takawata tells me that KXLC0003 also works with this driver, so add it 2005-02-03 23:39:29 +00:00
nge
nmdm If CDSR_OFLOW (stty dsrflow) is enabled on one or both sides of a 2005-01-26 23:42:18 +00:00
nsp Minor style nits 2005-02-04 02:32:43 +00:00
null
ofw
owi MF dev/wi: merge the pccard lists. 2005-02-03 00:40:35 +00:00
patm
pbio
pccard Remove DLINK_3, its unused. Remove NETGEAR FA410TX, since it is the 2005-02-09 06:16:27 +00:00
pccbb
pcf
pci Enable interrupt routing as first choice on alpha. 2005-02-07 00:43:14 +00:00
pdq
ppbus
ppc
pst
puc add support for NetMos NM9805 1284 Printer port 2005-02-09 18:38:28 +00:00
random Check that we have at least a 586-class CPU before calling do_cpuid(). 2005-02-06 16:55:52 +00:00
ray Make a bunch of malloc types static. 2005-02-10 12:02:37 +00:00
rc
re Bring in support for SUGOI LAN GIGA NIC made by System TALKS, Inc from 2005-01-22 22:40:53 +00:00
rndtest
rp
sab
safe
sbni
sbsh
scd Boot away another stackgap (one of the lest ones in linuxlator/i386) by 2005-01-30 08:12:37 +00:00
sf
si
sio Simplify the "and if we're in the debugger, don't use locks" logic, 2005-02-08 17:56:04 +00:00
sk Cleanup debugging code and put it under bootverbose 2005-01-29 19:26:53 +00:00
smbus
sn Only attach to network functions. I'm not aware of any multifunction 2005-01-20 19:59:31 +00:00
snc Remove now-stale comment 2005-01-20 20:32:56 +00:00
snp
sound BUS_SPACE_UNRESTRICTED shouldn't be used with the bus_alloc_resource 2005-02-01 07:43:34 +00:00
speaker
sr
stg
streams Use kern_open() directly rather than a stackgap detour via open(). 2005-02-07 18:22:20 +00:00
sx
sym
syscons
tdfx
tga
ti
trm
twa 1. Revert back to the way the older driver handled XPT_PATH_INQ. This seems to 2005-02-10 18:07:33 +00:00
twe Fix crashdumps on twe. The twe_immediate_request() path was not only 2005-02-08 03:43:02 +00:00
tx
txp
uart Add the keyboard system device before we probe for the keyboard. 2005-01-31 04:31:22 +00:00
ubsec
usb Fix problem with some logitec usb wireless mice. 2005-02-06 12:41:00 +00:00
utopia
vge Use if_link_state_change() instead of rt_ifmsg(). Remove include net/route.h. 2005-02-07 19:39:29 +00:00
vkbd
vr
vx Fix up assignment of negative number to char. Char's are unsigned by 2005-02-03 02:35:28 +00:00
watchdog
wds
wi The two PLANEX cards listed in pccarddevs, identified only by their 2005-02-01 18:28:09 +00:00
wl
xe u_intXX_t -> uintXX_t 2005-01-20 19:32:37 +00:00
zs