aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/twe
Commit message (Expand)AuthorAgeFilesLines
* 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
* Typo fix; use & to test for bits set in the status register.Mike Smith2001-02-261-1/+1
* Remove a prototype for an unused and undefined debugging function.John Baldwin2001-01-231-1/+0
* - add support for crashdumps (courtesy of ps and Y!)Mike Smith2000-12-033-185/+273
* If we can't get a command to back the bio we just took off the queue,Mike Smith2000-11-031-1/+3
* Add PCI device ID for an upcoming revision of the product.Mike Smith2000-10-272-1/+3
* Add a missing newline to a diagnostic.Mike Smith2000-10-271-1/+1
* Major update to the 'twe' driver.Mike Smith2000-10-258-1413/+2708
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-152-2/+0
* Reduce the number of outstanding commands we will send to the controllerMike Smith2000-10-121-1/+1
* Remove some confusing verbosity - we have no idea what RAID level theMike Smith2000-07-201-18/+3
* Initial import of a driver for the 3ware Escalade family of ATA RAIDMike Smith2000-05-244-0/+2592