summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2007-12-28 22:50:04 +0000
committerrpaulo <rpaulo@FreeBSD.org>2007-12-28 22:50:04 +0000
commitc09011a38737097eabb8938bff05a4e28ed668ab (patch)
treeafdd53c59b7663465add9ac2342b9cb0d537d706
parent4ddafa9af1381c3b490f3c52cb1f110bd72d629f (diff)
downloadFreeBSD-src-c09011a38737097eabb8938bff05a4e28ed668ab.zip
FreeBSD-src-c09011a38737097eabb8938bff05a4e28ed668ab.tar.gz
Add asmc(4).
Requested by: njl (mentor)
-rw-r--r--sys/amd64/conf/NOTES3
-rw-r--r--sys/i386/conf/NOTES3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES
index cf868fb..4f85883 100644
--- a/sys/amd64/conf/NOTES
+++ b/sys/amd64/conf/NOTES
@@ -411,6 +411,7 @@ options SAFE_RNDTEST # enable rndtest support
# vpd: Vital Product Data kernel interface
# cy: Cyclades serial driver
# digi: Digiboard driver
+# asmc: Apple System Management Controller
# Notes on the Specialix SI/XIO driver:
# The host card is memory, not IO mapped.
@@ -436,7 +437,7 @@ hint.pbio.0.at="isa"
hint.pbio.0.port="0x360"
device smbios
device vpd
-
+device asmc
#
# Laptop/Notebook options:
#
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 46be8ef..9304a00 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -772,6 +772,7 @@ options SAFE_RNDTEST # enable rndtest support
# cy: Cyclades serial driver
# digi: Digiboard driver
# spic: Sony Programmable I/O controller (VAIO notebooks)
+# asmc: Apple System Management Controller
# Notes on APM
# The flags takes the following meaning for apm0:
@@ -827,7 +828,7 @@ hint.pbio.0.port="0x360"
device spic
hint.spic.0.at="isa"
hint.spic.0.port="0x10a0"
-
+device asmc
#
# Laptop/Notebook options:
#
OpenPOWER on IntegriCloud