aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aac
Commit message (Expand)AuthorAgeFilesLines
* Return -10 from the PCI probe to allow room for an updated driver toMike Smith2000-10-281-1/+1
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-272-11/+4
* First attempt at timeouts for bio commands sent to the controller. No retry isScott Long2000-10-222-0/+34
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-152-2/+0
* Fix up some more comments that were reversed.Mike Smith2000-10-031-2/+2
* Fix reversed comments re: OISR/OIMRMike Smith2000-10-031-2/+2
* Fix compiling with AAC_DEBUG.Scott Long2000-09-301-1/+1
* Include <sys/proc.h> so that we can dereference something in the procMike Smith2000-09-191-0/+1
* A new driver for PCI:SCSI RAID controllers based on the Adaptec FSAMike Smith2000-09-139-0/+4682