mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add some default hints for isp.
This commit is contained in:
parent
2742fc8eb2
commit
0787f2b854
2 changed files with 30 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue