diff options
author | iwasaki <iwasaki@FreeBSD.org> | 2000-12-07 14:27:02 +0000 |
---|---|---|
committer | iwasaki <iwasaki@FreeBSD.org> | 2000-12-07 14:27:02 +0000 |
commit | fcfe3e2ff54489a59ba29adfc922a989de7b7897 (patch) | |
tree | 1ef8f6a2a3ab4a2c1b0538f0f9dc1d6dc1580f93 | |
parent | 68fb5700dc50886345c241b48498fd24fe80f739 (diff) | |
download | FreeBSD-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>
-rw-r--r-- | sys/amd64/conf/GENERIC.hints | 1 | ||||
-rw-r--r-- | sys/i386/conf/GENERIC.hints | 1 | ||||
-rw-r--r-- | sys/i386/conf/NEWCARD.hints | 1 |
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" |