cvs commit: src/sys/modules/ida Makefile
Scott Long
scottl at FreeBSD.org
Sun Aug 31 23:59:03 PDT 2003
scottl 2003/08/31 23:59:02 PDT
FreeBSD src repository
Added files: (Branch: RELENG_4)
sys/modules/ida Makefile
Log:
Add glue to make the ida(4) driver be a module. This is complicated by
the existance of the EISA attachment. Since the EISA bus methods are
not DEVMETHODs, and thus can cause link failures if the eisa bus is not
compiled into the system, make the compiling of the EISA attachment be
optional. This is going into RELENG_4 first since it is needed to make
the install floppies fit, and does not represent the real solution that
should be attempted for HEAD.
Revision Changes Path
1.1.2.1 +14 -0 src/sys/modules/ida/Makefile (new)
More information about the cvs-src
mailing list