Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Mar 2003 13:44:41 -0800
From:      James Satterfield <james@uberduper.com>
To:        current@freebsd.org
Subject:   NCP130 wireless PCI card.
Message-ID:  <20030311134441.7af11957.james@uberduper.com>

next in thread | raw e-mail | index | archive | help
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: <SOHO NetBlaster II> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030311134441.7af11957.james>