From owner-freebsd-current Mon Jun 11 22:51: 7 2001 Delivered-To: freebsd-current@freebsd.org Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by hub.freebsd.org (Postfix) with ESMTP id 4218237B401 for ; Mon, 11 Jun 2001 22:50:57 -0700 (PDT) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.11.1/8.11.1) id f5C5oXP85193; Tue, 12 Jun 2001 07:50:33 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200106120550.f5C5oXP85193@zibbi.icomtek.csir.co.za> Subject: Re: UDMA interfering with install In-Reply-To: from Jonathan Smith at "Jun 11, 2001 10:21:05 pm" To: jonsmith@dragonstar.dhs.org (Jonathan Smith) Date: Tue, 12 Jun 2001 07:50:33 +0200 (SAT) Cc: current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 > > Unfortunately, the UDMA chipset on my ASUS P5A doesn't work well with > Western Vegetable drives.... So, I need to forcibly sysctl it into pio > mode. Is there *any* way to do this from sysinstall on the > 5.0-200105250-CURRENT (or later snap on current.freebsd.org) floppy > bootup? Well I don't know of a way to do it in sysinstall, but here is the way I did it a few days ago: Boot your machine with the install floppies and when it gives the message: Hit [Enter] to boot immediately, or any other key for command prompt. press any other key to get to the loader prompt. Then type: set hw.ata.ata_dma=0 boot Then just go through the normal installation procedure. When you are finished with the installation and the machine reboots, break at the loader prompt again and do the same thing. After that login and add the next line to /boot/loader.conf hw.ata.ata_dma=0 Now you should be set. :-) John -- John Hay -- John.Hay@icomtek.csir.co.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message