On Fri, 23 Mar 2007 23:58:27 -0700
Nate Lawson <[EMAIL PROTECTED]> 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:
> [EMAIL PROTECTED] ~]$ grep hpet /sys/conf/files
> dev/acpica/acpi_hpet.c          optional acpi

        I confirmed this change on RELENG_6.

> [EMAIL PROTECTED] ~]$ 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.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to