summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-05-01 23:03:31 +0000
committerobrien <obrien@FreeBSD.org>2002-05-01 23:03:31 +0000
commitd779b4edb000c437c918698656f8b96dd5afd329 (patch)
treea97046e3cf1f744d56ad1111aa3d626359ba7448 /sys/i386/conf
parent0908b99eb042492087027a81ad9d3c58e6f6a265 (diff)
downloadFreeBSD-src-d779b4edb000c437c918698656f8b96dd5afd329.zip
FreeBSD-src-d779b4edb000c437c918698656f8b96dd5afd329.tar.gz
Add some NOTES on the Comtrol Rocketport and the Digiboard drivers.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/NOTES37
1 files changed, 37 insertions, 0 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 6d48883..f7cd419 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -485,6 +485,43 @@ hint.pca.0.port="0x040"
# direct access to the I/O page.
# options SPIGOT_UNSECURE
+# Notes on the Comtrol Rocketport driver:
+#
+# The exact values used for rp0 depend on how many boards you have
+# in the system. The manufacturer's sample configs are listed as:
+#
+# device rp # core driver support
+#
+# Comtrol Rocketport ISA single card
+# hints.rp.0.at="isa"
+# hints.rp.0.port="0x280"
+#
+# If instead you have two ISA cards, one installed at 0x100 and the
+# second installed at 0x180, then you should add the following to
+# your kernel probe hints:
+# hints.rp.0.at="isa"
+# hints.rp.0.port="0x100"
+# hints.rp.1.at="isa"
+# hints.rp.1.port="0x180"
+#
+# For 4 ISA cards, it might be something like this:
+# hints.rp.0.at="isa"
+# hints.rp.0.port="0x180"
+# hints.rp.1.at="isa"
+# hints.rp.1.port="0x100"
+# hints.rp.2.at="isa"
+# hints.rp.2.port="0x340"
+# hints.rp.3.at="isa"
+# hints.rp.3.port="0x240"
+#
+# And for PCI cards, you need no hints.
+
+# Notes on the Digiboard driver:
+#
+# The following flag values have special meanings in dgb:
+# 0x01 - alternate layout of pins
+# 0x02 - use the windowed PC/Xe in 64K mode
+
# Notes on the Specialix SI/XIO driver:
# The host card is memory, not IO mapped.
# The Rev 1 host cards use a 64K chunk, on a 32K boundary.
OpenPOWER on IntegriCloud