aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/aic7xxx
Commit message (Expand)AuthorAgeFilesLines
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-045-14/+14
* Remove EISA support from ahc driver. The AIC-7770 chip can be on ISA,Warner Losh2017-02-162-16/+0
* WITH_META_MODE: Avoid false-positive error due to missing .meta with build co...Bryan Drewery2016-06-291-1/+1
* Use .MAKE.LEVEL being defined as a bootstrap aid when providingWarner Losh2015-01-101-1/+5
* Re-support CWARNFLAGS, lost when bsd.sys.mk was removed. Also, supportWarner Losh2015-01-032-2/+0
* This module requires pci_if.h, add it to the SRCS list.Ian Lepore2014-08-211-1/+1
* Remove dependence on source tree options. Move all kernel moduleWarner Losh2014-08-111-9/+10
* Re-enable -Werror for these modules. It is already enabled for the sameJohn Baldwin2014-06-091-1/+0
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* Don't build EISA by default anymore. Remove from i386 GENERIC andWarner Losh2014-04-181-1/+6
* Remove aicasm as a build dependency. It made sense when the ahc and ahdScott Long2014-01-076-17/+43
* Rework the aicasm build machinery so that it gets built along with toolchainIan Lepore2013-11-043-11/+5
* Disable -Wconstant-conversion warnings for the aic7xxx module in a moreDimitry Andric2011-12-222-2/+6
* Amend r228779 by also disabling -Wconstant-conversion warnings for theDimitry Andric2011-12-212-0/+2
* Add WERRROR= to work around the warningsWarner Losh2005-01-261-0/+1
* Back out previous commits. Installing new share/mk fixes this.Nate Lawson2005-01-031-1/+0
* NO_MAN is now NOMAN.Nate Lawson2005-01-031-1/+1
* Fix kernel modules build. For some reason, this module now bails out withNate Lawson2005-01-031-0/+1
* Curlies only work in target and sources specifications, butRuslan Ermilov2004-10-242-2/+2
* Add ISA attachement files for the aic7xxx driver.Justin T. Gibbs2004-08-171-0/+18
* Add an ISA attachement to the aic7xxx driver to handle 284X controllers.Justin T. Gibbs2004-08-172-4/+4
* Add eisa_if.h to the list of things to build for new eisa_if.m for theWarner Losh2004-06-091-1/+1
* Update GENSRCS and aicasm options correctly depending on whether registerJustin T. Gibbs2003-01-222-26/+28
* Include "../Makefile.inc".Yoshihiro Takahashi2002-11-062-0/+6
* Hook the aic7xxx modules up. This requires some extra care since aicasmScott Long2002-11-033-27/+6
* Add cleandepend target.Justin T. Gibbs2002-08-311-0/+4
* Pass the cleandir target on to the aicasm Makefile. This shouldJustin T. Gibbs2002-08-311-0/+4
* Complete the hookup of ahd/ahc module building.Justin T. Gibbs2002-08-313-15/+41
* Allow the ahc and ahd drivers to be built as modules. This alsoScott Long2002-08-016-0/+109