From owner-freebsd-current@FreeBSD.ORG Thu Dec 4 17:47:06 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40A6516A4CE for ; Thu, 4 Dec 2003 17:47:06 -0800 (PST) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51CDB43F3F for ; Thu, 4 Dec 2003 17:47:05 -0800 (PST) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 4361172DB8; Thu, 4 Dec 2003 17:47:05 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 4134F72DB5; Thu, 4 Dec 2003 17:47:05 -0800 (PST) Date: Thu, 4 Dec 2003 17:47:05 -0800 (PST) From: Doug White To: Wesley Morgan In-Reply-To: <20031204165637.H76565@volatile.chemikals.org> Message-ID: <20031204171445.P78953@carver.gumbysoft.com> References: <20031204165637.H76565@volatile.chemikals.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: kernel hangs during boot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 05 Dec 2003 01:47:06 -0000 If you can break into ddb ok, grab the trace if its interesting. I'm curious if its jamming in something storage-related. On Thu, 4 Dec 2003, Wesley Morgan wrote: > Just tried to boot a new kernel on my laptop since the ACPI code was > modular and OHCI was finally fixed, and instead of booting it hangs > right after (or during?) the ATA probe: > > ata0-master: pio=0x0c wdma=0x22 udma=0x45 cable=80pin > ata0-master: setting PIO4 on AcerLabs Aladdin chip > ata0-master: setting UDMA66 on AcerLabs Aladdin chip > GEOM: create disk ad0 dp=0xc427ab60 > ad0: ATA-5 disk at ata0-master > ad0: 28615MB (58605120 sectors), 58140 C, 16 H, 63 S, 512 B > ad0: 16 secs/int, 1 depth queue, UDMA66 > (probe0:ata0:0:0:0): error 22 > (probe0:ata0:0:0:0): Unretryable Error > (probe1:ata0:0:1:0): error 22 > (probe1:ata0:0:1:0): Unretryable Error > ata1-master: pio=0x0c wdma=0x22 udma=0x42 cable=40pin > ata1-master: setting PIO4 on AcerLabs Aladdin chip > acd0: CDRW drive at ata1 as master > acd0: read 4134KB/s (4134KB/s) write 1377KB/s (1377KB/s), 2048KB buffer, PIO4 > acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, DVDRAM, packet > acd0: Writes: CDR, CDRW, test write, burnproof > acd0: Audio: play, 256 volume levels > acd0: Mechanism: ejectable tray, unlocked > acd0: Medium: 120mm data disc > (probe1:ata1:0:1:0): error 22 > (probe1:ata1:0:1:0): Unretryable Error > (probe2:ata0:0:0:0): error 22 > (probe2:ata0:0:0:0): Unretryable Error > (probe3:ata0:0:1:0): error 22 > (probe3:ata0:0:1:0): Unretryable Error > (probe1:ata1:0:1:0): error 22 > (probe1:ata1:0:1:0): Unretryable Error > (probe0:ata1:0:0:0): Retrying Command > (probe0:ata1:0:0:0): error 22 > (probe0:ata1:0:0:0): Unretryable Error > (probe0:ata1:0:0:0): Retrying Command > (probe0:ata1:0:0:0): error 22 > (probe0:ata1:0:0:0): Unretryable Error > pass0 at ata1 bus 0 target 0 lun 0 > pass0: Removable CD-ROM SCSI-0 device > pass0: 16.000MB/s transfers > GEOM: create disk cd0 dp=0xc4271600 > cd0 at ata1 bus 0 target 0 lun 0 > cd0: Removable CD-ROM SCSI-0 device > cd0: 16.000MB/s transfers > cd0: cd present [2156415 x 2048 byte records] > acpi_cmbat1: battery initialization failed, giving up > panic: from debugger > Stack backtrace: > > > ACPI as a module doesn't seem to be the culprit, nor does atapicam or even > atapicd. Pulling out the dvd drive still hangs. My working kernel is from > Nov 18, so I'm at a loss to exactly when this problem showed up. > > > -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org