aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/twe/twevar.h
Commit message (Expand)AuthorAgeFilesLines
* twe: Remove driverWarner Losh2023-05-111-274/+0
* twe: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Remove remaining 4.x compat shims. No resulting changes (verified byJohn Baldwin2012-09-071-9/+9
* - Explicitly call twe_done() to poll the hardware when looping inJohn Baldwin2012-09-051-0/+1
* Add locking to the twe(4) driver and make it MPSAFE:John Baldwin2012-08-131-22/+1
* Teach twe driver to report array stripe size to GEOM.Alexander Motin2009-12-251-0/+1
* Change the command argument to ioctl routines to u_long to avoidRoman Divacky2009-09-221-1/+1
* Fix for a problem seen only on 6xxx series controllers, where-in theVinod Kashyap2004-06-111-2/+3
* 1. Fixed potential problem that would cause out-of-order requests in twe_star...Vinod Kashyap2004-05-121-5/+1
* 1. Better handle a return value of EINPROGRESS from bus_dmamap_load.Vinod Kashyap2004-03-251-1/+3
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* After extensive QA cycles at 3ware, bring the driver in-line with all thePaul Saab2003-12-021-8/+26
* Fix the busdma support in twe to support EINPROGRESS and enable it forPaul Saab2003-08-121-7/+14
* Properly support the 3ware generic API.Paul Saab2003-08-051-1/+3
* Update for the 6.9 firmware family (6xxx controllers), as well as forMike Smith2002-03-071-0/+2
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-2/+2
* Minor updates:Mike Smith2001-05-071-3/+3
* - add support for crashdumps (courtesy of ps and Y!)Mike Smith2000-12-031-14/+6
* Major update to the 'twe' driver.Mike Smith2000-10-251-54/+165
* Initial import of a driver for the 3ware Escalade family of ATA RAIDMike Smith2000-05-241-0/+163