svn commit: r188254 - head/sys/amd64/conf
Wojciech A. Koszek
wkoszek at FreeBSD.org
Fri Feb 6 16:01:12 PST 2009
Author: wkoszek
Date: Sat Feb 7 00:01:10 2009
New Revision: 188254
URL: http://svn.freebsd.org/changeset/base/188254
Log:
Tidy NOTES a bit:
- remove misleading nve/nfe comments, which make it hard to
distinguish those two at a first glance
- bring pbio documentation to the block comment together with
other drivers
I also brought commented out line responsible for si(4), since it
seems to compile and already has respective comment in this file.
Modified:
head/sys/amd64/conf/NOTES
Modified: head/sys/amd64/conf/NOTES
==============================================================================
--- head/sys/amd64/conf/NOTES Fri Feb 6 23:56:02 2009 (r188253)
+++ head/sys/amd64/conf/NOTES Sat Feb 7 00:01:10 2009 (r188254)
@@ -281,8 +281,8 @@ options ED_SIC
device iwi
device iwn
device ipw
-device nfe # nVidia nForce MCP on-board Ethernet Networking
-device nve # nVidia nForce MCP on-board Ethernet Networking
+device nfe
+device nve
device ral
device wpi
@@ -359,9 +359,11 @@ options SAFE_RNDTEST # enable rndtest s
# Miscellaneous hardware:
#
# ipmi: Intelligent Platform Management Interface
+# pbio: Parallel (8255 PPI) basic I/O (mode 0) port (e.g. Advantech PCL-724)
# smbios: DMI/SMBIOS entry point
# vpd: Vital Product Data kernel interface
# asmc: Apple System Management Controller
+# si: Specialix International SI/XIO or SX intelligent serial card
# Notes on the Specialix SI/XIO driver:
# The host card is memory, not IO mapped.
@@ -370,13 +372,14 @@ options SAFE_RNDTEST # enable rndtest s
# The cards can use an IRQ of 11, 12 or 15.
device ipmi
-# Parallel (8255 PPI) basic I/O (mode 0) port (e.g. Advantech PCL-724)
device pbio
hint.pbio.0.at="isa"
hint.pbio.0.port="0x360"
device smbios
device vpd
device asmc
+#device si
+
#
# Laptop/Notebook options:
#
More information about the svn-src-all
mailing list