summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorbabkin <babkin@FreeBSD.org>2000-10-24 03:38:28 +0000
committerbabkin <babkin@FreeBSD.org>2000-10-24 03:38:28 +0000
commit436bad9bc25d1b0ff47f03a1d38b876cfc2ce746 (patch)
tree3edff5a922f3769ba44e0fa276127bf8c5e6952e /sys/conf
parentb1481ced76b69644fb04dc2269c36bbce73a258a (diff)
downloadFreeBSD-src-436bad9bc25d1b0ff47f03a1d38b876cfc2ce746.zip
FreeBSD-src-436bad9bc25d1b0ff47f03a1d38b876cfc2ce746.tar.gz
Added lines for the wds driver.
Approved by: gibbs
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES6
-rw-r--r--sys/conf/files1
2 files changed, 7 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 51e0dc6..62223ee 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1270,6 +1270,7 @@ options AML_DEBUG
# 53C876, 53C885, 53C895, 53C895A, 53C896, 53C897, 53C1510D,
# 53C1010-33, 53C1010-66.
# stg: TMC 18C30, 18C50 based SCSI host adapters.
+# wds: WD7000
#
# Note that the order is important in order for Buslogic ISA/EISA cards to be
@@ -1294,6 +1295,11 @@ device ncv
device nsp
device sym
device stg
+device wds
+hint.wds.0.at="isa"
+hint.wds.0.port="0x350"
+hint.wds.0.irq="11"
+hint.wds.0.drq="6"
# The aic7xxx driver will attempt to use memory mapped I/O for all PCI
# controllers that have it configured only if this option is set. Unfortunately,
diff --git a/sys/conf/files b/sys/conf/files
index 22c75c0..4541998 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -402,6 +402,7 @@ dev/vx/if_vx.c count vx
dev/vx/if_vx_eisa.c optional vx eisa
dev/vx/if_vx_pci.c optional vx pci
dev/xe/if_xe.c optional xe card
+dev/wds/wd7000.c optional wds isa
fs/devfs/devfs_vnops.c optional devfs
fs/devfs/devfs_vfsops.c optional devfs
fs/devfs/devfs_devs.c optional devfs
OpenPOWER on IntegriCloud