From owner-freebsd-questions@FreeBSD.ORG Mon Jun 11 12:40:12 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4ACDC16A468 for ; Mon, 11 Jun 2007 12:40:12 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from vjofn.tucs-beachin-obx-house.com (vjofn.tucs-beachin-obx-house.com [204.107.90.128]) by mx1.freebsd.org (Postfix) with ESMTP id E940E13C45B for ; Mon, 11 Jun 2007 12:40:11 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from himinbjorg.tucs-beachin-obx-house.com (c-69-249-95-230.hsd1.nj.comcast.net [69.249.95.230]) (authenticated bits=0) by vjofn.tucs-beachin-obx-house.com (8.12.9/8.12.9) with ESMTP id l5BCeATn044017 for ; Mon, 11 Jun 2007 08:40:10 -0400 (EDT) Received: from himinbjorg.tucs-beachin-obx-house.com (localhost.tucs-beachin-obx-house.com [127.0.0.1]) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6) with ESMTP id l5BCe5YL017661 for ; Mon, 11 Jun 2007 08:40:05 -0400 (EDT) (envelope-from ml@t-b-o-h.net) Received: (from tbohml@localhost) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6/Submit) id l5BCe5Ip017660 for freebsd-questions@freebsd.org; Mon, 11 Jun 2007 08:40:05 -0400 (EDT) (envelope-from tbohml) From: "Tuc at T-B-O-H.NET" Message-Id: <200706111240.l5BCe5Ip017660@himinbjorg.tucs-beachin-obx-house.com> To: freebsd-questions@freebsd.org Date: Mon, 11 Jun 2007 08:40:05 -0400 (EDT) X-Mailer: ELM [version 2.5 PL8] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: ata1 probe causes lockup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2007 12:40:12 -0000 Hi, Having a problem installing 5.5 on a Toshiba 2805-S301 laptop. (I *HAVE* to load 5.5 on it for various reasons). I can load 5.4 perfectly, but as soon as I go to 5.5, the kernel won't boot. If I boot in 5.4 with verbose, I get Jun 10 12:12:18 gevjon kernel: atapci0: port 0xfff0-0xffff,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 5.1 on pci0 Jun 10 12:12:18 gevjon kernel: atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0xfff0 Jun 10 12:12:18 gevjon kernel: ata0: channel #0 on atapci0 Jun 10 12:12:18 gevjon kernel: atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 Jun 10 12:12:18 gevjon kernel: atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 Jun 10 12:12:18 gevjon kernel: ata0: reset tp1 mask=03 ostat0=50 ostat1=00 Jun 10 12:12:18 gevjon kernel: ata0-master: stat=0x50 err=0x01 lsb=0x00 msb=0x00 Jun 10 12:12:18 gevjon kernel: ata0-slave: stat=0x00 err=0x01 lsb=0x00 msb=0x00 Jun 10 12:12:18 gevjon kernel: ata0: reset tp2 stat0=50 stat1=00 devices=0x1 Jun 10 12:12:18 gevjon kernel: ata0: [MPSAFE] Jun 10 12:12:18 gevjon kernel: ata1: channel #1 on atapci0 Jun 10 12:12:18 gevjon kernel: atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 Jun 10 12:12:18 gevjon kernel: atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 (5.5 STOPS HERE) Jun 10 12:12:18 gevjon kernel: ata1: reset tp1 mask=03 ostat0=50 ostat1=00 Jun 10 12:12:18 gevjon kernel: ata1-master: stat=0x00 err=0x01 lsb=0x14 msb=0xeb Jun 10 12:12:18 gevjon kernel: ata1-slave: stat=0x00 err=0x01 lsb=0x14 msb=0xeb Jun 10 12:12:18 gevjon kernel: ata1: reset tp2 stat0=00 stat1=00 devices=0xc Jun 10 12:12:18 gevjon kernel: ata1: [MPSAFE] Jun 10 12:12:18 gevjon kernel: uhci0: port 0xff80-0xff9f irq 11 at device 5.2 on pci0 Jun 10 12:12:18 gevjon kernel: uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0xff80 Jun 10 12:12:18 gevjon kernel: uhci0: [GIANT-LOCKED] Jun 10 12:12:18 gevjon kernel: usb0: on uhci0 Jun 10 12:12:18 gevjon kernel: usb0: USB revision 1.0 Jun 10 12:12:18 gevjon kernel: uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 Jun 10 12:12:18 gevjon kernel: uhub0: 2 ports with 2 removable, self powered Jun 10 12:12:18 gevjon kernel: pci0: at device 5.3 (no driver attached) Any idea how to get 5.5 to get past that "atapci0: Reserved" part? Thanks, Tuc