Re: pccard/cbb problems

From: M. Warner Losh <imp_at_bsdimp.com>
Date: Sun, 15 Aug 2004 22:32:42 -0600 (MDT)
In message: <20040816042215.99E275D04_at_ptavv.es.net>
            "Kevin Oberman" <oberman_at_es.net> writes:
: > Date: Sun, 15 Aug 2004 17:19:51 -0600 (MDT)
: > From: "M. Warner Losh" <imp_at_bsdimp.com>
: > 
: > In message: <200408152303.i7FN3j29001176_at_gw.catspoiler.org>
: >             Don Lewis <truckman_at_FreeBSD.org> writes:
: > : On 15 Aug, M. Warner Losh wrote:
: > : > In message: <20040815014707.1C5365D04_at_ptavv.es.net>
: > : >             "Kevin Oberman" <oberman_at_es.net> writes:
: > : > : > Date: Sat, 14 Aug 2004 16:20:10 -0600 (MDT)
: > : > : > From: "M. Warner Losh" <imp_at_bsdimp.com>
: > : > : > Sender: owner-freebsd-current_at_freebsd.org
: > : > : > 
: > : > : > In message: <Pine.LNX.4.60.0408141056090.14620_at_athena>
: > : > : >             Sam <sah_at_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_at_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
_at__at_ -217,5 +217,4 _at__at_
 };
 
 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
_at__at_ -651,5 +651,4 _at__at_
 };
 
 DRIVER_MODULE(cbb, pci, cbb_driver, cbb_devclass, 0, 0);
-MODULE_VERSION(cbb, 1);
 MODULE_DEPEND(cbb, exca, 1, 1, 1);
Received on Mon Aug 16 2004 - 02:35:07 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:06 UTC