From owner-freebsd-current@FreeBSD.ORG Sat May 31 20:13:12 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 437EF1065674 for ; Sat, 31 May 2008 20:13:12 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 035E48FC14 for ; Sat, 31 May 2008 20:13:11 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id m4VKDBid009975 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 31 May 2008 13:13:11 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <4841B157.8080505@freebsd.org> Date: Sat, 31 May 2008 13:13:11 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: Joe Marcus Clarke References: <1212262040.30661.25.camel@shumai.marcuscom.com> In-Reply-To: <1212262040.30661.25.camel@shumai.marcuscom.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC--Metrics: ebb.errno.com; whitelist Cc: current Subject: Re: Hang while booting today's -CURRENT (ATA related?) 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: Sat, 31 May 2008 20:13:12 -0000 Joe Marcus Clarke wrote: > I have a Dell Precision 360 workstation (i386) with an ATA DVD-RW drive > and an SATA Seagate drive. After a long time (Feb 14, 2008), I supped > -CURRENT, and rebooted. Now the box hangs in what appears to be a probe > of the ATA devices. Here are the last few lines of the verbose boot > (copied from screen): > > ata0: identify ch->devices=00000000 > ata1: identify ch->devices=00010000 > The GEOM class LABEL is already loaded. > ata1-master: pio=PIO4 wdma=WDMA2 udma=UDMA33 cable=80 wire > acd0: setting PIO4 on ICH5 chip > acd0: setting UDMA33 on ICH5 chip > acd0: CDRW driver at ata1 as master > acd0: read 6890KB/s (6890KB/s) write 6890KB/s (6890KB/s), 2048KB buffer, > UDMA33 > acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, packet > acd0: Writes: CD, CDRW, test write, burnproof > acd0: Audio: play, 256 volume levels > acd0: Mechanism: ejectable tray, unlocked > acd0: Medium: no/blank disc > ata2: identify ch->devices=00000000 > ata3: identify ch->devices=00000001 > > That's it. After the DVD drive, the only other ATA device is the > SATA-attached Seagate disk which is master on ata3. The previous > kernel's verbose boot reported: > > ata3-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire > ad6: 152627MB at ata3-master SATA150 > ad6: 312581808 sectors [310101C/16H/63S] 16 sectors/interrupt 1 depth > queue > > This drive is located on a Promise controller: > > atapci0: port 0xcc00-0xcc3f,0xcbf0-0xcbff,0xcc80-0xccff mem 0xfe73f000-0xfe73ffff,0xfe740000-0xfe75ffff irq 22 at device 1.0 on pci2 > ... > ata3: on atapci0 > > Any ideas? Thanks. > > Not really, just "me too". I updated a machine w/ the same controller and hit the same issue. Sam