summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authoriwasaki <iwasaki@FreeBSD.org>2000-12-07 14:27:02 +0000
committeriwasaki <iwasaki@FreeBSD.org>2000-12-07 14:27:02 +0000
commitfcfe3e2ff54489a59ba29adfc922a989de7b7897 (patch)
tree1ef8f6a2a3ab4a2c1b0538f0f9dc1d6dc1580f93 /sys
parent68fb5700dc50886345c241b48498fd24fe80f739 (diff)
downloadFreeBSD-src-fcfe3e2ff54489a59ba29adfc922a989de7b7897.zip
FreeBSD-src-fcfe3e2ff54489a59ba29adfc922a989de7b7897.tar.gz
Create a pmtimer device instance for GENERIC and NEWCARD kernels by default.
Submitted by: Masayuki FUKUI <fukui@sonic.nm.fujitsu.co.jp>
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/conf/GENERIC.hints1
-rw-r--r--sys/i386/conf/GENERIC.hints1
-rw-r--r--sys/i386/conf/NEWCARD.hints1
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC.hints b/sys/amd64/conf/GENERIC.hints
index c259d72..0315077 100644
--- a/sys/amd64/conf/GENERIC.hints
+++ b/sys/amd64/conf/GENERIC.hints
@@ -34,6 +34,7 @@ hint.npx.0.irq="13"
hint.apm.0.at="nexus"
hint.apm.0.disabled="1"
hint.apm.0.flags="0x20"
+hint.pmtimer.0.at="isa"
hint.pcic.0.at="isa"
# hint.pcic.0.irq="10" # Default to polling
hint.pcic.0.port="0x3e0"
diff --git a/sys/i386/conf/GENERIC.hints b/sys/i386/conf/GENERIC.hints
index c259d72..0315077 100644
--- a/sys/i386/conf/GENERIC.hints
+++ b/sys/i386/conf/GENERIC.hints
@@ -34,6 +34,7 @@ hint.npx.0.irq="13"
hint.apm.0.at="nexus"
hint.apm.0.disabled="1"
hint.apm.0.flags="0x20"
+hint.pmtimer.0.at="isa"
hint.pcic.0.at="isa"
# hint.pcic.0.irq="10" # Default to polling
hint.pcic.0.port="0x3e0"
diff --git a/sys/i386/conf/NEWCARD.hints b/sys/i386/conf/NEWCARD.hints
index c7a2458..ab9d143 100644
--- a/sys/i386/conf/NEWCARD.hints
+++ b/sys/i386/conf/NEWCARD.hints
@@ -33,6 +33,7 @@ hint.npx.0.port="0x0F0"
hint.npx.0.irq="13"
hint.apm.0.at="nexus"
hint.apm.0.flags="0x20"
+hint.pmtimer.0.at="isa"
hint.pcic.0.at="isa"
hint.pcic.0.irq="10"
hint.pcic.0.port="0x3e0"
OpenPOWER on IntegriCloud