From owner-freebsd-hackers Tue Jul 23 3:51:43 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50CAF37B400 for ; Tue, 23 Jul 2002 03:51:41 -0700 (PDT) Received: from gidgate.gid.co.uk (gid.co.uk [194.32.164.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id C785D43E6E for ; Tue, 23 Jul 2002 03:51:35 -0700 (PDT) (envelope-from rb@gid.co.uk) Received: (from rb@localhost) by gidgate.gid.co.uk (8.11.6/8.11.6) id g6NApQ005176; Tue, 23 Jul 2002 11:51:26 +0100 (BST) (envelope-from rb) Message-Id: <4.3.2.7.2.20020723083601.0203ac28@gid.co.uk> X-Sender: rbmail@gid.co.uk X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Tue, 23 Jul 2002 11:51:23 +0100 To: hackers@freebsd.org From: Bob Bishop Subject: 3Com Airconnect - new variant? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, Got a new 3Com Airconnect pci card here that probes (on 4.6-STABLE) as: >pci0: (vendor=0x1039, dev=0x7012) at 2.7 irq 5 With the following patch: --- if_wi_pci.c 2002/06/16 18:07:18 1.8.2.3 +++ if_wi_pci.c 2002/07/23 09:46:43 @@ -93,6 +93,7 @@ } pci_ids[] = { /* Sorted by description */ {0x10b7, 0x7770, WI_BUS_PCI_PLX, "3Com Airconnect"}, + {0x1039, 0x7012, WI_BUS_PCI_PLX, "3Com Airconnect too"}, {0x16ab, 0x1101, WI_BUS_PCI_PLX, "GLPRISM2 WaveLAN"}, {0x1260, 0x3873, WI_BUS_PCI_NATIVE, "Intersil Prism2.5"}, {0x16ab, 0x1102, WI_BUS_PCI_PLX, "Linksys WDT11"}, ...the probe seems rather out to lunch: >wi0: <3Com Airconnect too> port 0xd400-0xd43f,0xd800-0xd8ff irq 5 at >device 2.7 on pci0 >wi0: wi_pci_attach() failed to enable pci! >device_probe_and_attach: wi0 attach returned 6 >sis0: port 0xd000-0xd0ff mem 0xcbfec000-0xcbfecfff >irq 12 at device 3.0 on pci0 >sis0: Ethernet address: 00:d0:09:e9:e9:7e >miibus0: on sis0 >rlphy0: on miibus0 >rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto >pci0: at 9.0 irq 0 >wi0: <3Com Airconnect> port 0xc800-0xc83f,0xcc00-0xcc7f mem >0xcbfeb000-0xcbfebfff irq >5 at device 11.0 on pci0 >wi0: 802.11 address: 00:04:75:88:a7:0b >wi0: using RF:PRISM2 MAC:HFA3841 CARD:HWB3163 rev.A >wi0: Intersil Firmware: Primary 0.03.00, Station 0.08.03 ... but the card seems to work perfectly well. Anyone know what's going on here? TIA -- Bob Bishop +44 (0)118 977 4017 rb@gid.co.uk fax +44 (0)118 989 4254 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message