From owner-freebsd-mobile Thu Jan 31 8:57:30 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by hub.freebsd.org (Postfix) with ESMTP id 09CF737B41B for ; Thu, 31 Jan 2002 08:57:07 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1192) id C420E10DDFC; Thu, 31 Jan 2002 08:57:06 -0800 (PST) Date: Thu, 31 Jan 2002 08:57:06 -0800 From: Alfred Perlstein To: Toni Andjelkovic Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: 802.11b PCI card problems (solved) Message-ID: <20020131085706.D18604@elvis.mu.org> References: <20020131031932.GQ422@titan.soth.at> <20020131163415.GB7291@titan.soth.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020131163415.GB7291@titan.soth.at>; from toni@soth.at on Thu, Jan 31, 2002 at 05:34:15PM +0100 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org * Toni Andjelkovic [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: 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: 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 > > > > 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