freebsd-nq/sys/dev
John Baldwin 9afa8f431f - Unmap static DMA buffers allocated via bus_dmemem_alloc() before
freeing them instead of after.
- Check the bus address of a static DMA buffer to decide if the associated
  map should be unloaded.
- Don't try to destroy bus dma maps for static DMA buffers.

Reviewed by:	davidcs
2014-06-11 20:46:23 +00:00
..
aac Clear the data buffer length field when freeing a command structure so that 2014-05-17 02:45:04 +00:00
aacraid Remove instances of variables that were set, but never used. gcc 4.9 2014-03-30 23:43:36 +00:00
acpi_support
acpica Remove duplicate SYSCTL_DECL(_debug_acpi) which was breaking tinderbox 2014-04-24 14:58:12 +00:00
adb
adlink
advansys Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases, 2014-06-10 20:25:45 +00:00
ae Fix various NIC drivers to properly cleanup static DMA resources. 2014-06-11 14:53:58 +00:00
age Fix various NIC drivers to properly cleanup static DMA resources. 2014-06-11 14:53:58 +00:00
agp
aha Fix a few more drivers that were explicitly destroying the bus_dma 2014-06-11 17:03:14 +00:00
ahb Fix a few more drivers that were explicitly destroying the bus_dma 2014-06-11 17:03:14 +00:00
ahci Correct AMD chipsets identification. 2014-04-17 14:16:02 +00:00
aic
aic7xxx Fix a few more drivers that were explicitly destroying the bus_dma 2014-06-11 17:03:14 +00:00
alc Fix various NIC drivers to properly cleanup static DMA resources. 2014-06-11 14:53:58 +00:00
ale Fix various NIC drivers to properly cleanup static DMA resources. 2014-06-11 14:53:58 +00:00
altera Use ETHER_ALIGN as argument to m_adj() to offset the beginning of packet 2014-04-16 15:28:17 +00:00
amdsbwd
amdtemp Add support for AMD Family 16h (Kabini) sensor devices. 2014-03-14 12:15:28 +00:00
amr Update kernel inclusions of capability.h to use capsicum.h instead; some 2014-03-16 10:55:57 +00:00
an Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases, 2014-06-10 20:25:45 +00:00
arcmsr
asmc
asr
ata Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases, 2014-06-10 20:25:45 +00:00
ath Add casts to have it compile on amd64 without complaining about 2014-05-07 19:07:45 +00:00
atkbdc
auxio
bce - Unmap static DMA buffers allocated via bus_dmemem_alloc() before 2014-06-11 20:46:23 +00:00
bfe Fix various NIC drivers to properly cleanup static DMA resources. 2014-06-11 14:53:58 +00:00
bge Fix various NIC drivers to properly cleanup static DMA resources. 2014-06-11 14:53:58 +00:00
bktr
bm
buslogic Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases, 2014-06-10 20:25:45 +00:00
bvm Fix panic "_mtx_lock_sleep: recursed on non-recursive mutex ttymtx" caused when 2014-03-09 02:07:15 +00:00
bwi
bwn
bxe Convert bxe(4) to use the driver API. 2014-06-02 18:54:45 +00:00
cadence
cardbus Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridge 2014-02-12 04:30:37 +00:00
cas
ce
cesa
cfe Use callout_*() rather than timeout()/untimeout(). 2014-05-30 15:46:10 +00:00
cfi
ciss Fix insta-panic on assert of unlocked periph mtx in ciss(4) when 2014-04-11 20:19:01 +00:00
cm
cmx
coretemp
cp
cpuctl Use correct types for sizeof() in the calculations for the malloc(9) sizes [1]. 2014-03-12 10:25:26 +00:00
cpufreq
cs
ct
ctau
cx
cxgb
cxgbe cxgbe(4): Properly account for the freelist buffers used when returning 2014-06-05 00:38:32 +00:00
cy
dc Fix various NIC drivers to properly cleanup static DMA resources. 2014-06-11 14:53:58 +00:00
dcons
de Fix a few more drivers that were explicitly destroying the bus_dma 2014-06-11 17:03:14 +00:00
digi
dpms
dpt Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases, 2014-06-10 20:25:45 +00:00
drm
drm2 Fix DMA handling in radeon_dummy_page_init(): 2014-05-28 08:59:23 +00:00
e1000 make sure if_transmit returns 0 if the mbuf is enqueued. 2014-06-06 20:49:56 +00:00
ed
eisa
en
ep
esp Update NetBSD Foundation copyrights to 2-clause BSD 2014-03-18 01:40:25 +00:00
et
etherswitch Fix the build with debug enabled and remove a variable used only at switch 2014-05-09 13:21:34 +00:00
ex
exca
fatm
fb Remove more superfluous const specifiers. 2014-02-23 18:36:45 +00:00
fdc
fdt Add the start of the ARM platform code. This is based on the PowerPC 2014-05-17 11:27:36 +00:00
fe
ffec Fix another bug in multicast filtering. i.MX uses 6 bits from MSB in 2014-03-08 14:58:39 +00:00
filemon Update kernel inclusions of capability.h to use capsicum.h instead; some 2014-03-16 10:55:57 +00:00
firewire Various cleanups and fixes: 2014-05-27 19:56:02 +00:00
flash
fxp Convert fxp(4) to use the driver API. 2014-06-02 18:45:36 +00:00
gem
glxiic
glxsb
gpio Add a bounds verification to the SCL and SDA pin values. 2014-05-31 14:27:50 +00:00
gxemul
hatm
hifn Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases, 2014-06-10 20:25:45 +00:00
hme
hpt27xx Apply vendor fixes to the High Point drivers: 2014-06-11 18:24:51 +00:00
hptiop
hptmv Apply vendor fixes to the High Point drivers: 2014-06-11 18:24:51 +00:00
hptnr
hptrr Apply vendor fixes to the High Point drivers: 2014-06-11 18:24:51 +00:00
hwpmc For Xeon 7500 and 48XX (Nehalem EX and Westmere EX) variants of the 2014-06-04 16:06:38 +00:00
hyperv Make some unwise casts. On i386 these casts wind up being safe. Rather 2014-04-05 22:42:00 +00:00
i40e Replace deprecated M_DONTWAIT with M_NOWAIT. 2014-06-06 11:12:19 +00:00
ic
ichsmb
ichwd
ida
ie
ieee488
if_ndis
iicbus Ignore IIC_ENOADDR from iicbus_reset() as it only means we have a 2014-05-31 14:38:05 +00:00
iir
io
ipmi Update kernel inclusions of capability.h to use capsicum.h instead; some 2014-03-16 10:55:57 +00:00
ips
ipw
isci Base the max number of SG elements on MAXPHYS. 2014-03-17 22:32:54 +00:00
iscsi Close the race in older code, that caused connection stuck after r264348. 2014-04-16 19:59:06 +00:00
iscsi_initiator Update kernel inclusions of capability.h to use capsicum.h instead; some 2014-03-16 10:55:57 +00:00
ismt Add ismt(4) driver. 2014-05-20 19:55:06 +00:00
isp
ispfw
iwi Fix sizeof modifier for sizeof() in printf 2014-03-30 00:25:31 +00:00
iwn Remove debugging printf that crept in in r266770. 2014-05-27 23:05:12 +00:00
ixgb
ixgbe make sure if_transmit returns 0 if the mbuf is enqueued. 2014-06-06 20:49:56 +00:00
jme Fix various NIC drivers to properly cleanup static DMA resources. 2014-06-11 14:53:58 +00:00
joy
kbd
kbdmux
ksyms
le Update NetBSD Foundation copyrights to 2-clause BSD 2014-03-18 01:40:25 +00:00
led
lge
lmc
malo Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases, 2014-06-10 20:25:45 +00:00
mbox
mc146818
mca
mcd
md vm_page_grab() and vm_pager_get_pages() can drop the vm_object lock, 2014-03-19 01:13:42 +00:00
mem
mfi Add support for the unmapped i/o to mfi(4). 2014-05-29 16:20:34 +00:00
mge
mii Introduce a procedural interface to the ifnet structure. The new 2014-06-02 17:54:39 +00:00
mk48txx Remove more superfluous const specifiers. 2014-02-23 18:36:45 +00:00
mlx
mly
mmc If no compatible cards were found after probing the bus, say so. 2014-02-15 20:36:54 +00:00
mn
mpr Increase taskqueue thread priority from idle to PRIBIO. 2014-05-24 13:00:49 +00:00
mps Increase taskqueue thread priority from idle to PRIBIO. 2014-05-24 13:00:49 +00:00
mpt
mrsas Add mrsas(4) driver from LSI official support of newer MegaRAID SAS 2014-05-07 16:16:49 +00:00
mse
msk Fix various NIC drivers to properly cleanup static DMA resources. 2014-06-11 14:53:58 +00:00
mvs
mwl Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases, 2014-06-10 20:25:45 +00:00
mxge Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbit 2014-03-13 03:42:24 +00:00
my Remove some unused variables. 2014-05-16 21:19:17 +00:00
nand Add fdt binding for nand for Atmel parts. This does little more than 2014-02-28 02:38:04 +00:00
ncv
netfpga10g/nf10bmac Adjust the register layout to allow for 64bit registers in the 2014-05-09 12:59:38 +00:00
netmap change the netmap mbuf destructor so the same code works also on FreeBSD 9. 2014-06-10 16:06:59 +00:00
nfe Remove some unused variables. 2014-05-16 21:19:17 +00:00
nge Fix various NIC drivers to properly cleanup static DMA resources. 2014-06-11 14:53:58 +00:00
nmdm
nsp
ntb
null null.c: uio is unused 2014-04-30 06:40:30 +00:00
nvd
nvme Use bitwise OR instead of logical OR when constructing value for 2014-06-10 21:40:43 +00:00
nvram
nvram2env
nxge
oce Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbit 2014-03-13 03:42:24 +00:00
ofw OF_peer() in IEEE 1275 returns 0 if no peer exists, not -1. 2014-05-11 18:22:05 +00:00
patm NO_MAN= has been deprecated in favor of MAN= for some time, go ahead 2014-04-13 05:21:56 +00:00
pbio
pccard
pccbb Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridge 2014-02-12 04:30:37 +00:00
pcf
pci Add IOMMU PCI subclass, found on Tyan S8236 motherboard. 2014-05-20 14:39:22 +00:00
pcn
pdq
powermac_nvram
ppbus
ppc
proto Add proto(4): A driver for prototyping and diagnostics. 2014-04-28 17:58:40 +00:00
pst
pty
puc Correct a typo in a device description added in r264257. 2014-04-15 19:58:05 +00:00
qlxgb Unload maps for DMA buffers allocated via bus_dmamem_alloc() before 2014-06-11 20:44:02 +00:00
qlxgbe Unload maps for DMA buffers allocated via bus_dmamem_alloc() before 2014-06-11 20:44:02 +00:00
qlxge Unload maps for DMA buffers allocated via bus_dmamem_alloc() before 2014-06-11 20:44:02 +00:00
quicc
ral
random Correctly set the sysctl format to Alphanumeric, rather than letting it default. 2014-04-26 13:21:28 +00:00
rc
re Fix various NIC drivers to properly cleanup static DMA resources. 2014-06-11 14:53:58 +00:00
rndtest
rp
rt
safe Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases, 2014-06-10 20:25:45 +00:00
sbni Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbit 2014-03-13 03:42:24 +00:00
scc
scd
sdhci Honor the max-frequency property if it appears in the fdt data. 2014-05-02 01:28:19 +00:00
sec
sf Fix various NIC drivers to properly cleanup static DMA resources. 2014-06-11 14:53:58 +00:00
sfxge Check that port is started when MAC filter is set 2014-04-22 20:19:09 +00:00
sge Fix various NIC drivers to properly cleanup static DMA resources. 2014-06-11 14:53:58 +00:00
si
siba Remove some unused variables. 2014-05-16 21:19:17 +00:00
siis
sio
sis Fix various NIC drivers to properly cleanup static DMA resources. 2014-06-11 14:53:58 +00:00
sk Fix various NIC drivers to properly cleanup static DMA resources. 2014-06-11 14:53:58 +00:00
smbus
smc
sn
snc
snp
sound Actually, just merge r233362 and do away with the unnecessary uint8_t 2014-05-28 14:26:46 +00:00
speaker
spibus
ste Fix various NIC drivers to properly cleanup static DMA resources. 2014-06-11 14:53:58 +00:00
stg
stge Fix various NIC drivers to properly cleanup static DMA resources. 2014-06-11 14:53:58 +00:00
streams
sym Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases, 2014-06-10 20:25:45 +00:00
syscons Fix comment introduced in r262480: it's 1920x1200, not 1980x1200. 2014-02-25 23:04:39 +00:00
tdfx Update kernel inclusions of capability.h to use capsicum.h instead; some 2014-03-16 10:55:57 +00:00
terasic
ti
tl
tpm
trm Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases, 2014-06-10 20:25:45 +00:00
tsec
twa
twe
tws Get rid of the 'chan' from softc structure and use the latter 2014-02-27 21:41:52 +00:00
tx Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases, 2014-06-10 20:25:45 +00:00
txp
uart In uart_bus_grab(), use the ier_mask instead of a custom hack for XScale. 2014-05-29 21:00:06 +00:00
ubsec Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases, 2014-06-10 20:25:45 +00:00
usb Avoid the USB device disconnected and controller shutdown clutter on system 2014-06-10 08:20:00 +00:00
utopia
vge Fix various NIC drivers to properly cleanup static DMA resources. 2014-06-11 14:53:58 +00:00
viawd
virtio Always append new bios to the tail of the queue, instead of sorting them 2014-06-10 03:29:15 +00:00
vkbd
vmware/vmxnet3 Fix TSO support on VMware Fusion 2014-06-09 02:45:53 +00:00
vr Fix various NIC drivers to properly cleanup static DMA resources. 2014-06-11 14:53:58 +00:00
vt Correct unicode map for VGA ROM character 0x0e 2014-06-10 01:19:48 +00:00
vte Fix various NIC drivers to properly cleanup static DMA resources. 2014-06-11 14:53:58 +00:00
vx
vxge Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbit 2014-03-13 03:42:24 +00:00
watchdog
wb
wbwd
wds
wi
wl
wpi
wtap
xe
xen xen: fix usage of db_active in xen console 2014-03-17 16:45:28 +00:00
xl