Date: Wed, 31 Jul 2002 19:39:54 -0600 From: Scott Long <scott_long@btc.adaptec.com> To: Scott Long <scottl@freebsd.org> Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/aic7xxx ahc_eisa.c ahc_pci.c src/sys/modules/aic7xxx Makefile src/sys/modules/aic7xxx/ahc Makefile src/sys/modules/aic7xxx/ahc/ahc_eisa Makefile src/sys/modules/aic7xxx/ahc/ahc_pci Makefile src/sys/modules/aic7xxx/ahd ... Message-ID: <20020801013953.GA85730@hollin.btc.adaptec.com> In-Reply-To: <200208010136.g711adko090577@freefall.freebsd.org> References: <200208010136.g711adko090577@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jul 31, 2002 at 06:36:39PM -0700, Scott Long wrote: > scottl 2002/07/31 18:36:39 PDT > > Modified files: > sys/dev/aic7xxx ahc_eisa.c ahc_pci.c > Added files: > sys/modules/aic7xxx Makefile > sys/modules/aic7xxx/ahc Makefile > sys/modules/aic7xxx/ahc/ahc_eisa Makefile > sys/modules/aic7xxx/ahc/ahc_pci Makefile > sys/modules/aic7xxx/ahd Makefile > sys/modules/aic7xxx/aicasm Makefile > Log: > Allow the ahc and ahd drivers to be built as modules. This also > breaks the ahc driver into a core back-end and pci and eisa > front-ends. > I'll hook this up to the build once it's been tested a bit more. One area of concern is that each sub-module depends on the aicasm module, which might cause ugly build races when the -j flag is invoked. These directories are chained together via the SUBDIR target, which appears to be inherintly 'j'-safe. Someone please correct me if I'm wrong. Scott 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?20020801013953.GA85730>