From owner-freebsd-current@FreeBSD.ORG Sun Dec 7 13:35:37 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 D523216A4CE for ; Sun, 7 Dec 2003 13:35:37 -0800 (PST) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84EFC43F75 for ; Sun, 7 Dec 2003 13:35:36 -0800 (PST) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 7967872DBD; Sun, 7 Dec 2003 13:35:36 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 768C272DB8; Sun, 7 Dec 2003 13:35:36 -0800 (PST) Date: Sun, 7 Dec 2003 13:35:36 -0800 (PST) From: Doug White To: Nick Sayer In-Reply-To: Message-ID: <20031207133321.R7085@carver.gumbysoft.com> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: 5.1-RELEASE-p11 - ACPI panic during shutdown, USB panic w/ USB2 HD 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: Sun, 07 Dec 2003 21:35:38 -0000 On Sun, 7 Dec 2003, Nick Sayer wrote: > I don't have huge amounts of detail. I'm sort of writing this to see if > I can get a rough idea how likely it is these items are already fixed > in the pending 5.2 release. Without panic messages, its really hard to say. Why don't you pull down 5.2-BETA and see if you can reproduce the issues? There was an acpi shutdown panic in 5.2 a couple of times, but it seems to be happy now. Can't help you on the ehci/umass issue though. I have a USB disk that will at least read ok, but since its HFS+ I can't mount it. Its also my backup disk for my Macs so I'd prefer not to destroy it :-) > I have an Asus P5A based machine that I recently upgraded to > RELENG_5_1. When I was done, I found that when it was shutting down, > just at (what I perceive to be, anyway) the last step before it would > reboot, it would go into what appeared to be a trap loop of some sort. > It would quickly scroll 'trap 12' frames and then hang. The only > recovery is to press the reset button. > > This isn't really a big pain, but it does mean that I can't remotely > reboot this machine at all. > > It must be at least happening after the filesystems are dismounted, > because they always come back up clean. > > I note that this machine has to have kern.timecounter.hardware="TSC" in > sysctl.conf to keep the clock from running at double speed. Is this > something fixed in 5.2 or is this something unfixable except in > hard/firmware? > > --- > > Case #2: > > This is an older machine with a USB 2.0 PCI controller card and an > external USB 2.0 disk enclosure. Excerpts from dmesg.boot: > > ohci0: mem 0xe7000000-0xe7000fff irq 5 at > device 9 > .0 on pci0 > usb0: OHCI version 1.0 > usb0: on ohci0 > usb0: USB revision 1.0 > uhub0: NEC OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub0: 3 ports with 3 removable, self powered > ohci1: mem 0xe6800000-0xe6800fff irq 11 > at device > 9.1 on pci0 > usb1: OHCI version 1.0 > usb1: on ohci1 > usb1: USB revision 1.0 > uhub1: NEC OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub1: 2 ports with 2 removable, self powered > ehci0: mem 0xe6000000-0xe60000ff > irq 10 at d > evice 9.2 on pci0 > ehci_pci_attach: companion usb0 > ehci_pci_attach: companion usb1 > usb2: EHCI version 0.95 > usb2: companion controllers, 3 ports each: usb0 usb1 > usb2: on ehci0 > usb2: USB revision 2.0 > uhub2: NEC EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 > uhub2: 5 ports with 5 removable, self powered > > Shortly after disk I/O begins on the USB disk, there is a fatal trap > panic and reboot. This disk/controller pair worked just fine under > 4.8-RELEASE, albeit not at high speed. > > --- > > Should I not worry about these and just wait for 5.2? > > Thanks in advance. > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org