From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 27 01:30:22 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92FAA16A415 for ; Wed, 27 Sep 2006 01:30:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2221F43D45 for ; Wed, 27 Sep 2006 01:30:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8R1ULcn014595 for ; Wed, 27 Sep 2006 01:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8R1UL4A014594; Wed, 27 Sep 2006 01:30:21 GMT (envelope-from gnats) Date: Wed, 27 Sep 2006 01:30:21 GMT Message-Id: <200609270130.k8R1UL4A014594@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Josh Carroll" Cc: Subject: Re: kern/103602: atapi device not working on JMicron 363 Controller X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Josh Carroll List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Sep 2006 01:30:22 -0000 The following reply was made to PR kern/103602; it has been noted by GNATS. From: "Josh Carroll" To: "Thomas Quinot" Cc: FreeBSD-gnats-submit@freebsd.org, greg@rowes.org Subject: Re: kern/103602: atapi device not working on JMicron 363 Controller Date: Tue, 26 Sep 2006 18:26:28 -0700 Booting with CAMDEBUG options, as soon as it tries to mount root (and query the CD device), I get: atapi_action: hcb@0xc66c6400: 12 0 0 0 24 0 atapi_cb: hcb@0xc66c6400 error = 00: (sk = 00) dev acd0: cmd 12 status 50 result 00 (probe0:ata2:0:1:0): . CDB: 12 0 0 0 60 0 atapi_action: hcb@0xc66c63c0: 12 0 0 0 60 0 atapi_cb: hcb@0xc66c63c0 error = 00: (sk = 00) dev acd0: cmd 12 status 50 result 00 (probe0:ata2:0:1:0): . CDB: 12 1 80 0 ff 0 atapi_action: hcb@0xc66c6380: 12 1 80 0 ff 0 At that point, I rebooted the box, but letting it run longer results in similar messages with different addresses and values. I have two pictures available here that show the screen (the box locks up in single user mode at that point, I cannot ctrl-c it): http://pflog.net/atapi1.jpg http://pflog.net/atapi2.jpg Thanks, Josh