aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/twe
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvscvs2svn2004-11-047-7/+7
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-162-5/+5
* Fix for a problem seen only on 6xxx series controllers, where-in theVinod Kashyap2004-06-113-8/+17
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* 1. Fixed potential problem that would cause out-of-order requests in twe_star...Vinod Kashyap2004-05-123-11/+7
* 1. Better handle a return value of EINPROGRESS from bus_dmamap_load.Vinod Kashyap2004-03-253-22/+38
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+4
* Check that twed_sc is non-NULL before dereferencing it, not after.Colin Percival2004-02-221-2/+2
* Fix off-by-one error: sc->twe_drive is an array of TWE_MAX_UNITS elements.Colin Percival2004-02-221-1/+1
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-212-3/+0
* Change the disk(9) API in order to make device removal more robust.Poul-Henning Kamp2004-02-181-14/+19
* After extensive QA cycles at 3ware, bring the driver in-line with all thePaul Saab2003-12-027-158/+184
* Correct the structure packing.Paul Saab2003-11-061-14/+14
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Don't tsleep on NULLPaul Saab2003-08-191-2/+2
* Oops.. Some debugging code snuck in here.Paul Saab2003-08-121-1/+1
* Fix the busdma support in twe to support EINPROGRESS and enable it forPaul Saab2003-08-124-111/+249
* Properly support the 3ware generic API.Paul Saab2003-08-057-96/+190
* Mega busdma API commit.Scott Long2003-07-011-0/+4
* Use bioq_flush() to drain a bio queue with a specific error code.Poul-Henning Kamp2003-04-011-0/+1
* Fix a bug I introduced by overlooking the fact that "unit number" canPoul-Henning Kamp2003-03-152-1/+2
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-082-11/+2
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+5
* Use canonical format for cdevsw initialization.Poul-Henning Kamp2003-03-021-13/+13
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-252-39/+18
* Use DISKFLAG_OPEN rather than maintaining our own flag.Poul-Henning Kamp2003-02-221-23/+2
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-211-4/+8
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-211-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Update to new crashdump apiPaul Saab2003-02-071-39/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Fix instances of macros with improperly parenthasized arguments.Alfred Perlstein2002-11-091-4/+4
* Be consistent about functions being static.Poul-Henning Kamp2002-10-161-1/+1
* use __packed.Alfred Perlstein2002-09-231-14/+14
* (This commit touches about 15 disk device drivers in a very consistentPoul-Henning Kamp2002-09-201-12/+4
* Replace (ab)uses of "NULL" where "0" is really meant.Archie Cobbs2002-08-221-1/+1
* Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanlyPeter Wemm2002-05-241-0/+1
* Here follows the new kernel dumping infrastructure.Poul-Henning Kamp2002-03-311-1/+6
* Update for the 6.9 firmware family (6xxx controllers), as well as forMike Smith2002-03-075-20/+132
* Fix some unused warnings. One function is only used ifPeter Wemm2002-02-271-0/+8
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-2/+2
* Fix a signed bug in the crashdump code for systems with > 2GB of ram.Paul Saab2001-11-131-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-5/+5
* Typo fix: fasion -> fashionKris Kennaway2001-07-231-1/+1
* Minor updates:Mike Smith2001-05-075-30/+47
* Make the disk mini-layer check for and handle zero-length transfersPoul-Henning Kamp2001-05-061-8/+0
* Last commit was broken.. It always prints '[CTRL-C to abort]'.Paul Saab2001-03-281-12/+2
* Change the dump routines to only abort if control-c is pressed.Paul Saab2001-03-271-1/+3
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-011-1/+1