summaryrefslogtreecommitdiffstats
path: root/sys/dev/twe
Commit message (Expand)AuthorAgeFilesLines
...
* NO_GEOM cleanup:phk2003-02-211-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Update to new crashdump apips2003-02-071-39/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Fix instances of macros with improperly parenthasized arguments.alfred2002-11-091-4/+4
* Be consistent about functions being static.phk2002-10-161-1/+1
* use __packed.alfred2002-09-231-14/+14
* (This commit touches about 15 disk device drivers in a very consistentphk2002-09-201-12/+4
* Replace (ab)uses of "NULL" where "0" is really meant.archie2002-08-221-1/+1
* 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-075-20/+132
* Fix some unused warnings. One function is only used ifpeter2002-02-271-0/+8
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-2/+2
* 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-075-30/+47
* 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
* Typo fix; use & to test for bits set in the status register.msmith2001-02-261-1/+1
* Remove a prototype for an unused and undefined debugging function.jhb2001-01-231-1/+0
* - add support for crashdumps (courtesy of ps and Y!)msmith2000-12-033-185/+273
* If we can't get a command to back the bio we just took off the queue,msmith2000-11-031-1/+3
* Add PCI device ID for an upcoming revision of the product.msmith2000-10-272-1/+3
* Add a missing newline to a diagnostic.msmith2000-10-271-1/+1
* Major update to the 'twe' driver.msmith2000-10-258-1413/+2708
* Remove unneeded #include <machine/clock.h>phk2000-10-152-2/+0
* Reduce the number of outstanding commands we will send to the controllermsmith2000-10-121-1/+1
* Remove some confusing verbosity - we have no idea what RAID level themsmith2000-07-201-18/+3
* Initial import of a driver for the 3ware Escalade family of ATA RAIDmsmith2000-05-244-0/+2592
OpenPOWER on IntegriCloud