Date: Mon, 16 Aug 2004 16:27:44 +1000 From: "Chris Knight" <chris@e-easy.com.au> To: "'M. Warner Losh'" <imp@bsdimp.com> Cc: sah@softcardsystems.com Subject: RE: pccard/cbb problems Message-ID: <200408160628.i7G6S1gj097836@postoffice.e-easy.com.au> In-Reply-To: <MDAEMON-F200408161437.AA3722941pd80000286423@e-easy.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
Howdy, > -----Original Message----- > From: M. Warner Losh [mailto:imp@bsdimp.com] > Sent: Monday, 16 August 2004 2:33 PM > To: list-freebsd-current@e-easy.com.au > Cc: truckman@freebsd.org; freebsd-current@freebsd.org; > sah@softcardsystems.com > Subject: Re: pccard/cbb problems > > [snip] > > Does this solve your problem? > Yup. No more "module cbb already exists!" for me. Thanks! > Warner > Index: pccbb_isa.c > =================================================================== > RCS file: /home/ncvs/src/sys/dev/pccbb/pccbb_isa.c,v > retrieving revision 1.1 > diff -u -r1.1 pccbb_isa.c > --- pccbb_isa.c 12 Aug 2004 06:50:29 -0000 1.1 > +++ pccbb_isa.c 16 Aug 2004 04:32:14 -0000 > @@ -217,5 +217,4 @@ > }; > > DRIVER_MODULE(cbb, isa, cbb_isa_driver, cbb_devclass, 0, 0); > -MODULE_VERSION(cbb, 1); > MODULE_DEPEND(cbb, exca, 1, 1, 1); > Index: pccbb_pci.c > =================================================================== > RCS file: /home/ncvs/src/sys/dev/pccbb/pccbb_pci.c,v > retrieving revision 1.1 > diff -u -r1.1 pccbb_pci.c > --- pccbb_pci.c 12 Aug 2004 06:50:29 -0000 1.1 > +++ pccbb_pci.c 16 Aug 2004 04:32:14 -0000 > @@ -651,5 +651,4 @@ > }; > > DRIVER_MODULE(cbb, pci, cbb_driver, cbb_devclass, 0, 0); > -MODULE_VERSION(cbb, 1); > MODULE_DEPEND(cbb, exca, 1, 1, 1); Regards, Chris Knight Systems Administrator E-Easy Tel: +61 3 6334 9995 Fax: +61 3 6331 7032 Mob: +61 419 528 795 Web: http://www.e-easy.com.au
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408160628.i7G6S1gj097836>