summaryrefslogtreecommitdiffstats
path: root/sys/modules/aic7xxx
Commit message (Collapse)AuthorAgeFilesLines
* Add WERRROR= to work around the warningsimp2005-01-261-0/+1
|
* Back out previous commits. Installing new share/mk fixes this.njl2005-01-031-1/+0
|
* NO_MAN is now NOMAN.njl2005-01-031-1/+1
|
* Fix kernel modules build. For some reason, this module now bails out withnjl2005-01-031-0/+1
| | | | an error that there is no aicasm.1 man page.
* Curlies only work in target and sources specifications, butru2004-10-242-2/+2
| | | | not when passed to Bourne shell. This unbreaks "make clean".
* Add ISA attachement files for the aic7xxx driver.gibbs2004-08-171-0/+18
| | | | | Approved by: re Reminded by: obrien
* Add an ISA attachement to the aic7xxx driver to handle 284X controllers.gibbs2004-08-172-4/+4
| | | | | | | | | | | | | | | | | | | | | The ISA probe uses an identify routine to probe all slot locations from 1 to 14 that do not conflict with other allocated resources. This required making aic7770.c part of the driver core when compiled as a module. aic7xxx.c: aic79xx.c: aic_osm_lib.c: Use aic_scb_timer_start() consistently to start the watchdog timer. This removes a few places that verbatum copied the code in aic_scb_timer_start(). During recovery processing, allow commands to still be queued to the controller. The only requirement we have is that our recovery command be queued first - something the code already guaranteed. The only other change required to make this work is to prevent timers from being started for these newly queued commands. Approved by: re
* Add eisa_if.h to the list of things to build for new eisa_if.m for theimp2004-06-091-1/+1
| | | | case where we build modules with world.
* Update GENSRCS and aicasm options correctly depending on whether registergibbs2003-01-222-26/+28
| | | | | | | | | pretty printing is enabled Add a dependency on the source files for aicasm so that it will be rebuilt if out of date. Simplify.
* Include "../Makefile.inc".nyan2002-11-062-0/+6
|
* Hook the aic7xxx modules up. This requires some extra care since aicasmscottl2002-11-033-27/+6
| | | | | | | | is a compiler tool and needs to be compiled by the host compiler. I've tested this in i386->sparc cross-build, 4.7->current upgrade, normal buildkernel target, and normal /sys/i386/compile/GENERIC configurations. Submitted by: ru
* Add cleandepend target.gibbs2002-08-311-0/+4
|
* Pass the cleandir target on to the aicasm Makefile. This shouldgibbs2002-08-311-0/+4
| | | | fix the buildkernel target.
* Complete the hookup of ahd/ahc module building.gibbs2002-08-313-15/+41
|
* Allow the ahc and ahd drivers to be built as modules. This alsoscottl2002-08-016-0/+109
breaks the ahc driver into a core back-end and pci and eisa front-ends.
OpenPOWER on IntegriCloud