From owner-freebsd-hardware@FreeBSD.ORG Sat May 3 03:33:11 2008 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92085106566B for ; Sat, 3 May 2008 03:33:11 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from parsely.rain.com (parsely.rain.com [199.26.172.196]) by mx1.freebsd.org (Postfix) with ESMTP id 0CCA48FC13 for ; Sat, 3 May 2008 03:33:10 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from sopwith.solgatos.com (uucp@localhost) by parsely.rain.com (8.11.4/8.11.4) with UUCP id m433X9L74258; Fri, 2 May 2008 20:33:09 -0700 (PDT) (envelope-from freebsd@sopwith.solgatos.com) Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id DAA29798; Sat, 3 May 2008 03:31:35 GMT Message-Id: <200805030331.DAA29798@sopwith.solgatos.com> To: Jeremy Chadwick In-reply-to: Your message of "Fri, 02 May 2008 19:42:40 PDT." <20080503024240.GA28006@eos.sc1.parodius.com> Date: Fri, 02 May 2008 20:31:35 +0100 From: Dieter Cc: Shaun Sabo , freebsd-hardware@freebsd.org Subject: Re: FreeBSD 7.0 SATA Controller X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2008 03:33:11 -0000 > Finally, the behaviour you're experiencing with your machine (re: the > progress bar stalling 2/3rds of the way through) sounds almost as if the > hard disks aren't spinning up quick enough after a soft reset from > within FreeBSD or Linux 2.4. The disks should have spun up long before a reset gets issued. > > for some reason i cannot mount any sort of media in freebsd 7 systems. > > the computer handles the booting of the cd's fine but freebsd cannot > > for some reason handle the mounting of disks. It is the firmware (and maybe a bootstrap) that boots a CD. Once control is handed over to the FreeBSD kernel, then the kernel has to be able to talk to the disks. It is the FreeBSD 7 kernel that is having the problem. > > the next step im going > > to take is installing 6.2 and remaking the world but adding device > > aptic to the kernel. > > I think you mean "device apic" to the kernel? No, it is "device aptic". It was in 6 but removed from 7. I had to add aptic to get my nforce4-ultra board to boot 7. Given that 6 runs on Shaun's machine and 7 doesn't, adding aptic is a useful thing to try.