summaryrefslogtreecommitdiffstats
path: root/sys/dev/twa/tw_osl_freebsd.c
Commit message (Expand)AuthorAgeFilesLines
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-16/+1
* Fix twa(4) after the r246713. The driver copies data around tokib2013-03-211-1/+1
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-0/+4
* Use bus_get_dma_tag() to inherit the 4G boundary restriction from thejhb2012-03-071-2/+2
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-5/+4
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Fix a compile problem introduced with r212008 on 32bit:bz2010-09-041-1/+1
* Drain watchdog callouts before detaching. This prevents a panic whiledelphij2010-08-301-0/+4
* Vendor update to version 3.80.06.003 to fix a panic with ZFS when underdelphij2010-08-301-37/+142
* Apply driver update from LSI. Many thanks to LSI for continuing todelphij2010-06-091-95/+49
* We no longer need to use d_thread_t, migrate to struct thread *.imp2009-05-201-3/+3
* Use si_drv1 instead of dev2unit() in twe(4) and twa(4)ed2009-04-141-4/+2
* Reenable 64-bit DMA for twa(4) controllers, but use a boundary of 4GB tojhb2009-03-231-6/+6
* Limit DMA memory to lower addressable 4GB, without this patch, wedelphij2008-10-061-4/+4
* Replace all calls to minor() with dev2unit().ed2008-09-271-2/+2
* Update to version 3.70.03.007 from the vendor. This adds support for newscottl2007-10-091-4/+10
* The version string scheme embeds the freebsd major release version,scottl2007-05-101-1/+1
* Import version 3.60.03.006 of the TWA driver:scottl2007-05-091-135/+3
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-13/+31
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.mjacob2006-12-111-0/+2
* twa corresponding to the 9.3.0.1 release on the 3ware website. This driver hasvkashyap2005-11-081-258/+44
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* Don't pollute the entire kernel build with -I$S/dev/twa.obrien2005-09-111-4/+4
* The latest release of the FreeBSD driver (twa) forvkashyap2005-04-121-0/+1983
OpenPOWER on IntegriCloud