From e478f501d0f6515cf79b7013a6e394bb37627a51 Mon Sep 17 00:00:00 2001 From: iwasaki Date: Tue, 26 Sep 2000 11:27:30 +0000 Subject: Document the pmtimer driver. Pointed-out by: esu@yk.rim.or.jp (Shinya Esu) --- sys/conf/NOTES | 3 ++- sys/i386/conf/NOTES | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 1b3b347..f624f3a 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1830,6 +1830,7 @@ hint.pca.0.port="0x040" # wt: Wangtek and Archive QIC-02/QIC-36 tape drives # ctx: Cortex-I frame grabber # apm: Laptop Advanced Power Management (experimental) +# pmtimer: Timer device driver for power management events (APM or ACPI) # spigot: The Creative Labs Video Spigot video-acquisition board # meteor: Matrox Meteor video capture board # bktr: Brooktree bt848/848a/849a/878/879 video capture and TV Tuner board @@ -1951,7 +1952,7 @@ hint.spigot.0.irq="15" hint.spigot.0.maddr="0xee000" device apm hint.apm.0.flags="0x20" -device pmtimer +device pmtimer # Adjust system timer at wakeup time hint.pmtimer.0.at="isa" device gp hint.gp.0.at="isa" diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 1b3b347..f624f3a 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -1830,6 +1830,7 @@ hint.pca.0.port="0x040" # wt: Wangtek and Archive QIC-02/QIC-36 tape drives # ctx: Cortex-I frame grabber # apm: Laptop Advanced Power Management (experimental) +# pmtimer: Timer device driver for power management events (APM or ACPI) # spigot: The Creative Labs Video Spigot video-acquisition board # meteor: Matrox Meteor video capture board # bktr: Brooktree bt848/848a/849a/878/879 video capture and TV Tuner board @@ -1951,7 +1952,7 @@ hint.spigot.0.irq="15" hint.spigot.0.maddr="0xee000" device apm hint.apm.0.flags="0x20" -device pmtimer +device pmtimer # Adjust system timer at wakeup time hint.pmtimer.0.at="isa" device gp hint.gp.0.at="isa" -- cgit v1.1