From owner-cvs-src@FreeBSD.ORG Sat Mar 24 10:23:27 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C147016A403; Sat, 24 Mar 2007 10:23:27 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.freebsd.org (Postfix) with ESMTP id 3AA5513C465; Sat, 24 Mar 2007 10:23:27 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.13.8/8.13.8/NinthNine) with SMTP id l2OANP4u042323; Sat, 24 Mar 2007 19:23:25 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sat, 24 Mar 2007 19:23:25 +0900 From: Norikatsu Shigemura To: Nate Lawson Message-Id: <20070324192325.da8b6512.nork@FreeBSD.org> In-Reply-To: <4604CC13.7020409@root.org> References: <200703231945.l2NJjsow056348@repoman.freebsd.org> <20070324110149.94f0ca0b.nork@FreeBSD.org> <4604CC13.7020409@root.org> X-Mailer: Sylpheed 2.4.0beta5 (GTK+ 2.10.11; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (sakura.ninth-nine.com [219.127.74.121]); Sat, 24 Mar 2007 19:23:26 +0900 (JST) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Norikatsu Shigemura , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files src/sys/dev/acpica acpi_dock.c acpi_hpet.c src/sys/dev/ppbus lpt.c ppbconf.c src/sys/dev/ppc ppc.c ppcvar.h src/sys/i386/conf NOTES src/sys/modules/acpi Makefile src/sys/modules/acpi/acpi_dock Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 24 Mar 2007 10:23:27 -0000 On Fri, 23 Mar 2007 23:58:27 -0700 Nate Lawson wrote: > >> njl 2007-03-23 19:45:53 UTC > >> FreeBSD src repository > >> Modified files: (Branch: RELENG_6) > >> sys/conf files > >> sys/dev/ppbus lpt.c ppbconf.c > >> sys/dev/ppc ppc.c ppcvar.h > >> sys/i386/conf NOTES > >> sys/modules/acpi Makefile > >> Added files: (Branch: RELENG_6) > >> sys/dev/acpica acpi_dock.c acpi_hpet.c > >> sys/modules/acpi/acpi_dock Makefile > >> Log: > >> MFC: acpi_dock (docking station) and acpi_hpet (high-perf timer) support > > How do I use acpi_hpet(4)? I tried to kldload acpi_hpet.ko, but > > I couldn't. And acpi.ko doesn't include acpi_hpet. > > NOTES: I have a HPET capable machine a.k.a. Panasonic Toughbook CF-R4. > > $ devinfo -v | fgrep HPET > > unknown pnpinfo _HID=PNP0103 _UID=0 at handle=\_SB_.PCI0.LPCB.HPET > It should end up in the acpi.ko or kernel build of acpi. This is on a > 6.x machine: > [nate@sponge ~]$ grep hpet /sys/conf/files > dev/acpica/acpi_hpet.c optional acpi I confirmed this change on RELENG_6. > [nate@sponge ~]$ grep hpet /sys/modules/acpi/acpi/Makefile > SRCS+= acpi_ec.c acpi_hpet.c acpi_lid.c acpi_perf.c acpi_smbat.c But I couldn't find it on RELENG_6. And, at this commit, /sys/modules/acpi/acpi/Makefile didn't seems to be changed. > Can you check again? I'll try to include acpi_hpet.c to sys/modules/acpi/acpi/Makefile.