aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/intpm
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-12-22 17:53:27 +0000
committerWarner Losh <imp@FreeBSD.org>2017-12-22 17:53:27 +0000
commitd2064cf0303dbd5585de1a36ae54504a13349e65 (patch)
treee2708deb4fb3e602d7fd0a402624d7536f6af240 /sys/dev/intpm
parent77863e4b1d7282722313d324a0fc5fcf5fd5899a (diff)
Notes
Diffstat (limited to 'sys/dev/intpm')
-rw-r--r--sys/dev/intpm/intpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/intpm/intpm.c b/sys/dev/intpm/intpm.c
index a822d54e2a6a..4b4cf9ab10c8 100644
--- a/sys/dev/intpm/intpm.c
+++ b/sys/dev/intpm/intpm.c
@@ -895,5 +895,5 @@ DRIVER_MODULE_ORDERED(intsmb, pci, intsmb_driver, intsmb_devclass, 0, 0,
DRIVER_MODULE(smbus, intsmb, smbus_driver, smbus_devclass, 0, 0);
MODULE_DEPEND(intsmb, smbus, SMBUS_MINVER, SMBUS_PREFVER, SMBUS_MAXVER);
MODULE_VERSION(intsmb, 1);
-MODULE_PNP_INFO("W32:vendor/device;D:human", pci, intpm, intsmb_products,
+MODULE_PNP_INFO("W32:vendor/device;D:#", pci, intpm, intsmb_products,
sizeof(intsmb_products[0]), nitems(intsmb_products));