diff options
| author | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2000-09-26 11:27:30 +0000 |
|---|---|---|
| committer | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2000-09-26 11:27:30 +0000 |
| commit | ff3f2f5ca4437d8c4249c015dfdb64099444810f (patch) | |
| tree | 5d7ee0474ca546a0558da65d379608372ffb182a /sys | |
| parent | 0506e3e8c05db69800d1c5e544056c1e6a6c9240 (diff) | |
Notes
Diffstat (limited to 'sys')
| -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 1b3b347661343..f624f3ad05961 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 1b3b347661343..f624f3ad05961 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" |
