1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-01 08:27:59 +00:00

Add pmtimer device, necessary for proper time keeping when apm or

other power management devices are enabled.
This commit is contained in:
Warner Losh 2000-11-15 18:36:24 +00:00
parent 76a06f8483
commit e655ea71de
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=68757
2 changed files with 4 additions and 0 deletions

View File

@ -142,6 +142,8 @@ device npx
# Power management support (see NOTES for more options)
device apm
# Add suspend/resume support for the i8254.
device pmtimer
# Audio support
device pcm

View File

@ -142,6 +142,8 @@ device npx
# Power management support (see NOTES for more options)
device apm
# Add suspend/resume support for the i8254.
device pmtimer
# Audio support
device pcm