From owner-freebsd-current@FreeBSD.ORG Tue Mar 30 15:26:05 2004 Return-Path: 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 629BB16A4CE for ; Tue, 30 Mar 2004 15:26:05 -0800 (PST) Received: from gabby.gsicomp.on.ca (CPE00062566c7bb-CM000039c69a66.cpe.net.cable.rogers.com [69.197.202.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id F370543D39 for ; Tue, 30 Mar 2004 15:26:03 -0800 (PST) (envelope-from matt@gsicomp.on.ca) Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by gabby.gsicomp.on.ca (8.12.9p2/8.12.9) with ESMTP id i2UNmOpU018133; Tue, 30 Mar 2004 18:48:26 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <009c01c416ad$e8ed8510$1200a8c0@gsicomp.on.ca> From: "Matt Emmerton" To: "Rauf Kuliyev" , References: <002501c415fb$aa8b7fa0$1200a8c0@gsicomp.on.ca> <4069412D.1040809@kuliyev.com> Date: Tue, 30 Mar 2004 18:22:44 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: Problems with fxp0 and wi0 devices X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Mar 2004 23:26:05 -0000 [ corrected top-posting ] > > > > > Matt Emmerton wrote: > > >I'm running FreeBSD 5.2.1-RELEASE on a ThinkPad T23 and I can't use either > >of the built-in fxp0 or wi0 network adapters. > > > >Whenever I try and configure them with dhclient, dhclient just hangs. > >Whenever I try and configure them manually (static IP and route), packets > >never go anywhere. > >Whenever I access fxp0, I get "fxp0: device timeout" messages on my screen. > > > >I looked through cvsweb and didn't see anything that looked useful post > >5.2.1-REL. > > > >Here is the relevant part of dmesg: > > > >fxp0: port 0x7000-0x703f mem > >0xc0200000-0xc0200fff irq 11 at device 8.0 on pci2 > >fxp0: Ethernet address 00:d0:59:33:b2:eb > > > >wi0: mem 0xec000000-0xec000fff irq 11 at device 2.0 on > >pci2 > >wi0: 802.11 address: 00:20:e0:89:4e:0c > >wi0: using RF:PRIMS2.5 MAC:ISL3874A(Mini-PCI) > >wi0: Intersil Firmware: Primary (1.0.5), Station (1.3.3) > >wi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps > > > >And pciconf -l: > > > >fxp0@pci2:8:0: class=0x020000 card=0x02091014 chip=0x10318086 rev=0x41 > >hdr=0x00 > >wi0@pci2:2:0: class=0x020000 card=0x40461668 chip=0x30731260 rev=0x01 > >hdr=0x00 > > > >-- > >Matt Emmerton > Matt, > > Try to add hw.pci.allow_unsupported_io_range=1 to /boot/loader.conf > > Regards, > Rauf Sorry, no dice. That did work a long time ago (DP1 timeframe) when some devices weren't being enabled because things were "invalid". Thanks for the help, -- Matt Emmerton