Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jul 2002 13:42:45 +0200
From:      David =?iso-8859-1?Q?Sieb=F6rger?= <drs@rucus.ru.ac.za>
To:        Bob Bishop <rb@gid.co.uk>
Cc:        hackers@freebsd.org
Subject:   Re: 3Com Airconnect - new variant?
Message-ID:  <20020723114245.GA18130@rucus.ru.ac.za>
In-Reply-To: <4.3.2.7.2.20020723083601.0203ac28@gid.co.uk>
References:  <4.3.2.7.2.20020723083601.0203ac28@gid.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
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: <unknown card> (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: <SiS 900 10/100BaseTX> port 0xd000-0xd0ff mem 0xcbfec000-0xcbfecfff 
> >irq 12 at device 3.0 on pci0
> >sis0: Ethernet address: 00:d0:09:e9:e9:7e
> >miibus0: <MII bus> on sis0
> >rlphy0: <RTL8201L 10/100 media interface> on miibus0
> >rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
> >pci0: <S3 Trio 64V2/DX/GX graphics accelerator> 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




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