summaryrefslogtreecommitdiffstats
path: root/sys/modules/aha
Commit message (Collapse)AuthorAgeFilesLines
* Remove NAHA, NAHATOT and aha_softcs and related code. It was unusedimp2001-02-041-5/+1
| | | | | | | | | except for setting it. Also remove count from aha and replace it with optional. Also add commented out pccard lines for all the old card drivers. They have to be commented out until they are converted because it causes problems in NEWCARD.
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-061-4/+5
|
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofpeter2000-05-271-1/+1
| | | | encoding the relative path.
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.peter2000-05-041-1/+1
| | | | | | | This means that the kernel can be totally self contained now and is not dependent on the last buildworld to update /usr/share/mk. This might also make it easier to build 5.x kernels on 4.0 boxes etc, assuming gensetdefs and config(8) are updated.
* Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered modulebde2000-01-281-1/+0
| | | | | makefiles. Bad examples in fxp/Makefile keep getting copied to new makefiles.
* Removed special rules for building and cleaning device interface filesbde1999-11-281-15/+2
| | | | | and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
* /tmp/cvswGS523imp1999-09-281-0/+29
OpenPOWER on IntegriCloud