From owner-freebsd-stable@FreeBSD.ORG Fri Oct 6 00:13:37 2006 Return-Path: X-Original-To: freebsd-stable@FreeBSD.org Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44C4316A412; Fri, 6 Oct 2006 00:13:37 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A97943D45; Fri, 6 Oct 2006 00:13:33 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id k960DWoe014951; Thu, 5 Oct 2006 20:13:32 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-stable@FreeBSD.org Date: Thu, 5 Oct 2006 20:13:15 -0400 User-Agent: KMail/1.6.2 References: <451F6E8E.8020301@freebsd.org> <20061005130829.A46123@fledge.watson.org> <20061005144852.GA60575@svzserv.kemerovo.su> In-Reply-To: <20061005144852.GA60575@svzserv.kemerovo.su> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200610052013.18543.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88/1999/Thu Oct 5 13:35:38 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Robert Watson , Eugene Grosbein Subject: Re: HEADS UP: FreeBSD 5.3, 5.4, 6.0 EoLs coming soon X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Oct 2006 00:13:37 -0000 On Thursday 05 October 2006 10:48 am, Eugene Grosbein wrote: > On Thu, Oct 05, 2006 at 01:09:27PM +0100, Robert Watson wrote: > > >It's definetely a regression from 4.11-STABLE that runs fine on > > > this system with ACPI fully enabled > > Hmm, I was wrong about 4.11 using ACPI - it does not use it here > really, it uses "good old" APM. > > > It would be interesting to know how 4.x probes the hardware vs. > > how it apperas in the 6.x dmesg. > > 4.11-STABLE: > > fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 > on isa0 fdc0: FIFO enabled, 8 bytes threshold > fd0: <1440-KB 3.5" drive> on fdc0 drive 0 > > 6.2-PRERELEASE: > > fdc0: port 0x3f0-0x3f5,0x3f0 irq 6 drq 2 > on acpi0 fdc0: [FAST] > fd0: <1440-KB 3.5" drive> on fdc0 drive 0 You have bad ACPI DSDT. Try newer BIOS if there's any. Jung-uk Kim