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 revision 1.259 + patch (requ...



details:   https://anonhg.NetBSD.org/src/rev/4724d83062e9
branches:  netbsd-1-4
changeset: 470083:4724d83062e9
user:      he <he%NetBSD.org@localhost>
date:      Mon Jan 17 19:17:45 2000 +0000

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

diffstat:

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

diffs (33 lines):

diff -r 0387a7efa42b -r 4724d83062e9 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Mon Jan 17 19:17:12 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC        Mon Jan 17 19:17:45 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.231.2.6 2000/01/05 23:48:57 he Exp $
+#      $NetBSD: GENERIC,v 1.231.2.7 2000/01/17 19:17:45 he Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -302,6 +302,7 @@
 adw*   at pci? dev ? function ?        # AdvanSys 9xxUW SCSI
 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
 pcscp* at pci? dev ? function ?        # AMD 53c974 PCscsi-PCI SCSI
@@ -310,6 +311,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
@@ -343,6 +345,7 @@
 scsibus* at ahc?
 scsibus* at aic?
 scsibus* at bha?
+scsibus* at dpt?
 scsibus* at isp?
 #scsibus* at nca?
 scsibus* at ncr?



Home | Main Index | Thread Index | Old Index