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/pci Pull up revision 1.63 (requested by ad):



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

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

diffstat:

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

diffs (20 lines):

diff -r e82b6ec9a3aa -r 2c7fd59cac3e sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Mon Jan 17 19:16:23 2000 +0000
+++ b/sys/dev/pci/files.pci     Mon Jan 17 19:16:49 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.54.2.2 1999/10/20 23:35:58 he Exp $
+#      $NetBSD: files.pci,v 1.54.2.3 2000/01/17 19:16:49 he Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -19,6 +19,10 @@
 file   dev/pci/ahc_pci.c               ahc_pci
 file   dev/ic/smc93cx6.c               ahc_pci
 
+# DPT EATA SCSI controllers
+attach dpt at pci with dpt_pci
+file   dev/pci/dpt_pci.c               dpt_pci
+
 # AdvanSys 1200A, 1200B, and ULTRA SCSI controllers
 # device declaration in sys/conf/files
 attach adv at pci with adv_pci



Home | Main Index | Thread Index | Old Index