summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-11-15 18:36:24 +0000
committerimp <imp@FreeBSD.org>2000-11-15 18:36:24 +0000
commit0cb4171331c1a5b5aeb6d70deac11d04bfe1145e (patch)
tree5e877212c18980f8d6ac72f7674aa8c2b5621fe2 /sys
parent5eea8e98aac7d8d5a876306c9e86d3103a7220ab (diff)
downloadFreeBSD-src-0cb4171331c1a5b5aeb6d70deac11d04bfe1145e.zip
FreeBSD-src-0cb4171331c1a5b5aeb6d70deac11d04bfe1145e.tar.gz
Add pmtimer device, necessary for proper time keeping when apm or
other power management devices are enabled.
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/conf/GENERIC2
-rw-r--r--sys/i386/conf/GENERIC2
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 4d4db58..a8beb30 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -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
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 4d4db58..a8beb30 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -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
OpenPOWER on IntegriCloud