Date: Thu, 31 Jan 2002 17:34:15 +0100 From: Toni Andjelkovic <toni@soth.at> To: freebsd-mobile@FreeBSD.ORG Subject: Re: 802.11b PCI card problems (solved) Message-ID: <20020131163415.GB7291@titan.soth.at> In-Reply-To: <20020131031932.GQ422@titan.soth.at> References: <20020131031932.GQ422@titan.soth.at>
next in thread | previous in thread | raw e-mail | index | archive | help
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: --- /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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020131163415.GB7291>