aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/asr
Commit message (Collapse)AuthorAgeFilesLines
...
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-1/+1
| | | | | | | | | | fondling implementation details. Created with: sed(1) Reviewed by: md5(1) Notes: svn path=/head/; revision=71999
* Use M_ZERO.David Malone2000-12-031-22/+12
| | | | | | | | | Submitted by: josh@zipperup.org Submitted by: Robert Drehmel <robd@gmx.net> Approved by: mark_salyzyn@adaptec.com Notes: svn path=/head/; revision=69548
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
| | | | | | | | | | | | <sys/proc.h> to <sys/systm.h>. Correctly document the #includes needed in the manpage. Add one now needed #include of <sys/systm.h>. Remove the consequent 48 unused #includes of <sys/proc.h>. Notes: svn path=/head/; revision=67893
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
| | | | Notes: svn path=/head/; revision=67164
* Fix a race in ASR_ccbAdd and ASR_ccbRemove, which were both manipulatingMike Smith2000-09-211-0/+11
| | | | | | | | | the ccb queue without masking interrupts. Submitted by: Petr Lampa <lampa@fee.vutbr.cz> Notes: svn path=/head/; revision=66190
* Move the 'asr' driver to cdev major 154, since 97 is already taken.Mike Smith2000-09-011-1/+1
| | | | Notes: svn path=/head/; revision=65343
* Add MAINTAINER tag to aid updaters in finding the responsible parties.Mike Smith2000-09-011-0/+2
| | | | Notes: svn path=/head/; revision=65313
* Add the 'asr' driver, supplied by Mark Salyzyn of Adaptec (nee DPT).Mike Smith2000-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. Notes: svn path=/head/; revision=65312