> Date: Mon, 25 Apr 2016 17:53:54 +0300
> From: Paul Irofti <[email protected]>
> 
> We attach acpihpet(4) and acpiec(4) without using the HID, so do not
> report it in the dmesg. Okay?

Sure.  At some point I thought acpiec(4) relied on acpi_foundhid() to
attach if an ECDT table wasn't present.  But I now see acpi_foundec()
takes care of that.

ok kettenis@

> Index: acpi.c
> ===================================================================
> RCS file: /cvs/src/sys/dev/acpi/acpi.c,v
> retrieving revision 1.309
> diff -u -p -u -p -r1.309 acpi.c
> --- acpi.c    2 Apr 2016 13:54:29 -0000       1.309
> +++ acpi.c    25 Apr 2016 14:52:20 -0000
> @@ -2758,6 +2758,7 @@ const char *acpi_skip_hids[] = {
>       "INT0800",      /* Intel 82802Firmware Hub Device */
>       "PNP0000",      /* 8259-compatible Programmable Interrupt Controller */
>       "PNP0100",      /* PC-class System Timer */
> +     "PNP0103",      /* HPET System Timer */
>       "PNP0200",      /* PC-class DMA Controller */
>       "PNP0800",      /* Microsoft Sound System Compatible Device */
>       "PNP0A03",      /* PCI Bus */
> @@ -2766,6 +2767,7 @@ const char *acpi_skip_hids[] = {
>       "PNP0C01",      /* System Board */
>       "PNP0C02",      /* PNP Motherboard Resources */
>       "PNP0C04",      /* x87-compatible Floating Point Processing Unit */
> +     "PNP0C09",      /* Embedded Controller Device */
>       "PNP0C0F",      /* PCI Interrupt Link Device */
>       NULL
>  };
> 
> 

Reply via email to