From owner-freebsd-hardware@FreeBSD.ORG Tue May 6 13:51:52 2003 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75D6537B401 for ; Tue, 6 May 2003 13:51:52 -0700 (PDT) Received: from pl122.evertek.net (pl122.evertek.net [216.51.178.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E24743F93 for ; Tue, 6 May 2003 13:51:48 -0700 (PDT) (envelope-from klaatu@evertek.net) Received: from pl122.evertek.net (localhost [127.0.0.1]) by pl122.evertek.net (8.12.9/8.12.9) with ESMTP id h46KoBjn011021; Tue, 6 May 2003 15:50:11 -0500 (CDT) (envelope-from klaatu@evertek.net) Received: (from klaatu@localhost) by pl122.evertek.net (8.12.9/8.12.9/Submit) id h46KnmfC011016; Tue, 6 May 2003 15:49:48 -0500 (CDT) X-Authentication-Warning: aristotle.pl122.evertek.net: klaatu set sender to klaatu@evertek.net using -f Date: Tue, 6 May 2003 15:49:48 -0500 From: Mike Dean To: Sourabh Ladha Message-ID: <20030506204948.GA10809@evertek.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Organization: Engedi Technology X-Preferred-Format: text/plain X-Operating-System: FreeBSD 5.0-CURRENT X-Mail-System: fetchmail, procmail, mutt, vim, abook cc: freebsd-hardware@freebsd.org Subject: Re: Gateway and FreeBSD X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2003 20:51:52 -0000 * Sourabh Ladha [2003-05-05 22:56]: > I was trying to get FreeBSD 5.0 Release on my just bought Gateway Laptop > (400x). unfortunately it seems there are lot of broken sides...One of the > hardware that I could not find support was for my IDE controller > (Intel 82801CAM): > * pci0: at driver 31.3 (no driver attached) > * pci0: at device 31.6 (no driver attached) > Unfortunately, I just can't proceed from this. It would be nice to know exactly what you're seeing from this. However, I did have some significant problems with my Gateway 450L about at this point when I was trying to install, so I'll go out on a limb and speculate that this is the same problem (a page fault in the PCI code was what I was dealing with). This problem, incidentally, has nothing to do with the IDE controller (Intel 82801CAM, which appears to be some kind of unified bus control chip, is supported on my system). Maybe someone else can fill me in as to why, but the Gateway requires a tweak to the kernel environment in order to boot. The following assignment needs to be made: hw.pci.allow_unsupported_io_range="1" To do this, when you are booting the install disk, and it says "Press [ENTER] to boot immediately, any other key for command prompt", press another key (space works nicely). Then, run the following commands: set hw.pci.allow_unsupported_io_range="1" boot The machine will then (hopefully) boot (I never had any problems after figuring this out). This must be repeated each bootup; once you have the system installed and running, put the following at the top of your /boot/loader.conf: hw.pci.allow_unsupported_io_range="1" and the tweak will be applied automatically. It should then boot and operate properly.