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.74 (requested by bouyer):



details:   https://anonhg.NetBSD.org/src/rev/3ac37505be2e
branches:  netbsd-1-4
changeset: 470794:3ac37505be2e
user:      he <he%NetBSD.org@localhost>
date:      Sun Jul 23 17:29:08 2000 +0000

description:
Pull up revision 1.74 (requested by bouyer):
  Add support for the Promise Ultra/100 PCI IDE controller (in
  Ultra/66 mode only).

diffstat:

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

diffs (21 lines):

diff -r 1962c7dd30ef -r 3ac37505be2e sys/dev/pci/pciide.c
--- a/sys/dev/pci/pciide.c      Sun Jul 23 17:19:59 2000 +0000
+++ b/sys/dev/pci/pciide.c      Sun Jul 23 17:29:08 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pciide.c,v 1.33.2.5 2000/07/07 17:33:49 he Exp $       */
+/*     $NetBSD: pciide.c,v 1.33.2.6 2000/07/23 17:29:08 he Exp $       */
 
 
 /*
@@ -379,6 +379,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