1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-05 12:56:08 +00:00

MFi386: add vpd driver (vital product data.. model & serial numbers etc)

This commit is contained in:
Peter Wemm 2005-07-21 21:57:31 +00:00
parent 6ec2971397
commit 4bf21bfef9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=148264
2 changed files with 4 additions and 1 deletions

View File

@ -296,9 +296,10 @@ options SAFE_RNDTEST # enable rndtest support
# #
# Miscellaneous hardware: # Miscellaneous hardware:
# #
# smbios: DMI/SMBIOS entry point
# vpd: Vital Product Data kernel interface
# cy: Cyclades serial driver # cy: Cyclades serial driver
# digi: Digiboard driver # digi: Digiboard driver
# smbios: DMI/SMBIOS entry point
# Notes on the Specialix SI/XIO driver: # Notes on the Specialix SI/XIO driver:
# The host card is memory, not IO mapped. # The host card is memory, not IO mapped.
@ -322,6 +323,7 @@ device pbio
hint.pbio.0.at="isa" hint.pbio.0.at="isa"
hint.pbio.0.port="0x360" hint.pbio.0.port="0x360"
device smbios device smbios
device vpd
# sx device is i386 and pc98 only at the moment. # sx device is i386 and pc98 only at the moment.
device sx device sx
options SX_DEBUG options SX_DEBUG

View File

@ -236,6 +236,7 @@ compat/ndis/subr_pe.c optional ndisapi pci
compat/ndis/subr_usbd.c optional ndisapi pci compat/ndis/subr_usbd.c optional ndisapi pci
compat/ndis/winx64_wrap.S optional ndisapi pci compat/ndis/winx64_wrap.S optional ndisapi pci
i386/bios/smbios.c optional smbios i386/bios/smbios.c optional smbios
i386/bios/vpd.c optional vpd
i386/cpufreq/powernow.c optional cpufreq i386/cpufreq/powernow.c optional cpufreq
i386/cpufreq/est.c optional cpufreq i386/cpufreq/est.c optional cpufreq
i386/cpufreq/p4tcc.c optional cpufreq i386/cpufreq/p4tcc.c optional cpufreq