From nobody@FreeBSD.org  Sun Feb 10 08:05:52 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 263B116A419
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 10 Feb 2008 08:05:52 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 0E8D613C4EF
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 10 Feb 2008 08:05:52 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m1A83fe4067555
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 10 Feb 2008 08:03:41 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m1A83f2M067554;
	Sun, 10 Feb 2008 08:03:41 GMT
	(envelope-from nobody)
Message-Id: <200802100803.m1A83f2M067554@www.freebsd.org>
Date: Sun, 10 Feb 2008 08:03:41 GMT
From: Tobias Stadler <TS.Stadler@gmx.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: if_wpi.ko fails to load on a Toshiba Satellite Pro P100-439
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         120493
>Category:       kern
>Synopsis:       [wpi] if_wpi.ko fails to load on a Toshiba Satellite Pro P100-439
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    benjsc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 10 08:10:02 UTC 2008
>Closed-Date:    Tue May 18 02:32:25 UTC 2010
>Last-Modified:  Tue May 18 02:32:25 UTC 2010
>Originator:     Tobias Stadler
>Release:        7.0-PRERELEASE
>Organization:
>Environment:
FreeBSD walhalla 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #1: Sun Feb 10 07:59:28 CET 2008 root@walhalla:/usr/obj/usr/src/sys/MYKERNEL amd64
>Description:
I've got a Toshiba Satellite Pro P100-439 laptop, but when I try to
load if_wpi.ko from the commandline I get the following error in dmesg
and no interface wpi0 appears in ifconfig:

wpi0: <Intel(R) PRO/Wireless 3945ABG> irq 17 at device 0.0 on pci3
wpi0: 0x1000 bytes of rid 0x10 res 3 failed (0, 0xffffffffffffffff).
wpi0: could not allocate memory resource
device_attach: wpi0 attach returned 6

Maybe it has something to do with:
unknown: I/O range not supported
which can be found earlier in dmesg.

Back in the days when I had an i386 FreeBSD on my laptop, I had the
same problem, but could "solve" it by not loading acpi.ko: if_wpi.ko
loads fine and I could connect to my access point, so maybe it is acpi
related.

see http://www.erdingbasket.de/freebsd/dmesg.txt and http://www.erdingbasket.de/freebsd/dsdt.asl.gz


>How-To-Repeat:
Try to load if_wpi.ko on a Toshiba Satellite Pro P100-439 laptop
>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-net 
Responsible-Changed-By: remko 
Responsible-Changed-When: Sun Feb 10 09:43:25 UTC 2008 
Responsible-Changed-Why:  
First reroute to networking team for if_wpi 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120493 
Responsible-Changed-From-To: freebsd-net->benjsc 
Responsible-Changed-By: benjsc 
Responsible-Changed-When: Wed Mar 19 12:15:00 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120493 
State-Changed-From-To: open->closed 
State-Changed-By: flz 
State-Changed-When: Tue May 18 02:32:24 UTC 2010 
State-Changed-Why:  
Feedback timeout. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120493 
>Unformatted:
Can you please do a verbose boot and report that dmseg. I believe this is more of a pci bus issues rather than a driver issue. Though either way I'd like to know why it's failing for you.
