aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/conf/NOTES
diff options
context:
space:
mode:
authorWojciech A. Koszek <wkoszek@FreeBSD.org>2009-02-07 00:06:13 +0000
committerWojciech A. Koszek <wkoszek@FreeBSD.org>2009-02-07 00:06:13 +0000
commitf832501537915cb3659da8bd76af19cb13451968 (patch)
tree2004b6dd4f4d15bde8ef039e05a423d48fa9b43f /sys/i386/conf/NOTES
parentc4ce3ea6eb1153e68aa6806014f6fe6bed3f7bb7 (diff)
downloadsrc-f832501537915cb3659da8bd76af19cb13451968.tar.gz
src-f832501537915cb3659da8bd76af19cb13451968.zip
Tidy NOTES a bit:
- leave pmtimer comment that is common to other architectures. - bring pbio explanation to the block comment relating to other drivers in the same block.
Notes
Notes: svn path=/head/; revision=188256
Diffstat (limited to 'sys/i386/conf/NOTES')
-rw-r--r--sys/i386/conf/NOTES6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 8ecc0078ff30..1b7edf758bbc 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -714,10 +714,11 @@ device glxsb # AMD Geode LX Security Block
#
# apm: Laptop Advanced Power Management (experimental)
# ipmi: Intelligent Platform Management Interface
-# pmtimer: Timer device driver for power management events (APM or ACPI)
# smapi: System Management Application Program Interface driver
# smbios: DMI/SMBIOS entry point
# vpd: Vital Product Data kernel interface
+# pmtimer: Adjust system timer at wakeup time
+# pbio: Parallel (8255 PPI) basic I/O (mode 0) port (e.g. Advantech PCL-724)
# spic: Sony Programmable I/O controller (VAIO notebooks)
# asmc: Apple System Management Controller
@@ -749,8 +750,7 @@ device ipmi
device smapi
device smbios
device vpd
-device pmtimer # Adjust system timer at wakeup time
-# Parallel (8255 PPI) basic I/O (mode 0) port (e.g. Advantech PCL-724)
+device pmtimer
device pbio
hint.pbio.0.at="isa"
hint.pbio.0.port="0x360"