diff options
author | 2016-03-28 19:12:17 +0000 | |
---|---|---|
committer | 2016-03-28 19:12:17 +0000 | |
commit | 6272444167e2f3651ffd3555ab2d66cc099f5692 (patch) | |
tree | de84241d8aaa1cfcd8278c6b4b3f23164e61287b /usr.sbin/user/main.c | |
parent | Remove handrolled #define FREE and use free(3) directly without wrapping (diff) | |
download | wireguard-openbsd-6272444167e2f3651ffd3555ab2d66cc099f5692.tar.xz wireguard-openbsd-6272444167e2f3651ffd3555ab2d66cc099f5692.zip |
Adding each and every new acpi device driver to acpi_foundhid() is
gettinga bit of the burden. And it really isn't how our autoconf
framework is supposed to work for busses that can be enumerated. All
the drivers already check for a matching _HID in their attach
function. So we can just drop the checks in acpi_foundhid() and let
the drivers sort themselves out.
Print a "not configured" line for devices for which we don't attach adriver.
This may be a bit much as there are devices for which we will not have a
driver. This will be removed if it causes too much dmesg spam.
ok deraadt@, mlarkin@
Diffstat (limited to 'usr.sbin/user/main.c')
0 files changed, 0 insertions, 0 deletions