Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/sys/dev/eisa Pull up revision 1.19 (requested by ad):



details:   https://anonhg.NetBSD.org/src/rev/0387a7efa42b
branches:  netbsd-1-4
changeset: 470082:0387a7efa42b
user:      he <he%NetBSD.org@localhost>
date:      Mon Jan 17 19:17:12 2000 +0000

description:
Pull up revision 1.19 (requested by ad):
  Add driver for DPT SmartCache and SmartRAID III or IV SCSI
  adapters.

diffstat:

 sys/dev/eisa/files.eisa |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 2c7fd59cac3e -r 0387a7efa42b sys/dev/eisa/files.eisa
--- a/sys/dev/eisa/files.eisa   Mon Jan 17 19:16:49 2000 +0000
+++ b/sys/dev/eisa/files.eisa   Mon Jan 17 19:17:12 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.eisa,v 1.17 1998/02/16 22:12:48 thorpej Exp $
+#      $NetBSD: files.eisa,v 1.17.8.1 2000/01/17 19:17:12 he Exp $
 #
 # Config file and device description for machine-independent EISA code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -25,6 +25,11 @@
 attach bha at eisa with bha_eisa
 file   dev/eisa/bha_eisa.c             bha_eisa
 
+# DPT EATA SCSI controllers
+# device declaration in sys/conf/files
+attach dpt at eisa with dpt_eisa
+file   dev/eisa/dpt_eisa.c             dpt_eisa
+
 # UltraStor UHA-24f boards
 # device declaration in sys/conf/files
 attach uha at eisa with uha_eisa



Home | Main Index | Thread Index | Old Index