aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/asr
Commit message (Collapse)AuthorAgeFilesLines
* Garbage collect the asr driver. Hardware for it has not been produced inScott Long2015-01-021-17/+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
* Amend r228781 by also disabling -Warray-bounds warnings for the asrDimitry Andric2011-12-241-0/+3
| | | | | | | | | module. MFC after: 1 week Notes: svn path=/head/; revision=228865
* MFtbemd:Warner Losh2010-08-231-1/+1
| | | | | | | | | | | | Use MACHINE_CPUARCH in preference to MACHINE_ARCH. The former is the source code location of the machine, the latter the binary output. In general, we want to use MACHINE_CPUARCH instead of MACHINE_ARCH unless we're tesitng for a specific target. The isn't even moot for i386/amd64 where there's momemntum towards a MACHINE_CPUARCH == x86, although a specific cleanup for that likely would be needed... Notes: svn path=/head/; revision=211690
* Remove Alpha remnants.Marcel Moolenaar2006-07-271-4/+0
| | | | Notes: svn path=/head/; revision=160762
* Unbreak buildworld on i386 when MODULES_WITH_WORLD is defined.Olivier Houchard2005-03-231-0/+4
| | | | Notes: svn path=/head/; revision=144031
* Fix the build. opt_asr.h is gone.Nate Lawson2004-04-221-1/+1
| | | | | | | Beer or equivalent to? njl Notes: svn path=/head/; revision=128544
* Make an attempt to get the asr driver to compile on Alpha by fixing some i386Scott Long2001-04-011-0/+4
| | | | | | | | specific bogons. Compile with -O0, as anything higher gives the compiler a fit. No idea if this driver will actually work on Alpha, though. Notes: svn path=/head/; revision=75062
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-5/+6
| | | | Notes: svn path=/head/; revision=70711
* Add the 'asr' driver, supplied by Mark Salyzyn of Adaptec (nee DPT).Mike Smith2000-09-011-0/+9
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