Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jun 2002 13:11:33 -0700 (PDT)
From:      Paul Herman <pherman@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>

next in thread | raw e-mail | index | archive | help
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: <Intersil Prism2.5> 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: <Intersil Prism2.5> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020629113228.I759-100000>