From owner-cvs-src@FreeBSD.ORG Tue Aug 31 05:59:11 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C3A716A4CE; Tue, 31 Aug 2004 05:59:11 +0000 (GMT) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [210.226.20.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04A9943D3F; Tue, 31 Aug 2004 05:59:11 +0000 (GMT) (envelope-from kuriyama@imgsrc.co.jp) Received: from localhost (localhost [127.0.0.1]) by black.imgsrc.co.jp (Postfix) with ESMTP id 818C450B7A; Tue, 31 Aug 2004 14:59:09 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [IPv6:2001:218:422:2::9999]) by black.imgsrc.co.jp (Postfix) with ESMTP id EE81A50B6A; Tue, 31 Aug 2004 14:59:07 +0900 (JST) Date: Tue, 31 Aug 2004 14:59:07 +0900 Message-ID: <7md6173l1w.wl@black.imgsrc.co.jp> From: Jun Kuriyama To: Nate Lawson In-Reply-To: <200408302135.i7ULZYQx028502@repoman.freebsd.org> References: <200408302135.i7ULZYQx028502@repoman.freebsd.org> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd 0.1 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/fdc fdc_acpi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Aug 2004 05:59:12 -0000 At Mon, 30 Aug 2004 21:35:34 +0000 (UTC), Nate Lawson wrote: > Modified files: > sys/dev/fdc fdc_acpi.c > Log: > Fix _FDI drive type probing. The new fd child is not an ACPI device while > the old one is. Hence we need to evaluate the old one for _FDI since it > has a valid ACPI_HANDLE ivar. This is a minimal fix. Make a note that a > more complete one is to make fdc support the ACPI_HANDLE ivar for its > children. > > This and the previous change are MT5 candidates. These changes fixed my problem on VMware. Thanks! -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project