summaryrefslogtreecommitdiffstats
path: root/sys/dev/asr
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
|
* Fix a race in ASR_ccbAdd and ASR_ccbRemove, which were both manipulatingmsmith2000-09-211-0/+11
| | | | | | the ccb queue without masking interrupts. Submitted by: Petr Lampa <lampa@fee.vutbr.cz>
* Move the 'asr' driver to cdev major 154, since 97 is already taken.msmith2000-09-011-1/+1
|
* Add MAINTAINER tag to aid updaters in finding the responsible parties.msmith2000-09-011-0/+2
|
* Add the 'asr' driver, supplied by Mark Salyzyn of Adaptec (nee DPT).msmith2000-09-0115-0/+12186
This provides support for the Adaptec SCSI RAID controller family, as well as the DPT SmartRAID V and VI families. The driver will be maintained by Mark and Adaptec, and any changes should be referred to the MAINTAINER.
OpenPOWER on IntegriCloud