summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorwkoszek <wkoszek@FreeBSD.org>2009-02-07 00:01:10 +0000
committerwkoszek <wkoszek@FreeBSD.org>2009-02-07 00:01:10 +0000
commitb77738fab274b094d29377cf2ffa02a5b1af3327 (patch)
tree64f71b94e5f718de8397e100f2cd44f314b96509 /sys/amd64/conf
parentfd7651dce022eb1cff7f7bdbf2f7289d3c7f4acf (diff)
downloadFreeBSD-src-b77738fab274b094d29377cf2ffa02a5b1af3327.zip
FreeBSD-src-b77738fab274b094d29377cf2ffa02a5b1af3327.tar.gz
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.
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/NOTES9
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES
index 24bf92f..76dca9d 100644
--- a/sys/amd64/conf/NOTES
+++ b/sys/amd64/conf/NOTES
@@ -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 support
# 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 support
# 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:
#
OpenPOWER on IntegriCloud