summaryrefslogtreecommitdiffstats
path: root/sys/pc98/conf
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2001-10-24 14:46:40 +0000
committernyan <nyan@FreeBSD.org>2001-10-24 14:46:40 +0000
commitd59e014361f325e7c0136da5ec4b6a6575b2aa32 (patch)
tree7b65b1700e65f469476812a1f2bd54cb0ee86d9d /sys/pc98/conf
parentdb9a37a27ac55295c0d14f5f452955bfc74b1cef (diff)
downloadFreeBSD-src-d59e014361f325e7c0136da5ec4b6a6575b2aa32.zip
FreeBSD-src-d59e014361f325e7c0136da5ec4b6a6575b2aa32.tar.gz
Added the pmc driver which supports power management controller of
old NEC PC-98NOTE. Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata) MFC after: 1 week
Diffstat (limited to 'sys/pc98/conf')
-rw-r--r--sys/pc98/conf/GENERIC1
-rw-r--r--sys/pc98/conf/GENERIC.hints3
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index f1c93ad..c79c743 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -126,6 +126,7 @@ device npx
# Power management support (see NOTES for more options)
#device apm
+#device pmc
# Add suspend/resume support for the i8254.
#device pmtimer
diff --git a/sys/pc98/conf/GENERIC.hints b/sys/pc98/conf/GENERIC.hints
index 4f64788..76f2817 100644
--- a/sys/pc98/conf/GENERIC.hints
+++ b/sys/pc98/conf/GENERIC.hints
@@ -103,6 +103,9 @@ hint.npx.0.irq="8"
#hint.apm.0.flags="0x20"
#hint.pmtimer.0.at="isa"
+#hint.pmc.0.at="isa"
+#hint.pmc.0.port="0x8f0"
+
hint.pcic.0.at="isa"
#hint.pcic.0.irq="6" # Default to polling
hint.pcic.0.port="0x3e0"
OpenPOWER on IntegriCloud