From b52617dc0edce514a5e5304a629fcfc7b0da0a17 Mon Sep 17 00:00:00 2001 From: Mitsuru IWASAKI Date: Thu, 7 Dec 2000 14:27:02 +0000 Subject: [PATCH] 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 c259d7215ac..031507791e7 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 c259d7215ac..031507791e7 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 c7a2458f896..ab9d143e7bb 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"