aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/twe/twe_freebsd.c
Commit message (Expand)AuthorAgeFilesLines
* Teach twe driver to report array stripe size to GEOM.Alexander Motin2009-12-251-0/+7
* 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
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-2/+2
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+2
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* Use correct flags for bus_dma_tag_create().Scott Long2005-03-061-4/+4
* Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, returnWarner Losh2005-03-011-1/+1
* Fix crashdumps on twe. The twe_immediate_request() path was not onlyScott Long2005-02-081-3/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-4/+4
* Fix for a problem seen only on 6xxx series controllers, where-in theVinod Kashyap2004-06-111-3/+7
* 1. Better handle a return value of EINPROGRESS from bus_dmamap_load.Vinod Kashyap2004-03-251-4/+16
* 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
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-1/+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-021-49/+42
* 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-121-49/+175
* Properly support the 3ware generic API.Paul Saab2003-08-051-34/+77
* 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-151-0/+1
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-081-9/+0
* 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-251-37/+16
* 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
* Update to new crashdump apiPaul Saab2003-02-071-39/+2
* Be consistent about functions being static.Poul-Henning Kamp2002-10-161-1/+1
* (This commit touches about 15 disk device drivers in a very consistentPoul-Henning Kamp2002-09-201-12/+4
* 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-071-5/+25
* 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-071-4/+2
* 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
* - add support for crashdumps (courtesy of ps and Y!)Mike Smith2000-12-031-7/+96
* Add PCI device ID for an upcoming revision of the product.Mike Smith2000-10-271-1/+2
* Major update to the 'twe' driver.Mike Smith2000-10-251-0/+971