From owner-freebsd-hackers Tue Jul 23 4:43: 5 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 162E137B400 for ; Tue, 23 Jul 2002 04:43:03 -0700 (PDT) Received: from server.rucus.ru.ac.za (server.rucus.ru.ac.za [146.231.115.1]) by mx1.FreeBSD.org (Postfix) with SMTP id 1BAE943E31 for ; Tue, 23 Jul 2002 04:42:59 -0700 (PDT) (envelope-from drs@rucus.ru.ac.za) Received: (qmail 17721 invoked from network); 23 Jul 2002 11:42:46 -0000 Received: from shell-fxp1.rucus.ru.ac.za (HELO shell.rucus.ru.ac.za) (10.0.0.1) by server.rucus.ru.ac.za with SMTP; 23 Jul 2002 11:42:46 -0000 Received: (qmail 18478 invoked by uid 10032); 23 Jul 2002 11:42:45 -0000 Date: Tue, 23 Jul 2002 13:42:45 +0200 From: David =?iso-8859-1?Q?Sieb=F6rger?= To: Bob Bishop Cc: hackers@freebsd.org Subject: Re: 3Com Airconnect - new variant? Message-ID: <20020723114245.GA18130@rucus.ru.ac.za> References: <4.3.2.7.2.20020723083601.0203ac28@gid.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4.3.2.7.2.20020723083601.0203ac28@gid.co.uk> User-Agent: Mutt/1.4i 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 On Tue 2002-07-23 (11:51), Bob Bishop wrote: > 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 Are you certain? src/share/misc/pci_vendors lists that as "SiS7012 Sound Codec". > 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 I believe your patch has told wi to attach to your sound card, and that doesn't quite work. :D Are you sure the wi0 was not being attached before your hack? -- David Siebörger drs@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message