From owner-freebsd-mobile Thu May 24 0:16:21 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from caulfield.bitmap.net (caulfield.powersurfr.com [24.108.32.252]) by hub.freebsd.org (Postfix) with ESMTP id E715437B42C for ; Thu, 24 May 2001 00:16:16 -0700 (PDT) (envelope-from graham@caulfield.bitmap.net) Received: from localhost (graham@localhost) by caulfield.bitmap.net (8.11.3/8.11.2) with ESMTP id f4O7IBb00598 for ; Thu, 24 May 2001 01:18:12 -0600 (MDT) (envelope-from graham@caulfield.bitmap.net) Date: Thu, 24 May 2001 01:17:38 -0600 (MDT) From: Graham Bakay To: Subject: IRQ woes with a PCI to PCCard adapter for a Wireless PCCard Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Hi everyone, I just got my fancy new wireless card for my desktop. It's a SMC EZ Connect model SMC2602W which is a PCI adapter card with a standard SMC2632W PCCard wireless adapter stuck inside. Since it's a PCI adapter, I'm having trouble figuring out how to get things to 'work'. Now, I have a Symbios SCSI card (SYM8751SP) that seems to need irq 10. When I boot, it finds the card with wi (no mention of pcic or pcic_p though). For some reason, it hands irq 10 to the wireless card even though it's already been given to the SCSI card. I seem to remember somewhere on the list that I may be screwed since I'm using a PCI adapter rather that an ISA one. Ideas? How do I force an IRQ down its throat (ie: it says No IRQ?!) with a pci adapter? Here's some dmesg for reference. Graham Bakay graham@bitmap.net pci_open(1): mode 1 addr port (0x0cf8) is 0x00000000 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=05971106) pcib0: on motherboard found-> vendor=0x1106, dev=0x0597, revid=0x04 class=06-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[10]: type 1, range 32, base e0000000, size 26 found-> vendor=0x1106, dev=0x8598, revid=0x00 class=06-04-00, hdrtype=0x01, mfdev=0 subordinatebus=1 secondarybus=1 found-> vendor=0x1106, dev=0x0586, revid=0x41 class=06-01-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 found-> vendor=0x1106, dev=0x0571, revid=0x06 class=01-01-8a, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[20]: type 1, range 32, base 0000b400, size 4 found-> vendor=0x1106, dev=0x3038, revid=0x02 class=0c-03-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=d, irq=10 map[20]: type 1, range 32, base 0000b000, size 5 found-> vendor=0x1106, dev=0x3040, revid=0x10 class=06-04-00, hdrtype=0x01, mfdev=0 subordinatebus=0 secondarybus=0 found-> vendor=0x1000, dev=0x000f, revid=0x04 class=01-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=10 map[10]: type 1, range 32, base 0000b800, size 8 map[14]: type 1, range 32, base eb001000, size 8 map[18]: type 1, range 32, base eb000000, size 12 found-> vendor=0x1638, dev=0x1100, revid=0x02 class=02-80-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=10 map[14]: type 1, range 32, base 0000bc00, size 7 map[18]: type 1, range 32, base eb002000, size 12 map[1c]: type 1, range 32, base 0000c000, size 6 found-> vendor=0x10ec, dev=0x8029, revid=0x00 class=02-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=10 map[10]: type 1, range 32, base 0000c400, size 5 pci0: on pcib0 pcib2: at device 7.3 on pci0 sym0: <875> port 0xb800-0xb8ff mem 0xeb000000-0xeb000fff,0xeb001000-0xeb0010ff irq 10 at device 8.0 on pci0 wi0: port 0xc000-0xc03f,0xbc00-0xbc7f mem 0xeb002000-0xeb002fff irq 10 at device 9.0 on pci0 wi0: No irq?! device_probe_and_attach: wi0 attach returned 6 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message