From 56c2b57a2d49452fcf733a38ee44abe87431645b Mon Sep 17 00:00:00 2001 From: "Matthew N. Dodd" Date: Wed, 20 Jul 2005 16:57:53 +0000 Subject: [PATCH] Add entries for smbios, smapi and vpd drivers. --- sys/i386/conf/NOTES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 50dbb604863..08b652c8308 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -637,6 +637,9 @@ options SAFE_RNDTEST # enable rndtest support # # apm: Laptop Advanced Power Management (experimental) # pmtimer: Timer device driver for power management events (APM or ACPI) +# smapi: System Management Application Program Interface driver +# smbios: DMI/SMBIOS entry point +# vpd: Vital Product Data kernel interface # cy: Cyclades serial driver # digi: Digiboard driver # spic: Sony Programmable I/O controller (VAIO notebooks) @@ -665,6 +668,9 @@ options SAFE_RNDTEST # enable rndtest support device apm hint.apm.0.flags="0x20" +device smapi +device smbios +device vpd device pmtimer # Adjust system timer at wakeup time device cy options CY_PCI_FASTINTR # Use with cy_pci unless irq is shared