freebsd-dev/sys/dev
Pyun YongHyeon d8f226b665 Correct broadcast frame handling. Setting bit6 of MCR0 register
enables broadcast filtering. Make sure to clear the bit to receive
broadcast frames. While I'm here rename the bit definition to
reflect reality.

Reported by:	brad@OpenBSD
MFC after:	1 week
2011-03-19 22:36:59 +00:00
..
aac We can pass a format string and args to panic(), so instead of using 2011-02-04 15:45:48 +00:00
acpi_support Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier. 2011-01-19 00:57:58 +00:00
acpica Add more definitions for vendor-specific CPU capability bits to the last 2011-02-25 18:29:57 +00:00
adb
adlink
advansys Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
ae
age
agp
aha
ahb
ahci Add some more IDs of HighPoint RocketRAID 64x. 2011-03-06 16:10:39 +00:00
aic
aic7xxx Allocate the DMA memory shared between the host and the controller as 2011-03-12 20:36:52 +00:00
alc alc_rev was used without initialization such that it failed to 2011-01-31 20:00:43 +00:00
ale Fix some bugs in my last set of changes to ale(4): 2011-01-18 16:27:40 +00:00
amd
amdsbwd
amdtemp
amr
an
arcmsr
asmc
asr Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
ata Add missing bus_dmamap_sync() calls for the work DMA map. 2011-03-06 13:08:25 +00:00
ath Add in the channel survey data structures. These will be filled out 2011-03-19 14:38:28 +00:00
atkbdc
auxio
bce - Updated firmware which improves small packet performance. 2011-02-11 00:41:49 +00:00
bfe
bge
bktr Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
bm
buslogic Remove some always-true comparisons. 2011-01-18 15:23:16 +00:00
bwi Pull ieee80211_ratectl_node_init() calls from drivers into net80211. 2011-01-17 20:15:15 +00:00
bwn Pull ieee80211_ratectl_node_init() calls from drivers into net80211. 2011-01-17 20:15:15 +00:00
bxe - Inadvertently committed files with +x attribute, fixed. 2011-03-15 01:06:27 +00:00
cardbus
cas
ce
cfe
cfi
ciss
cm
cmx
coretemp
cp
cpuctl
cpufreq
cs Use bus space functions rather than inw/outw 2011-01-29 00:53:58 +00:00
ct
ctau Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
cx
cxgb Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
cxgbe Display holdoff timers and packet counts as a list of numbers. 2011-03-09 21:07:09 +00:00
cy
dc Remove too expensive bus_dmamap_sync(9) call in dc_rx_resync(). 2011-03-16 17:09:51 +00:00
dcons
de
digi
dpms
dpt
drm - Remove no longer in use 2011-02-22 05:10:13 +00:00
e1000 A cut and paste here was wrong also. 2011-03-19 00:31:35 +00:00
ed
eisa
en Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need 2011-01-18 21:14:23 +00:00
ep Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
esp
et
ex
exca
fatm Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need 2011-01-18 21:14:23 +00:00
fb Use the preload_fetch_addr() and preload_fetch_size() convenience 2011-02-13 19:25:48 +00:00
fdc Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
fdt Don't operate on the parent of the PCI node. It's the PCI node itself 2011-01-29 21:14:29 +00:00
fe
firewire Allocate the DMA memory shared between the host and the controller as 2011-03-11 22:19:49 +00:00
flash Modify the spi flash driver to allow smaller read IO sizes, but enforce 2011-02-16 20:07:44 +00:00
fxp - Allocate the DMA memory shared between the host and the controller as 2011-02-26 17:28:09 +00:00
gem
glxsb
gpio
hatm
hifn
hme
hptiop
hptmv
hptrr
hwpmc
ic
ichsmb Support for the new Patsburg PCH chipset: 2011-02-01 01:05:11 +00:00
ichwd Support for the new Patsburg PCH chipset: 2011-02-01 01:05:11 +00:00
ida
ie
ieee488
if_ndis Revert the ndis part of r212122, windrv_stub.c already adds a MODULE_VERSION 2011-01-22 21:33:18 +00:00
iicbus There are PowerMacs which do not have a hwsensor-location property 2011-01-18 21:47:30 +00:00
iir
io
ipmi
ips
ipw
iscsi/initiator Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need 2011-01-18 21:14:23 +00:00
isp Add support QLE220 card- an 2500 lookalike. 2011-03-10 23:53:01 +00:00
ispfw
iwi
iwn Pull ieee80211_ratectl_node_init() calls from drivers into net80211. 2011-01-17 20:15:15 +00:00
ixgb Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
ixgbe Don't bother to run the flowcontrol code if there 2011-01-22 00:19:15 +00:00
jme
joy
kbd
kbdmux
ksyms
le
led
lge
lindev
lmc
malo Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
mc146818
mca
mcd
md Use the preload_fetch_addr() and preload_fetch_size() convenience 2011-02-09 19:31:10 +00:00
mem Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set(). 2011-01-17 22:58:28 +00:00
mfi
mge
mii Add Realtek RTL8201E 10/100 PHY found in RTL8105E controller. The 2011-01-26 21:07:44 +00:00
mk48txx
mlx
mly
mmc Fix 32bit bit fields handling. This fixes card serial number fetching. 2011-01-17 19:31:34 +00:00
mn
mps Silence 'out of chain frames' warnings and bump the number of frames. 2011-02-25 17:30:25 +00:00
mpt - Allocate the DMA memory shared between the host and the controller as 2011-03-06 12:48:15 +00:00
mse
msk Introduce signed and unsigned version of CTLTYPE_QUAD, renaming 2011-01-19 23:00:25 +00:00
mvs
mwl Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
mxge
my
ncv
nfe Reinitialize driver when MTU is changed and driver is running. 2011-01-24 17:53:58 +00:00
nge
nmdm
nsp
null
nve
nvram
nxge Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
ofw
patm Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier. 2011-01-19 00:57:58 +00:00
pbio
pccard
pccbb
pcf
pci Partially revert previous change. Drop the quirk to disable MSI for HT 2011-03-18 14:06:12 +00:00
pcn
pdq
powermac_nvram
ppbus
ppc - Add support for MosChip 9865 Single 1284 Printer port 2011-02-19 17:38:51 +00:00
pst
pty
puc
quicc
ral Pull ieee80211_ratectl_node_init() calls from drivers into net80211. 2011-01-17 20:15:15 +00:00
random Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
rc
re Add initial support for RTL8401E PCIe Fast Ethernet. 2011-02-16 21:59:42 +00:00
rndtest
rp
safe
sbni
scc
scd
sdhci Force DMA for controller found in Lenovo T510 (probably in others too). 2011-02-27 13:58:20 +00:00
sec
sf
sge
si
siba
siis Add missing part of r217877. 2011-01-26 13:10:07 +00:00
sio Based on discussions on the svn-src mailing list, rework r218195: 2011-02-08 00:16:36 +00:00
sis Make sure changing ownership of RX descriptor to be done as last 2011-02-28 20:37:48 +00:00
sk Allocate the DMA memory shared between the host and the controller as 2011-03-11 22:21:12 +00:00
smbus
smc
sn
snc
snp
sound Allocate the sound buffer DMA memory coherent. While NetBSD typically 2011-03-11 22:42:04 +00:00
speaker
spibus
ste
stg
stge Allocate the DMA memory shared between the host and the controller as 2011-03-11 22:23:46 +00:00
streams
sym Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
syscons
tdfx
ti - Allocate the DMA memory shared between the host and the controller as 2011-03-11 22:32:17 +00:00
tl
tpm
trm
tsec Don't use the MAC address in the device tree if it's all zeroes 2011-01-28 23:40:13 +00:00
twa
twe
tx
txp
uart Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
ubsec
usb - Bugfix: Root HUBs do not support re-enumeration. 2011-03-08 08:02:39 +00:00
utopia
vge
vkbd
vr
vte Correct broadcast frame handling. Setting bit6 of MCR0 register 2011-03-19 22:36:59 +00:00
vx Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
watchdog
wb
wds
wi sysctl(8) should use the CTLTYPE to determine the type of data when 2011-01-19 17:04:07 +00:00
wl
wpi Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
xe
xen Fix bug in the netfront driver that caused excessive packet drops during 2011-01-29 02:36:45 +00:00
xl Allocate the DMA memory shared between the host and the controller as 2011-03-11 22:25:34 +00:00