From owner-svn-src-all@FreeBSD.ORG Sat Feb 7 00:06:14 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53E581065761; Sat, 7 Feb 2009 00:06:14 +0000 (UTC) (envelope-from wkoszek@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 40FCC8FC08; Sat, 7 Feb 2009 00:06:14 +0000 (UTC) (envelope-from wkoszek@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n1706EaX075151; Sat, 7 Feb 2009 00:06:14 GMT (envelope-from wkoszek@svn.freebsd.org) Received: (from wkoszek@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n1706EZJ075150; Sat, 7 Feb 2009 00:06:14 GMT (envelope-from wkoszek@svn.freebsd.org) Message-Id: <200902070006.n1706EZJ075150@svn.freebsd.org> From: "Wojciech A. Koszek" Date: Sat, 7 Feb 2009 00:06:14 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r188256 - head/sys/i386/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2009 00:06:15 -0000 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"