diff options
author | iwasaki <iwasaki@FreeBSD.org> | 2000-09-26 11:27:30 +0000 |
---|---|---|
committer | iwasaki <iwasaki@FreeBSD.org> | 2000-09-26 11:27:30 +0000 |
commit | e478f501d0f6515cf79b7013a6e394bb37627a51 (patch) | |
tree | 37836dd55dad666d2e4f34edb0afee430bb4cbf3 | |
parent | d59ba7ec95c127bb74e0573e4eb5a10c2b112bff (diff) | |
download | FreeBSD-src-e478f501d0f6515cf79b7013a6e394bb37627a51.zip FreeBSD-src-e478f501d0f6515cf79b7013a6e394bb37627a51.tar.gz |
Document the pmtimer driver.
Pointed-out by: esu@yk.rim.or.jp (Shinya Esu)
-rw-r--r-- | sys/conf/NOTES | 3 | ||||
-rw-r--r-- | 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" |