From fcfe3e2ff54489a59ba29adfc922a989de7b7897 Mon Sep 17 00:00:00 2001 From: iwasaki Date: Thu, 7 Dec 2000 14:27:02 +0000 Subject: Create a pmtimer device instance for GENERIC and NEWCARD kernels by default. Submitted by: Masayuki FUKUI --- sys/amd64/conf/GENERIC.hints | 1 + sys/i386/conf/GENERIC.hints | 1 + sys/i386/conf/NEWCARD.hints | 1 + 3 files changed, 3 insertions(+) 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" -- cgit v1.1