From owner-freebsd-current Sat Jun 29 13:13:32 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6E1137B400 for ; Sat, 29 Jun 2002 13:13:29 -0700 (PDT) Received: from mail.deltanet.com (mail.deltanet.com [216.237.144.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 240B743E06 for ; Sat, 29 Jun 2002 13:13:29 -0700 (PDT) (envelope-from pherman@frenchfries.net) Received: from mammoth.eat.frenchfries.net (da001d0418.lax-ca.osd.concentric.net [64.0.145.163]) by mail.deltanet.com (8.11.6/8.11.6) with ESMTP id g5TJmgO21806 for ; Sat, 29 Jun 2002 12:48:43 -0700 Received: by mammoth.eat.frenchfries.net (Postfix, from userid 1000) id D34594AF7; Sat, 29 Jun 2002 13:11:33 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mammoth.eat.frenchfries.net (Postfix) with ESMTP id 9B9E549F9 for ; Sat, 29 Jun 2002 13:11:33 -0700 (PDT) Date: Sat, 29 Jun 2002 13:11:33 -0700 (PDT) From: Paul Herman X-X-Sender: pherman@mammoth.eat.frenchfries.net To: freebsd-current@FreeBSD.ORG Subject: bus_alloc_resrouce() fails in if_wi.c Message-ID: <20020629113228.I759-100000@mammoth.eat.frenchfries.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've got a Linksys WMP11 wireless PCI card. It is recognized under -STABLE, but not -CURRENT. wi_alloc() seems to fail at bus_alloc_resource() while requesting I/O memory. I'm not familiar with this part of the code, so I'm sure what actually gets called in this case. Does this sound familiar to anyone? ----- STABLE ----- wi0: mem 0xf4200000-0xf4200fff irq 3 at device 11.0 on pci1 wi0: 802.11 address: 00:06:25:a7:47:93 wi0: using RF:PRISM2.5 MAC:ISL3874A(Mini-PCI) wi0: Intersil Firmware: Primary 1.00.05, Station 1.03.04 ----- CURRENT ----- wi0: mem 0xf4200000-0xf4200fff irq 3 at device 11.0 on pci1 wi0: No Mem space on prism2.5? device_probe_and_attach: wi0 attach returned 6 The card itself is nothing special: # pciconf -lv | grep -EA 2 "^pci|^wi" pcib1@pci0:30:0: class=0x060400 card=0x00000000 chip=0x24188086 rev=0x02 hdr=0x01 vendor = 'Intel Corporation' device = '82801AA 8xx Chipset Hub to PCI Bridge' -- wi0@pci1:11:0: class=0x028000 card=0x38741737 chip=0x38731260 rev=0x01 hdr=0x00 vendor = 'Was Harris Semiconductor' device = 'ISL3874A PRISMII.5 IEE802.11B Wireless LAN' -CURRENT from around Jun 27. -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message