summaryrefslogtreecommitdiffstats
path: root/sys/dev/twe/twe_freebsd.c
Commit message (Expand)AuthorAgeFilesLines
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-4/+4
* Fix for a problem seen only on 6xxx series controllers, where-in thevkashyap2004-06-111-3/+7
* 1. Better handle a return value of EINPROGRESS from bus_dmamap_load.vkashyap2004-03-251-4/+16
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+4
* Check that twed_sc is non-NULL before dereferencing it, not after.cperciva2004-02-221-2/+2
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-1/+0
* Change the disk(9) API in order to make device removal more robust.phk2004-02-181-14/+19
* After extensive QA cycles at 3ware, bring the driver in-line with all theps2003-12-021-49/+42
* Oops.. Some debugging code snuck in here.ps2003-08-121-1/+1
* Fix the busdma support in twe to support EINPROGRESS and enable it forps2003-08-121-49/+175
* Properly support the 3ware generic API.ps2003-08-051-34/+77
* Mega busdma API commit.scottl2003-07-011-0/+4
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-011-0/+1
* Fix a bug I introduced by overlooking the fact that "unit number" canphk2003-03-151-0/+1
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-9/+0
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+5
* Use canonical format for cdevsw initialization.phk2003-03-021-13/+13
* NO_GEOM cleanup:phk2003-02-251-37/+16
* Use DISKFLAG_OPEN rather than maintaining our own flag.phk2003-02-221-23/+2
* NO_GEOM cleanup:phk2003-02-211-4/+8
* NO_GEOM cleanup:phk2003-02-211-1/+1
* Update to new crashdump apips2003-02-071-39/+2
* Be consistent about functions being static.phk2002-10-161-1/+1
* (This commit touches about 15 disk device drivers in a very consistentphk2002-09-201-12/+4
* Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanlypeter2002-05-241-0/+1
* Here follows the new kernel dumping infrastructure.phk2002-03-311-1/+6
* Update for the 6.9 firmware family (6xxx controllers), as well as formsmith2002-03-071-5/+25
* Fix a signed bug in the crashdump code for systems with > 2GB of ram.ps2001-11-131-1/+1
* KSE Milestone 2julian2001-09-121-5/+5
* Typo fix: fasion -> fashionkris2001-07-231-1/+1
* Minor updates:msmith2001-05-071-4/+2
* Make the disk mini-layer check for and handle zero-length transfersphk2001-05-061-8/+0
* Last commit was broken.. It always prints '[CTRL-C to abort]'.ps2001-03-281-12/+2
* Change the dump routines to only abort if control-c is pressed.ps2001-03-271-1/+3
* Turn on interrupt-entropy harvesting for all/any mass storage devicesmarkm2001-03-011-1/+1
* - add support for crashdumps (courtesy of ps and Y!)msmith2000-12-031-7/+96
* Add PCI device ID for an upcoming revision of the product.msmith2000-10-271-1/+2
* Major update to the 'twe' driver.msmith2000-10-251-0/+971
OpenPOWER on IntegriCloud