From 4bf21bfef99586b93ecba1db948647168df2fd61 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 21 Jul 2005 21:57:31 +0000 Subject: [PATCH] MFi386: add vpd driver (vital product data.. model & serial numbers etc) --- sys/amd64/conf/NOTES | 4 +++- sys/conf/files.amd64 | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index 225bfef0ae7f..4dd3342d5a66 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -296,9 +296,10 @@ options SAFE_RNDTEST # enable rndtest support # # Miscellaneous hardware: # +# smbios: DMI/SMBIOS entry point +# vpd: Vital Product Data kernel interface # cy: Cyclades serial driver # digi: Digiboard driver -# smbios: DMI/SMBIOS entry point # Notes on the Specialix SI/XIO driver: # The host card is memory, not IO mapped. @@ -322,6 +323,7 @@ device pbio hint.pbio.0.at="isa" hint.pbio.0.port="0x360" device smbios +device vpd # sx device is i386 and pc98 only at the moment. device sx options SX_DEBUG diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64 index c4ec1e51b967..a0065c56234d 100644 --- a/sys/conf/files.amd64 +++ b/sys/conf/files.amd64 @@ -236,6 +236,7 @@ compat/ndis/subr_pe.c optional ndisapi pci compat/ndis/subr_usbd.c optional ndisapi pci compat/ndis/winx64_wrap.S optional ndisapi pci i386/bios/smbios.c optional smbios +i386/bios/vpd.c optional vpd i386/cpufreq/powernow.c optional cpufreq i386/cpufreq/est.c optional cpufreq i386/cpufreq/p4tcc.c optional cpufreq