Date: Thu, 23 Mar 2006 10:49:13 -0700 (MST) From: "M. Warner Losh" <imp@bsdimp.com> To: nork@freebsd.org Cc: vkashyap@freebsd.org, gibbs@freebsd.org, mark_salyzyn@adaptec.com, freebsd-current@freebsd.org Subject: Re: aha(4) doesn't depend on cam(4). Message-ID: <20060323.104913.122061815.imp@bsdimp.com> In-Reply-To: <20060324014047.95ffc1e3.nork@FreeBSD.org> References: <20060324011416.acd8df42.nork@FreeBSD.org> <20060324013616.1b6f66ac.nork@FreeBSD.org> <20060324014047.95ffc1e3.nork@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message: <20060324014047.95ffc1e3.nork@FreeBSD.org> Norikatsu Shigemura <nork@freebsd.org> writes: : Hi aha(4) maintainers! : : I have a patch for aha(4). Actually, I'm the aha maintainer. Why is this needed? Is it because aha references symbols that would otherwise be undefined? Warner : Index: aha_isa.c : =================================================================== : RCS file: /home/ncvs/src/sys/dev/aha/aha_isa.c,v : retrieving revision 1.36 : diff -u -r1.36 aha_isa.c : --- aha_isa.c 29 May 2005 04:42:16 -0000 1.36 : +++ aha_isa.c 23 Mar 2006 16:37:46 -0000 : @@ -374,3 +374,4 @@ : static devclass_t aha_devclass; : : DRIVER_MODULE(aha, isa, aha_isa_driver, aha_devclass, 0, 0); : +MODULE_DEPEND(aha, cam, 1, 1, 1); : Index: aha_mca.c : =================================================================== : RCS file: /home/ncvs/src/sys/dev/aha/aha_mca.c,v : retrieving revision 1.13 : diff -u -r1.13 aha_mca.c : --- aha_mca.c 19 Jan 2005 06:54:10 -0000 1.13 : +++ aha_mca.c 23 Mar 2006 16:37:54 -0000 : @@ -229,3 +229,4 @@ : static devclass_t aha_devclass; : : DRIVER_MODULE(aha, mca, aha_mca_driver, aha_devclass, 0, 0); : +MODULE_DEPEND(aha, cam, 1, 1, 1); : _______________________________________________ : freebsd-current@freebsd.org mailing list : http://lists.freebsd.org/mailman/listinfo/freebsd-current : To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" :
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060323.104913.122061815.imp>