From 918dbed3372315157f367e58606cdc516e9787e9 Mon Sep 17 00:00:00 2001 From: Noriaki Mitsunaga Date: Sun, 29 Oct 2000 05:51:46 +0000 Subject: [PATCH] Add hints for ISA cards (such as TMC1610M) which use stg driver. The values has been given by Arai Mikio . --- sys/conf/NOTES | 3 +++ sys/i386/conf/NOTES | 3 +++ 2 files changed, 6 insertions(+) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 07596533751..c3dced4174c 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -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" diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 07596533751..c3dced4174c 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -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"