aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/twa/tw_osl_freebsd.c
Commit message (Expand)AuthorAgeFilesLines
* twa: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-56/+2
* twa(4) deprecation noticeWarner Losh2020-04-181-0/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+2
* remove the 4GB boundary requirement on PCI DMA segmentsTycho Nightingale2019-04-191-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits2016-02-191-4/+4
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-2/+2
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-16/+1
* Fix twa(4) after the r246713. The driver copies data around toKonstantin Belousov2013-03-211-1/+1
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-0/+4
* Use bus_get_dma_tag() to inherit the 4G boundary restriction from theJohn Baldwin2012-03-071-2/+2
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-5/+4
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Fix a compile problem introduced with r212008 on 32bit:Bjoern A. Zeeb2010-09-041-1/+1
* Drain watchdog callouts before detaching. This prevents a panic whileXin LI2010-08-301-0/+4
* Vendor update to version 3.80.06.003 to fix a panic with ZFS when underXin LI2010-08-301-37/+142
* Apply driver update from LSI. Many thanks to LSI for continuing toXin LI2010-06-091-95/+49
* We no longer need to use d_thread_t, migrate to struct thread *.Warner Losh2009-05-201-3/+3
* Use si_drv1 instead of dev2unit() in twe(4) and twa(4)Ed Schouten2009-04-141-4/+2
* Reenable 64-bit DMA for twa(4) controllers, but use a boundary of 4GB toJohn Baldwin2009-03-231-6/+6
* Limit DMA memory to lower addressable 4GB, without this patch, weXin LI2008-10-061-4/+4
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-2/+2
* Update to version 3.70.03.007 from the vendor. This adds support for newScott Long2007-10-091-4/+10
* The version string scheme embeds the freebsd major release version,Scott Long2007-05-101-1/+1
* Import version 3.60.03.006 of the TWA driver:Scott Long2007-05-091-135/+3
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-13/+31
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.Matt Jacob2006-12-111-0/+2
* twa corresponding to the 9.3.0.1 release on the 3ware website. This driver hasVinod Kashyap2005-11-081-258/+44
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* Don't pollute the entire kernel build with -I$S/dev/twa.David E. O'Brien2005-09-111-4/+4
* The latest release of the FreeBSD driver (twa) forVinod Kashyap2005-04-121-0/+1983