Date: Thu, 31 Jan 2002 08:57:06 -0800 From: Alfred Perlstein <bright@mu.org> To: Toni Andjelkovic <toni@soth.at> Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: 802.11b PCI card problems (solved) Message-ID: <20020131085706.D18604@elvis.mu.org> In-Reply-To: <20020131163415.GB7291@titan.soth.at>; from toni@soth.at on Thu, Jan 31, 2002 at 05:34:15PM %2B0100 References: <20020131031932.GQ422@titan.soth.at> <20020131163415.GB7291@titan.soth.at>
next in thread | previous in thread | raw e-mail | index | archive | help
* Toni Andjelkovic <toni@soth.at> [020131 08:34] wrote:
> Toni Andjelkovic wrote on Thu, Jan 31 2002 (04:19:32 +0100):
> > i had to add dummy identifiers to the pci_ids
> > array in i386/isa/if_wi.c, and now it goofs on
> > bus_alloc_resource():
> >
> > wi0: <GLPRISM2 PCI WaveLAN/IEEE 802.11> at device 9.0 on pci2
> > wi0: No I/O space?!
>
> after disabling some unnecessary PCI devices everything
> went well. probably there was a resource conflict:
>
> wi0: <GLPRISM2 PCI WaveLAN/IEEE 802.11> port 0xb400-0xb43f,0xb800-0xb87f mem 0xf2800000-0xf28003ff irq 9 at device 9.0 on pci2
> wi0: Ethernet address: 00:03:2f:01:c5:45
> wi0: wi_generic_attach:wi_has_wep = 1
> bpf: wi0 attached
>
> i'd love this to be added to 4.5-STABLE:
done, and thank you.
>
> --- /usr/src/sys/i386/isa/if_wi.c.dist Thu Jan 31 02:03:35 2002
> +++ /usr/src/sys/i386/isa/if_wi.c Thu Jan 31 02:08:35 2002
> @@ -212,6 +212,7 @@
> } pci_ids[] = {
> {0x1638, 0x1100, "PRISM2STA PCI WaveLAN/IEEE 802.11"},
> {0x1385, 0x4100, "Netgear MA301 PCI IEEE 802.11b"},
> + {0x16ab, 0x1101, "GLPRISM2 PCI WaveLAN/IEEE 802.11"},
> {0x16ab, 0x1102, "Linksys WDT11 PCI IEEE 802.11b"},
> {0, 0, NULL}
> };
>
> cheers,
> --
> Toni Andjelkovic
> <toni@soth.at>
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-mobile" in the body of the message
--
-Alfred Perlstein [alfred@freebsd.org]
'Instead of asking why a piece of software is using "1970s technology,"
start asking why software is ignoring 30 years of accumulated wisdom.'
Tax deductable donations for FreeBSD: http://www.freebsdfoundation.org/
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020131085706.D18604>
