From 215e338b510b1faf76b7f6d357652c59bb26c424 Mon Sep 17 00:00:00 2001 From: Mitsuru IWASAKI Date: Thu, 14 Sep 2000 22:39:14 +0000 Subject: [PATCH] Add pmtimer instance. --- sys/conf/NOTES | 2 ++ sys/i386/conf/NOTES | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 8e690c1a87d4..dcb3bd171139 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1917,6 +1917,8 @@ hint.spigot.0.irq="15" hint.spigot.0.maddr="0xee000" device apm hint.apm.0.flags="0x20" +device pmtimer +hint.pmtimer.0.at="isa" device gp hint.gp.0.at="isa" hint.gp.0.port="0x2c0" diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 8e690c1a87d4..dcb3bd171139 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -1917,6 +1917,8 @@ hint.spigot.0.irq="15" hint.spigot.0.maddr="0xee000" device apm hint.apm.0.flags="0x20" +device pmtimer +hint.pmtimer.0.at="isa" device gp hint.gp.0.at="isa" hint.gp.0.port="0x2c0"