From owner-freebsd-current Tue Mar 11 13:38:58 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8E7A37B408 for ; Tue, 11 Mar 2003 13:38:56 -0800 (PST) Received: from smak.uberduper.com (12-213-188-143.client.attbi.com [12.213.188.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A9D043FF2 for ; Tue, 11 Mar 2003 13:38:56 -0800 (PST) (envelope-from james@uberduper.com) Received: from bishop (unknown [208.33.24.5]) by smak.uberduper.com (Postfix) with ESMTP id 9CF419C2A5 for ; Tue, 11 Mar 2003 13:38:55 -0800 (PST) Date: Tue, 11 Mar 2003 13:44:41 -0800 From: James Satterfield To: current@freebsd.org Subject: NCP130 wireless PCI card. Message-Id: <20030311134441.7af11957.james@uberduper.com> X-Mailer: Sylpheed version 0.8.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This card isn't detected by default, so I added the vendor and dev IDs to if_wi_pci.c. Now it's detected, but doesn't attach. Here's what I think are the relevant bits from dmesg. pci2: physical bus=2 map[14]: type 4, range 32, base 0000dcf0, size 4, enabled map[18]: type 4, range 32, base 0000dc80, size 6, enabled found-> vendor=0x15e8, dev=0x0131, revid=0x01 bus=2, slot=8, func=0 class=02-80-00, hdrtype=0x00, mfdev=0 cmdreg=0x0183, statreg=0x0200, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 map[10]: type 4, range 32, base 0000d800, size 8, enabled map[14]: type 1, range 32, base ff6ffc00, size 8, enabled found-> vendor=0x11ad, dev=0x0002, revid=0x21 bus=2, slot=9, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0107, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=3 wi0: port 0xdc80-0xdcbf,0xdcf0-0xdcff irq 10 at device 8.0 on pci2 wi0: No I/O space?! device_probe_and_attach: wi0 attach returned 6 And here's some output from pciconf -vl none1@pci2:8:0: class=0x028000 card=0x013115e8 chip=0x013115e8 rev=0x01 hdr=0x00 vendor = 'National Datacomm Corp.' device = 'Prism II InstantWave HR PCI card' class = network I've seen quite a few posts on the list archives and google about this problem, but none appear to contain a resolution. Any help would make me mighty happy. James. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message