Date: Fri, 24 Mar 2006 01:27:28 +0900 From: Norikatsu Shigemura <nork@FreeBSD.org> To: obrien@FreeBSD.org, mark_salyzyn@adaptec.com Cc: vashyap@FreeBSD.org, freebsd-current@FreeBSD.org Subject: Re: asr(4) doesn't depend on cam(4) and pci(4). Message-ID: <20060324012728.7048d8f8.nork@FreeBSD.org> In-Reply-To: <20060324011416.acd8df42.nork@FreeBSD.org> References: <20060323213143.30d26b6e.nork@FreeBSD.org> <20060324011416.acd8df42.nork@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Oops, I missed. Ignore my typos:-). BTW, I sent to scott_long@btc.adaptec.com too, but I got a error mail. Please update /usr/src/MAINTAINERS. On Fri, 24 Mar 2006 01:14:16 +0900 Norikatsu Shigemura <nork@freebsd.org> wrote: > I have a patch for asr(4), too. Please, please:-). > Index: asr.c > =================================================================== > RCS file: /home/ncvs/src/sys/dev/asr/asr.c,v > retrieving revision 1.77 > diff -u -r1.77 asr.c > --- asr.c 12 Feb 2006 06:57:41 -0000 1.77 > +++ asr.c 23 Mar 2006 16:08:04 -0000 > @@ -429,6 +429,8 @@ > > static devclass_t asr_devclass; > DRIVER_MODULE(asr, pci, asr_driver, asr_devclass, 0, 0); > +MODULE_DEPEND(sym, cam, 1, 1, 1); > +MODULE_DEPEND(sym, pci, 1, 1, 1); s/sym/asr/ > > /* > * devsw for asr hba driver
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060324012728.7048d8f8.nork>