Date: Sun, 3 Nov 2002 15:48:14 -0800 (PST) From: Scott Long <scottl@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 src/sys/conf kern.post.mk src/sys/modules Makefile src/sys/modules/aic7xxx/ahc Makefile src/sys/modules/aic7xxx/ahd Makefile src/sys/modules/aic7xxx/aicasm Makefile Message-ID: <200211032348.gA3NmEmE011690@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
scottl 2002/11/03 15:48:14 PST Modified files: . Makefile.inc1 sys/conf kern.post.mk sys/modules Makefile sys/modules/aic7xxx/ahc Makefile sys/modules/aic7xxx/ahd Makefile sys/modules/aic7xxx/aicasm Makefile Log: Hook the aic7xxx modules up. This requires some extra care since aicasm 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 Revision Changes Path 1.310 +16 -3 src/Makefile.inc1 1.31 +9 -5 src/sys/conf/kern.post.mk 1.279 +1 -0 src/sys/modules/Makefile 1.3 +1 -1 src/sys/modules/aic7xxx/ahc/Makefile 1.3 +1 -1 src/sys/modules/aic7xxx/ahd/Makefile 1.5 +4 -25 src/sys/modules/aic7xxx/aicasm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211032348.gA3NmEmE011690>