Re: acpi: add HPET and EC to skip_hids

2016-04-25 Thread Mark Kettenis
> Date: Mon, 25 Apr 2016 17:53:54 +0300 > From: Paul Irofti > > 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_f

acpi: add HPET and EC to skip_hids

2016-04-25 Thread Paul Irofti
We attach acpihpet(4) and acpiec(4) without using the HID, so do not report it in the dmesg. Okay? 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