aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/asr/sys_info.h
Commit message (Collapse)AuthorAgeFilesLines
* Garbage collect the asr driver. Hardware for it has not been produced inScott Long2015-01-021-482/+0
| | | | | | | | | | | | roughly 10 years, and the driver has not enjoyed any significant maintenance since long before that. Despite well-meaning efforts from a number of people, myself included, it never made the jump to 64-bit and was relegated to the back-corners of i386. Now its frailty is hampering forward progress with Clang. Any renewed engineering efforts are of course welcome and can happen outside of the tree. No MFC of this is planned. Notes: svn path=/head/; revision=276526
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
| | | | Notes: svn path=/head/; revision=139749
* `unexpand -a' should be run _before_ sed 's/^#define /#define^I/g'.David E. O'Brien2002-05-141-27/+27
| | | | Notes: svn path=/head/; revision=96615
* Tighten up the defined()'s.David E. O'Brien2002-05-141-3/+3
| | | | Notes: svn path=/head/; revision=96614
* unexpand -a everythingDavid E. O'Brien2002-05-141-116/+116
| | | | Notes: svn path=/head/; revision=96554
* First pass of style(9) for #define's.David E. O'Brien2002-05-141-28/+28
| | | | Notes: svn path=/head/; revision=96551
* Convert C++ style comments to proper C ones.David E. O'Brien2001-12-131-17/+17
| | | | | | | | Clean up C comments just a tad. Fix ID's. Notes: svn path=/head/; revision=87826
* Use C comments instead of C++ comments.John Baldwin2001-12-131-11/+11
| | | | | | | Reported by: gcc30 Notes: svn path=/head/; revision=87816
* Fresh code drop from the vendor. This fixes some critical bugs and addsScott Long2001-08-211-2/+0
| | | | | | | | | | support for a new class of controllers. Also adjust MAINTAINER at the approval of msmith. Obtained from: mark_salyzyn@adaptec.com Notes: svn path=/head/; revision=82092
* Add the 'asr' driver, supplied by Mark Salyzyn of Adaptec (nee DPT).Mike Smith2000-09-011-0/+484
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