mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add hints for ISA cards (such as TMC1610M) which use stg driver.
The values has been given by Arai Mikio <m-arai@sco.bekkoame.ne.jp>.
This commit is contained in:
parent
ae5dbaf270
commit
918dbed337
2 changed files with 6 additions and 0 deletions
|
|
@ -1316,6 +1316,9 @@ device ncv
|
|||
device nsp
|
||||
device sym
|
||||
device stg
|
||||
hint.stg.0.at="isa"
|
||||
hint.stg.0.port="0x140"
|
||||
hint.stg.0.port="11"
|
||||
device wds
|
||||
hint.wds.0.at="isa"
|
||||
hint.wds.0.port="0x350"
|
||||
|
|
|
|||
|
|
@ -1316,6 +1316,9 @@ device ncv
|
|||
device nsp
|
||||
device sym
|
||||
device stg
|
||||
hint.stg.0.at="isa"
|
||||
hint.stg.0.port="0x140"
|
||||
hint.stg.0.port="11"
|
||||
device wds
|
||||
hint.wds.0.at="isa"
|
||||
hint.wds.0.port="0x350"
|
||||
|
|
|
|||
Loading…
Reference in a new issue