From owner-freebsd-mobile Thu Jan 31 8:34:25 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from shrine.soth.at (shrine.soth.at [212.186.158.182]) by hub.freebsd.org (Postfix) with ESMTP id E669337B402 for ; Thu, 31 Jan 2002 08:34:22 -0800 (PST) Received: from titan.soth.at (titan.soth.at [172.30.1.5]) by shrine.soth.at (Postfix) with ESMTP id 466DA68A02 for ; Thu, 31 Jan 2002 17:34:15 +0100 (CET) Received: (from soth@localhost) by titan.soth.at (8.11.6/8.11.5) id g0VGYFu07345; Thu, 31 Jan 2002 17:34:15 +0100 (CET) (envelope-from soth) Date: Thu, 31 Jan 2002 17:34:15 +0100 From: Toni Andjelkovic To: freebsd-mobile@FreeBSD.ORG Subject: Re: 802.11b PCI card problems (solved) Message-ID: <20020131163415.GB7291@titan.soth.at> References: <20020131031932.GQ422@titan.soth.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020131031932.GQ422@titan.soth.at> User-Agent: Mutt/1.3.25i 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 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: --- /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