summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2005-07-21 21:57:31 +0000
committerpeter <peter@FreeBSD.org>2005-07-21 21:57:31 +0000
commit90819c013a6b5d2665bf3bfd41916d66182d0f67 (patch)
treef2baefc03a2839091764f0fcc91d1ba2a73bc879 /sys
parentad5500aa053e1725012b9152509d156ac13b19c8 (diff)
downloadFreeBSD-src-90819c013a6b5d2665bf3bfd41916d66182d0f67.zip
FreeBSD-src-90819c013a6b5d2665bf3bfd41916d66182d0f67.tar.gz
MFi386: add vpd driver (vital product data.. model & serial numbers etc)
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/conf/NOTES4
-rw-r--r--sys/conf/files.amd641
2 files changed, 4 insertions, 1 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES
index 225bfef..4dd3342 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 c4ec1e5..a0065c5 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
OpenPOWER on IntegriCloud