Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/i386/conf Pull up revisions 1.11 and 1.13 (req...



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

description:
Pull up revisions 1.11 and 1.13 (requested by ad):
  Add driver for DPT SmartCache and SmartRAID III or IV SCSI
  adapters.
Note that this only adds commented-out entries to this file.

diffstat:

 sys/arch/i386/conf/INSTALL_TINY |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 943f6b663df1 -r 1d9c8938cb84 sys/arch/i386/conf/INSTALL_TINY
--- a/sys/arch/i386/conf/INSTALL_TINY   Mon Jan 17 19:19:34 2000 +0000
+++ b/sys/arch/i386/conf/INSTALL_TINY   Mon Jan 17 19:20:16 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL_TINY,v 1.7.2.1 1999/06/21 14:27:44 perry Exp $
+#      $NetBSD: INSTALL_TINY,v 1.7.2.2 2000/01/17 19:20:16 he Exp $
 #
 #      INSTALL_TINY - Tiny Installation kernel, suitable for 4M machines.
 #
@@ -256,6 +256,7 @@
 # PCI SCSI controllers
 #ahc*  at pci? dev ? function ?        # Adaptec [23]94x, aic78x0 SCSI
 #bha*  at pci? dev ? function ?        # BusLogic 9xx SCSI
+#dpt*  at pci? dev ? function ?        # DPT SmartCache/SmartRAID
 #isp*  at pci? dev ? function ?        # Qlogic ISP [12]0x0 SCSI/FibreChannel
 #ncr*  at pci? dev ? function ?        # NCR 53c8xx SCSI
 
@@ -263,6 +264,7 @@
 #ahb*  at eisa? slot ?                 # Adaptec 174[02] SCSI
 #ahc*  at eisa? slot ?                 # Adaptec 274x, aic7770 SCSI
 #bha*  at eisa? slot ?                 # BusLogic 7xx SCSI
+#dpt*  at eisa? slot ?                 # DPT SmartCache/SmartRAID
 #uha*  at eisa? slot ?                 # UltraStor 24f SCSI
 
 # PCMCIA SCSI controllers
@@ -290,6 +292,7 @@
 #scsibus* at ahc?
 #scsibus* at aic?
 #scsibus* at bha?
+#scsibus* at dpt?
 #scsibus* at isp?
 #scsibus* at ncr?
 #scsibus* at sea?



Home | Main Index | Thread Index | Old Index