aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/mlx
Commit message (Collapse)AuthorAgeFilesLines
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-3/+4
| | | | Notes: svn path=/head/; revision=70711
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm2000-05-271-1/+1
| | | | | | | encoding the relative path. Notes: svn path=/head/; revision=60966
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.Peter Wemm2000-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. Notes: svn path=/head/; revision=59951
* Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered moduleBruce Evans2000-01-281-1/+0
| | | | | | | | makefiles. Bad examples in fxp/Makefile keep getting copied to new makefiles. Notes: svn path=/head/; revision=56735
* Move mlx from x86-only to generic. It builds on the Alpha and is in thePeter Wemm1999-12-121-4/+0
| | | | | | | common conf/files for the main kernel.. Notes: svn path=/head/; revision=54516
* Removed special rules for building and cleaning device interface filesBruce Evans1999-11-281-12/+2
| | | | | | | | and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}). Notes: svn path=/head/; revision=53846
* This is a driver for the Mylex DAC960 family of integrated RAIDMike Smith1999-10-071-0/+22
controllers. It currently supports the P, PL, PD and PU variants, with more to be supported shortly. Notes: svn path=/head/; revision=51973