Date: Sun, 15 Aug 2004 22:32:42 -0600 (MDT) From: "M. Warner Losh" <imp@bsdimp.com> To: oberman@es.net Cc: sah@softcardsystems.com Subject: Re: pccard/cbb problems Message-ID: <20040815.223242.84376882.imp@bsdimp.com> In-Reply-To: <20040816042215.99E275D04@ptavv.es.net> References: <20040815.171951.109629809.imp@bsdimp.com> <20040816042215.99E275D04@ptavv.es.net>
next in thread | previous in thread | raw e-mail | index | archive | help
In message: <20040816042215.99E275D04@ptavv.es.net> "Kevin Oberman" <oberman@es.net> writes: : > Date: Sun, 15 Aug 2004 17:19:51 -0600 (MDT) : > From: "M. Warner Losh" <imp@bsdimp.com> : > : > In message: <200408152303.i7FN3j29001176@gw.catspoiler.org> : > Don Lewis <truckman@FreeBSD.org> writes: : > : On 15 Aug, M. Warner Losh wrote: : > : > In message: <20040815014707.1C5365D04@ptavv.es.net> : > : > "Kevin Oberman" <oberman@es.net> writes: : > : > : > Date: Sat, 14 Aug 2004 16:20:10 -0600 (MDT) : > : > : > From: "M. Warner Losh" <imp@bsdimp.com> : > : > : > Sender: owner-freebsd-current@freebsd.org : > : > : > : > : > : > In message: <Pine.LNX.4.60.0408141056090.14620@athena> : > : > : > Sam <sah@softcardsystems.com> writes: : > : > : > : module cbb already exists! : > : > : > : > : > : > That's odd. I've never seen this. How do you create it? : > : > : : > : > : I have been seeing this since a kernel build on Aug 13. My kernel from : > : > : Aug. 11 was fine. Since I have cbb in my kernel, it looks like something : > : > : is trying to load cbb again at boot time. : > : > : > : > OK. That's very odd. Nothing should be trying to load it. This is : > : > in the time frame I committed my split... : > : : > : I'm seeing the same thing here and I don't even have a cbb on that : > : machine. : > : > I think that this may be due to bugs in the loader. It appears that : > cbb has depends on exca that I neglected to commit, so I've done that : > in the hopes of things working better. : : Bad news. I just rebuilt my system and the error remains. : Copyright (c) 1992-2004 The FreeBSD Project. : Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 : The Regents of the University of California. All rights reserved. : FreeBSD 5.2-CURRENT #15: Sun Aug 15 20:50:12 PDT 2004 : oberman@puppeteer.es.net:/usr/obj/usr/src/sys/IBM-T30-D : module cbb already present! : Timecounter "i8254" frequency 1193182 Hz quality 0 : CPU: Intel(R) Pentium(R) 4 Mobile CPU 1.80GHz (1198.99-MHz 686-class CPU) : Origin = "GenuineIntel" Id = 0xf24 Stepping = 4 : Features=0x3febf9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM> : real memory = 536281088 (511 MB) : avail memory = 515043328 (491 MB) Does this solve your problem? 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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040815.223242.84376882.imp>