From owner-freebsd-current@FreeBSD.ORG Mon Jul 25 21:31:07 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7EF3106564A for ; Mon, 25 Jul 2011 21:31:07 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from xiurhn.etoilebsd.net (xiurhn.etoilebsd.net [94.23.37.58]) by mx1.freebsd.org (Postfix) with ESMTP id 8B75D8FC08 for ; Mon, 25 Jul 2011 21:31:07 +0000 (UTC) Received: by xiurhn.etoilebsd.net (Postfix, from userid 80) id 9C2D77E81F; Mon, 25 Jul 2011 23:12:33 +0200 (CEST) To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 25 Jul 2011 21:12:33 +0000 From: Baptiste Daroussin In-Reply-To: <90f2b6c9a9f0b7badfeb24d5849ef21c@etoilebsd.net> References: <201107251309.04133.jhb@freebsd.org> <97cdc91ac6409923bfd035d4401c4a69@etoilebsd.net> <201107251519.43056.jhb@freebsd.org> <90f2b6c9a9f0b7badfeb24d5849ef21c@etoilebsd.net> Message-ID: <6f13480c7167dadf4e40debaa09927a8@etoilebsd.net> X-Sender: bapt@FreeBSD.org User-Agent: Roundcube Webmail/0.5.3 Subject: Re: No disks usable on a P5NE MB X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jul 2011 21:31:07 -0000 On Mon, 25 Jul 2011 19:37:36 +0000, Baptiste Daroussin wrote: > On Mon, 25 Jul 2011 15:19:42 -0400, John Baldwin wrote: >> On Monday, July 25, 2011 2:42:59 pm Baptiste Daroussin wrote: >>> On Mon, 25 Jul 2011 13:09:04 -0400, John Baldwin wrote: >>> > On Sunday, July 24, 2011 9:48:02 am Baptiste Daroussin wrote: >>> >> Hi, >>> >> >>> >> Trying to upgrade one of my box from 8-stable to 9-current lead >>> be >>> >> to >>> >> some important problems. >>> >> >>> >> I'm have tried both from sources (svn buildworld etc.) and from >>> >> memdisk >>> >> provided by allbsd.org. >>> >> >>> >> The motherboard is ASUS P5N-E SLI ACPI BIOS Revision 0901 >>> >> >>> >> more informations here : >>> >> http://people.freebsd.org/~bapt/P5N-E.dmidecode.txt and >>> >> http://people.freebsd.org/~bapt/P5N-E.pciconv.txt >>> > >>> > Can you get a verbose dmesg from 8-stable? >>> >>> A boot -v from current memdisk is full of: >>> (aprobe0:ata0:0:1:0): ATAPI_IDENTIFY. ACB: a1 00 00 00 00 40 00 00 >>> 00 >>> 00 00 00 >>> (aprobe0:ata0:0:1:0): CAM status: Command timeout >>> >>> here is the dmesg from boot -v on 8-stable: >>> http://people.freebsd.org/~bapt/P5NE-dmesg-8-stable.txt >>> >>> the xpt_config message disapear by removing sbp from the kernel >> >> It seems that you have an ATAPI floppy-drive device that 8 doesn't >> like: >> >> afd0: setting PIO3 >> device_attach: afd0 attach returned 6 >> >> Have you tried enabling ATA_CAM on 8 as a test, or removing the >> ATAPI floppy- >> drive as a test? > > kldload atapicam is happy with it: > > $> camcontrol devlist > at scbus0 target 0 lun 0 > (cd0,pass0) > at scbus0 target 1 lun 0 > (da0,pass1) > > > Anyway I removed it and restart booting on the memstick but it fails > the same way as before. > > Each time it fails booting on current, if I reset to reboot 8-stable > it fails finding the disks. if I turn off and on again I am able to > boot the 8-stable again... really strange. > > bapt > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org" Even after having disabled the disk or even remove them, the boot still fail from both cdrom and memstick. BApt