Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/dev/pci Pull up rev. 1.74 (approved by releng-1-5):



details:   https://anonhg.NetBSD.org/src/rev/c284e631588c
branches:  netbsd-1-5
changeset: 488440:c284e631588c
user:      enami <enami%NetBSD.org@localhost>
date:      Thu Jul 06 01:20:13 2000 +0000

description:
Pull up rev. 1.74 (approved by releng-1-5):
Match with promise ultra100/ata contoller.  I haven't actually test this
contoller with ultra100 drive, but it works at least with ultra66 or more
older drive

diffstat:

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

diffs (21 lines):

diff -r 3e6e6cbc35db -r c284e631588c sys/dev/pci/pciide.c
--- a/sys/dev/pci/pciide.c      Thu Jul 06 01:17:21 2000 +0000
+++ b/sys/dev/pci/pciide.c      Thu Jul 06 01:20:13 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pciide.c,v 1.68.2.4 2000/07/05 18:10:57 bouyer Exp $   */
+/*     $NetBSD: pciide.c,v 1.68.2.5 2000/07/06 01:20:13 enami Exp $    */
 
 
 /*
@@ -367,6 +367,11 @@
          "Promise Ultra66/ATA Bus Master IDE Accelerator",
          pdc202xx_chip_map,
        },
+       { PCI_PRODUCT_PROMISE_ULTRA100,
+         IDE_PCI_CLASS_OVERRIDE,
+         "Promise Ultra100/ATA Bus Master IDE Accelerator",
+         pdc202xx_chip_map,
+       },
        { 0,
          0,
          NULL,



Home | Main Index | Thread Index | Old Index