From owner-freebsd-current Thu Jan 16 14:39:38 2003 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 D92FC37B401 for ; Thu, 16 Jan 2003 14:39:35 -0800 (PST) Received: from hotmail.com (oe67.law10.hotmail.com [64.4.14.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7874743ED8 for ; Thu, 16 Jan 2003 14:39:35 -0800 (PST) (envelope-from coercitas@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 16 Jan 2003 14:39:35 -0800 X-Originating-IP: [212.198.0.93] From: "Coercitas Temet'Nosce" To: , "David Spreen" References: <87y95lvs7l.fsf@foobar.toppoint.de> Subject: Re: No way to disable loading of agp.1 on boot? Date: Thu, 16 Jan 2003 23:39:34 +0100 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.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 16 Jan 2003 22:39:35.0223 (UTC) FILETIME=[24FCB470:01C2BDB0] Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi there, problem isn't REALLY agp related, it is just because the PCI bridge tries to use some resources the BIOS left off or that are not enabled correctly by the device driver. There is a tunable value you can set to 0 to avoid this, just hit spacebar when loader prompts it and type : hw.pci.enables_io_modes=0 It will normally prevent your system to hang while testing this driver. If this doesn't work (it SHOULD work btw) just try this : hw.pci_allow_unsupported_io_range=1 It allows the PCI bridge to pass through an unsupported memory range assigned by the BIOS. This tunable value set to OFF (0) by default. Let me know if it helped :o) regards ----- Original Message ----- From: "David Spreen" To: Sent: Thursday, January 16, 2003 1:44 AM Subject: Bug: No way to disable loading of agp.1 on boot? > Hey there, > I just tried to install freebsd 5.0RC3 on my laptop but the > mini-inst-iso kernel hangs before entering the install-screen. > > The last two lines shown are (boot -v): > > agp0: mem 0-0x3ffffff at \ > device 0.0 on pci0 > > agp0: allocating GATT for aperture of size 64M > > Anyway, I don't need agpsupport for an installation-process, so I > tried to disable agp on boot-prompt. > > I looked for a hint-variable but there doesn't seem to exist one. > anyway, lsmod shows agp.1 in the modules: section, so I thought about > disable the loading of that module. > > Well, after an "unload; disable-module agp (which worked, he said he wouldn't > load it anymore); load kernel;" an lsmod still shows agp.1. > > Is this a bug or can't I disable agp-support on installation cdroms? > > The machine doesn't detect agp-devices when booting with boot-floppies, so > I think that should be possible with the cd too. > > I am fairly new to freebsd and I read the documentation about hints and > also about the boot-prompt. Additionaly I asked google and dejagoogle for > this issue and got no help. > > If I still left out a possibility I am sorry for making noise. > > so long... > > David > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message