From owner-freebsd-hackers@FreeBSD.ORG Wed Sep 1 02:38:55 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 262EB16A4CE; Wed, 1 Sep 2004 02:38:55 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C84243D58; Wed, 1 Sep 2004 02:38:54 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i812aHQJ074329; Tue, 31 Aug 2004 20:36:17 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 31 Aug 2004 20:36:27 -0600 (MDT) Message-Id: <20040831.203627.59830125.imp@bsdimp.com> To: jhb@freebsd.org, hackers@freebsd.org From: "M. Warner Losh" In-Reply-To: <200408311327.33588.jhb@FreeBSD.org> References: <003901c48f4e$d5808fd0$0b00000a@trinita> <200408311327.33588.jhb@FreeBSD.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: New computer....help wanted :-S X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Sep 2004 02:38:55 -0000 In message: <200408311327.33588.jhb@FreeBSD.org> John Baldwin writes: : On Tuesday 31 August 2004 07:36 am, db wrote: : > Hi : > : > Got my new computer with an Intel 915g MB and an Intel 3.0GHZ CPU. FreeBSD : > can't find the onboard NIC, but nevermind I got a Rubytech gigabit NIC. : > Sadly though, it can't find that either, so I tried my old 10/100 realtek : > card, but it can't use it. So I have 3 NIC's in the computer, but 0 : > working. When I in BIOS set the OS PnP to yes, I get: : : Set it to no. FreeBSD 5 only sort of works with it set to yes. What's the breakage? : > pcib5 at device 30.0 on pci0 : > pcib5 device re0 requested unsupported I/O range 0x0-0x0 (decoding : > 0x9000-0xafff) re0: couldn't map ports/memory : > This is my gigabit card and it says the same about my rl0 (realtek). : > : > When I set OS PnP to no, I get: : > rl0: port 0xa400-0xa4ff mem : > 0xcffff800-0xffff8ff irq 22 at device 10.0 on pci1 rl0: reset never : > completed! : > rl0: Ethernet address ff:ff:ff:ff:ff:ff : > rl0: unknown device ID: ffff : > device_probe_and_attach: rl0 attach returned 6 : > It doesn't say anything about re0. : : Well, FreeBSD is still not able to talk to the card ok. Not sure why, but PCI : express changes several things including how one talks to PCI cards, so the : fact that it is a PCI express chipset may break things enough for it not to : work right now. This looks like some kind of resource problem: : > 0xcffff800-0xffff8ff irq 22 at device 10.0 on pci1 rl0: reset never ^^^^^^^^^^^^^^^^^^^^^^^^ that's crazy man. Is that really what it prints, or the the 'c' missing and it actually allocates: 0xcffff800-0xcffff8ff irq 22 at device 10.0 on pci1 which would make more sense. Since it is behind a bridge, that might also have some impact on as well. That's what the pcib5 thing is saying, I think. Warner