Date: Mon, 8 Sep 2003 13:35:33 +1000 From: John Birrell <jb@cimlogic.com.au> To: Jonas <jonas@netwood.net> Cc: freebsd-hardware@freebsd.org Subject: Re: IBM 120 G IDE -- problems Message-ID: <20030908033533.GB47926@freebsd1.cimlogic.com.au> In-Reply-To: <002a01c375b9$1bcb3e50$0800a8c0@master> References: <20030908031618.13634.qmail@web21109.mail.yahoo.com> <002a01c375b9$1bcb3e50$0800a8c0@master>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Sep 07, 2003 at 08:27:18PM -0700, Jonas wrote: > > I have the exact same problem with two brand new MB's from Asus. The > model is P4P800 and P4P800-VM and all the drives are brand new Seagate > IDE drives. I have removed the CD-ROM drive and the box boots up fine > with Primary and Secondary master but as soon as I add a 3rd drive the > boot process hangs on ata0 (or ata1) "Resetting devices....". Changing > the drive to Cable-Select or putting the slave at the end of the cable > doesn't fix the problem either. I have that problem with an ASUS P4S533 motherboard. I add these sysctl values to /boot/loader.conf: hw.ata.ata_dma="0" hw.ata.atapi_dma="0" You can also interrupt the boot loader and type: set hw.ata.ata_dma="0" set hw.ata.atapi_dma="0" boot -- John Birrell
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030908033533.GB47926>