From owner-freebsd-current@FreeBSD.ORG Sun Sep 21 10:00:15 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 3A55316A4B3 for ; Sun, 21 Sep 2003 10:00:15 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1516243FBF for ; Sun, 21 Sep 2003 10:00:14 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id h8LH0BgG008487; Sun, 21 Sep 2003 13:00:11 -0400 (EDT) Date: Sun, 21 Sep 2003 13:00:11 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Thomas Quinot In-Reply-To: <20030921163553.GA19729@melusine.cuivre.fr.eu.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE cc: freebsd-current@freebsd.org cc: Bryan Liesner Subject: Re: ATAng no good for me/REQUEST_SENSE recovered from missing interrupt X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: deischen@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Sep 2003 17:00:15 -0000 On Sun, 21 Sep 2003, Thomas Quinot wrote: > Le 2003-09-21, Bryan Liesner =E9crivait : >=20 > > The patch doesn't take care of the hang for me. >=20 > Does it change anything, or do you still see the 'REQUEST_SENSE > recovered from missing interrupt'? Is your source tree up-to-date? > Several fixes have been committed to both the ATA and the CAM subsystems > recently, that address problems uncovered by the transition to ATAng. It slightly changes things for me; I can eventually get the system to boot, but I get a boatload of infinite messages: Sep 21 12:40:28 sirius kernel: (cd0:ata0:0:0:0): CAM Status: SCSI Status Er= ror Sep 21 12:40:28 sirius kernel: (cd0:ata0:0:0:0): SCSI Status: Check Conditi= on Sep 21 12:40:28 sirius kernel: (cd0:ata0:0:0:0): Recovered Sense Sep 21 12:40:28 sirius kernel: (cd0:ata0:0:0:0): READ CD RECORDED CAPACITY.= CDB: 25 0 0 0 0 0 0 0 0 0=20 Sep 21 12:40:28 sirius kernel: (cd0:ata0:0:0:0): CAM Status: SCSI Status Er= ror Sep 21 12:40:28 sirius kernel: (cd0:ata0:0:0:0): SCSI Status: Check Conditi= on Sep 21 12:40:28 sirius kernel: (cd0:ata0:0:0:0): Recovered Sense Sep 21 12:40:28 sirius kernel: (cd0:ata0:0:0:0): READ CD RECORDED CAPACITY.= CDB: 25 0 0 0 0 0 0 0 0 0=20 Sep 21 12:40:28 sirius kernel: (cd0:ata0:0:0:0): CAM Status: SCSI Status Er= ror Sep 21 12:40:28 sirius kernel: (cd0:ata0:0:0:0): SCSI Status: Check Conditi= on Sep 21 12:40:28 sirius kernel: (cd0:ata0:0:0:0): Recovered Sense =2E.. and I have to reboot. This is with atapicam in the kernel. --=20 Dan Eischen