summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1996-12-18 11:43:33 +0000
committerse <se@FreeBSD.org>1996-12-18 11:43:33 +0000
commit5515b70f7bdf72ad6f52816197c25f3c843451b9 (patch)
tree5054d661373212c2c81df418833094455c53460b
parent673fe0873434d5f2c9bd1f28b7f861807aa42270 (diff)
downloadFreeBSD-src-5515b70f7bdf72ad6f52816197c25f3c843451b9.zip
FreeBSD-src-5515b70f7bdf72ad6f52816197c25f3c843451b9.tar.gz
Add Tekram DC390/390T driver "amd0", which is expected to work with
generic AMD 53c974 PCI SCSI controllers as well.
-rw-r--r--sys/conf/NOTES9
-rw-r--r--sys/i386/conf/LINT9
-rw-r--r--sys/i386/conf/NOTES9
3 files changed, 24 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index dd31ae0..b7594b0 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.296 1996/11/27 22:52:09 ache Exp $
+# $Id: LINT,v 1.297 1996/11/29 07:08:48 dyson Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -920,6 +920,12 @@ options AHC_ALLOW_MEMIO
# The `ncr' device provides support for the NCR 53C810 and 53C825
# self-contained SCSI host adapters.
#
+# The `amd' device provides support for the Tekram DC-390 and 390T
+# SCSI host adapters, but is expected to work with any AMD 53c974
+# PCI SCSI chip and the AMD Ethernet+SCSI Combo chip, after some
+# local patches were applied to the sources (that had originally
+# been written by Tekram and limited to work with their SCSI cards).
+#
# The `de' device provides support for the Digital Equipment DC21040
# self-contained Ethernet adapter.
#
@@ -946,6 +952,7 @@ options AHC_ALLOW_MEMIO
controller pci0
controller ahc1
controller ncr0
+controller amd0
device de0
device fxp0
device vx0
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index dd31ae0..b7594b0 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.296 1996/11/27 22:52:09 ache Exp $
+# $Id: LINT,v 1.297 1996/11/29 07:08:48 dyson Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -920,6 +920,12 @@ options AHC_ALLOW_MEMIO
# The `ncr' device provides support for the NCR 53C810 and 53C825
# self-contained SCSI host adapters.
#
+# The `amd' device provides support for the Tekram DC-390 and 390T
+# SCSI host adapters, but is expected to work with any AMD 53c974
+# PCI SCSI chip and the AMD Ethernet+SCSI Combo chip, after some
+# local patches were applied to the sources (that had originally
+# been written by Tekram and limited to work with their SCSI cards).
+#
# The `de' device provides support for the Digital Equipment DC21040
# self-contained Ethernet adapter.
#
@@ -946,6 +952,7 @@ options AHC_ALLOW_MEMIO
controller pci0
controller ahc1
controller ncr0
+controller amd0
device de0
device fxp0
device vx0
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index dd31ae0..b7594b0 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.296 1996/11/27 22:52:09 ache Exp $
+# $Id: LINT,v 1.297 1996/11/29 07:08:48 dyson Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -920,6 +920,12 @@ options AHC_ALLOW_MEMIO
# The `ncr' device provides support for the NCR 53C810 and 53C825
# self-contained SCSI host adapters.
#
+# The `amd' device provides support for the Tekram DC-390 and 390T
+# SCSI host adapters, but is expected to work with any AMD 53c974
+# PCI SCSI chip and the AMD Ethernet+SCSI Combo chip, after some
+# local patches were applied to the sources (that had originally
+# been written by Tekram and limited to work with their SCSI cards).
+#
# The `de' device provides support for the Digital Equipment DC21040
# self-contained Ethernet adapter.
#
@@ -946,6 +952,7 @@ options AHC_ALLOW_MEMIO
controller pci0
controller ahc1
controller ncr0
+controller amd0
device de0
device fxp0
device vx0
OpenPOWER on IntegriCloud