From owner-freebsd-mobile Tue Nov 6 15:15:10 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id EF93537B405 for ; Tue, 6 Nov 2001 15:15:07 -0800 (PST) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id fA6NF6d01335; Tue, 6 Nov 2001 15:15:06 -0800 (PST) Message-Id: <200111062315.fA6NF6d01335@ptavv.es.net> To: Trevor Osatchuk Cc: "'mobile@FreeBSD.org'" Subject: Re: second pccard slot not working In-reply-to: Your message of "Tue, 06 Nov 2001 15:46:11 MST." <133744861934D411AC3800508B4A89B30C5BFB@comanche.internal.pscl.com> Date: Tue, 06 Nov 2001 15:15:06 -0800 From: "Kevin Oberman" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > From: Trevor Osatchuk > Date: Tue, 6 Nov 2001 15:46:11 -0700 > Sender: owner-freebsd-mobile@FreeBSD.ORG > > I have 4.4-Release running on a 308d Thinkpad. When I insert a card into > the first slot, a nic or a compactflash, I see a message in > /var/log/messages stating that the card was inserted. I can then use the > nic or mount the flash no problem. However, when I insert a card into the > second slot nothing happens. I have not compiled a custom kernel, but I do > have the source. In the GENERIC kernel it has: > > device pcic0 at isa? irq 0 prt 0x3e0 iomem 0xd0000 > device pcic1 at isa? irq 0 prt 0x3e2 iomem 0xd4000 disable > > Does this mean that I have to compile a new kernel and enable the second > pcic device? From dmesg I get: > > pcic0: port 0x3e0-0x3e3 at > device > 19.0 on pci0 > ID is 0x82 > ID is 0x82 > pcic0: Polling mode > pccard0: on pcic0 > pccard1: on pcic0 > > I though that his means two cards on one controller. So, the kernel sees > two cards, but only enables one? Compile a new kernel? You are correct. Each pcic controls two slots and the second controller is normally for the slots in a docking station or port expander. In any case, the kernel would not need a rebuild. You would just have to enable the second controller. I know that Warner had some problems with the Cirrus Logic CardBus controller and I also recall that there was a problem with only a single slot working. I don't recall any details. It's possible that updating to stable might fix things, but I'm not at all certain. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message