svn commit: r188256 - head/sys/i386/conf
Wojciech A. Koszek
wkoszek at FreeBSD.org
Fri Feb 6 16:06:15 PST 2009
Author: wkoszek
Date: Sat Feb 7 00:06:13 2009
New Revision: 188256
URL: http://svn.freebsd.org/changeset/base/188256
Log:
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.
Modified:
head/sys/i386/conf/NOTES
Modified: head/sys/i386/conf/NOTES
==============================================================================
--- head/sys/i386/conf/NOTES Sat Feb 7 00:05:10 2009 (r188255)
+++ head/sys/i386/conf/NOTES Sat Feb 7 00:06:13 2009 (r188256)
@@ -714,10 +714,11 @@ device glxsb # AMD Geode LX Security B
#
# 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"
More information about the svn-src-all
mailing list