Received: by mail.netbsd.org (Postfix, from userid 0) id AE1E263B19A; Tue, 1 Dec 2009 19:37:06 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 12B7C63B111 for ; Tue, 1 Dec 2009 19:37:04 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id EE383175DD; Tue, 1 Dec 2009 19:37:03 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Tue, 1 Dec 2009 19:37:03 +0000 From: Soren Jacobsen Subject: CVS commit: [netbsd-5] src/sys/arch/i386/pnpbios To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20091201193703.EE383175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Module Name: src Committed By: snj Date: Tue Dec 1 19:37:03 UTC 2009 Modified Files: src/sys/arch/i386/pnpbios [netbsd-5]: fdc_pnpbios.c Log Message: Pull up following revision(s) (requested by cube in ticket #1161): sys/arch/i386/pnpbios/fdc_pnpbios.c: revision 1.15 Properly fix fdc@pnpbios as shown by Brian Buhrow in PR#42374. I think it tells a lot about the relevancy of that attachment when it took 20 months for someone to experience the issue and even then, acpi had to be disabled. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.14.10.1 src/sys/arch/i386/pnpbios/fdc_pnpbios.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.