From owner-freebsd-mobile Tue Aug 27 9:23:11 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7133C37B400 for ; Tue, 27 Aug 2002 09:23:08 -0700 (PDT) Received: from pd2mo2so.prod.shaw.ca (h24-71-223-10.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9B0843E42 for ; Tue, 27 Aug 2002 09:23:07 -0700 (PDT) (envelope-from fybar@shaw.ca) Received: from pd3mr4so.prod.shaw.ca (pd3mr4so-ser.prod.shaw.ca [10.0.141.180]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H1I00JFGG5QAM@l-daemon> for freebsd-mobile@FreeBSD.ORG; Tue, 27 Aug 2002 10:22:38 -0600 (MDT) Received: from pn2ml9so.prod.shaw.ca (pn2ml9so-qfe0.prod.shaw.ca [10.0.121.7]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H1I00HE4G5Q8C@l-daemon> for freebsd-mobile@FreeBSD.ORG; Tue, 27 Aug 2002 10:22:38 -0600 (MDT) Received: from isaac (h24-86-142-58.ed.shawcable.net [24.86.142.58]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with SMTP id <0H1I00D1OG5PZ6@l-daemon> for freebsd-mobile@FreeBSD.ORG; Tue, 27 Aug 2002 10:22:38 -0600 (MDT) Date: Tue, 27 Aug 2002 10:06:42 -0600 From: fybar Subject: pcmcia slots on thinkpad 380d To: freebsd-mobile@FreeBSD.ORG Message-id: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal 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 I have a Thinkpad 380d and only one pcmcia slot seems to work. From dmesg: pcib0: on motherboard pci0: on pcib0 chip1: at device 1.0 on pci0 pci0: at 3.0 irq 11 pcic0: port 0x3e0-0x3e3 at device 19.0 on pci0 pcic0: Polling mode pccard0: on pcic0 pccard1: on pcic0 It sees two pccard slots, or at least that is what it seems to me. From my kernel config: # PCCARD (PCMCIA) support device card device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd0000 device pcic1 at isa? irq 10 port 0x3e2 iomem 0xd4000 #device pcic1 at isa? irq 10 port 0x3e2 iomem 0xd4000 disable I did not change anything here. Is there something I need to do to enable the second slot? When I plug in a second card it beeps, so it seems to see that a card has been put in. However I get this message when I remove both cards: /kernel: stray irq 10 /kernel: too many stray irq 10's; not logging any more pccardd[47]: ata2: SunDisk (/.*/) removed. When adding my nic when the SunDisk is already mounted I get: pccardd[47]: driver allocatin failed for 3Com(3C574-TX Fast EtherLink PC Card): Device not configured When adding the SunDisk after the nic is already working I get: pccardd[47]: Card "SunDisk"("SDP") [5/3 0.6] [(null)] matched "SunDisk" ("/.*/') [(null)] ata2 at port 0x270-0x277,0x27e irq 10 slot 1 on pccard1 at2: unable to alocate interrupt device_probe_and_attatch: ata2 attach returned 6 pccardd[47]: driver allocation failed for SunDisk(/.*/): Device not configured Do I need to enable something in my kernel to get this to work? Thanks, fybar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message