summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2001-03-03 19:39:15 +0000
committermjacob <mjacob@FreeBSD.org>2001-03-03 19:39:15 +0000
commitc67bf2f980bccab4500f3bf012a947e9be27483a (patch)
tree90df25dca6012ccd7d28443ce1e02de9608ac169 /sys
parent4d8aa303146db14062cdd24df31f6441ccf3957e (diff)
downloadFreeBSD-src-c67bf2f980bccab4500f3bf012a947e9be27483a.zip
FreeBSD-src-c67bf2f980bccab4500f3bf012a947e9be27483a.tar.gz
Add some default hints for isp.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES15
-rw-r--r--sys/i386/conf/NOTES15
2 files changed, 30 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index fbc2d0e..677f5d5 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1328,6 +1328,21 @@ device ahb
device ahc
device amd
device isp
+hint.isp.0.disable="1"
+hint.isp.0.role="3"
+hint.isp.0.prefer_iomap="1"
+hint.isp.0.prefer_memmap="1"
+hint.isp.0.fwload_disable="1"
+hint.isp.0.ignore_nvram="1"
+hint.isp.0.fullduplex="1"
+hint.isp.0.topology="lport"
+hint.isp.0.topology="nport"
+hint.isp.0.topology="lport-only"
+hint.isp.0.topology="nport-only"
+# we can't get u_int64_t types, nor can we get strings if it's got
+# a leading 0x, hence this silly dodge.
+hint.isp.0.portwnn="w50000000aaaa0000"
+hint.isp.0.nodewnn="w50000000aaaa0001"
device ispfw
device ncr
device ncv
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index fbc2d0e..677f5d5 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -1328,6 +1328,21 @@ device ahb
device ahc
device amd
device isp
+hint.isp.0.disable="1"
+hint.isp.0.role="3"
+hint.isp.0.prefer_iomap="1"
+hint.isp.0.prefer_memmap="1"
+hint.isp.0.fwload_disable="1"
+hint.isp.0.ignore_nvram="1"
+hint.isp.0.fullduplex="1"
+hint.isp.0.topology="lport"
+hint.isp.0.topology="nport"
+hint.isp.0.topology="lport-only"
+hint.isp.0.topology="nport-only"
+# we can't get u_int64_t types, nor can we get strings if it's got
+# a leading 0x, hence this silly dodge.
+hint.isp.0.portwnn="w50000000aaaa0000"
+hint.isp.0.nodewnn="w50000000aaaa0001"
device ispfw
device ncr
device ncv
OpenPOWER on IntegriCloud