Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/conf Pull up revision 1.318 (requested by ad):



details:   https://anonhg.NetBSD.org/src/rev/e82b6ec9a3aa
branches:  netbsd-1-4
changeset: 470080:e82b6ec9a3aa
user:      he <he%NetBSD.org@localhost>
date:      Mon Jan 17 19:16:23 2000 +0000

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

diffstat:

 sys/conf/files |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r d9410771bfbb -r e82b6ec9a3aa sys/conf/files
--- a/sys/conf/files    Mon Jan 17 19:03:28 2000 +0000
+++ b/sys/conf/files    Mon Jan 17 19:16:23 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.285.2.2 2000/01/08 22:37:49 he Exp $
+#      $NetBSD: files,v 1.285.2.3 2000/01/17 19:16:23 he Exp $
 
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
@@ -182,6 +182,10 @@
 device ahc: scsi
 file   dev/ic/aic7xxx.c                ahc
 
+# DPT EATA SCSI controllers
+device dpt: scsi
+file   dev/ic/dpt.c                    dpt
+
 # AdvanSys 1200A, 1200B and ULTRA SCSI controllers
 device adv: scsi
 file   dev/ic/adv.c                    adv



Home | Main Index | Thread Index | Old Index