pccard/cbb problems

Chris Knight chris at e-easy.com.au
Sun Aug 15 23:28:14 PDT 2004


Howdy,

> -----Original Message-----
> From: M. Warner Losh [mailto:imp at bsdimp.com] 
> Sent: Monday, 16 August 2004 2:33 PM
> To: list-freebsd-current at e-easy.com.au
> Cc: truckman at freebsd.org; freebsd-current at freebsd.org; 
> sah at 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
 
 




More information about the freebsd-current mailing list