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 revision 1.3 (requested by bouyer):



details:   https://anonhg.NetBSD.org/src/rev/1db1f46ae466
branches:  netbsd-1-5
changeset: 490638:1db1f46ae466
user:      he <he%NetBSD.org@localhost>
date:      Sun Feb 04 18:42:17 2001 +0000

description:
Pull up revision 1.3 (requested by bouyer):
  Add support for Ultra/100 on the HPT370 controller.

diffstat:

 sys/dev/pci/pciide_hpt_reg.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 0840ed161f97 -r 1db1f46ae466 sys/dev/pci/pciide_hpt_reg.h
--- a/sys/dev/pci/pciide_hpt_reg.h      Sun Feb 04 18:40:22 2001 +0000
+++ b/sys/dev/pci/pciide_hpt_reg.h      Sun Feb 04 18:42:17 2001 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: pciide_hpt_reg.h,v 1.1.2.1 2000/07/27 16:28:48 bouyer Exp $       */
+/*      $NetBSD: pciide_hpt_reg.h,v 1.1.2.2 2001/02/04 18:42:17 he Exp $       */
 
 /*
  * Copyright (c) 2000 Manuel Bouyer.
@@ -125,4 +125,5 @@
 static u_int32_t hpt370_dma[] =
        {0x26514e97, 0x26514e33, 0x26514e21};
 static u_int32_t hpt370_udma[] = 
-       {0x16514e31, 0x164d4e31, 0x16494e31, 0x166d4e31, 0x16454e31};
+       {0x16514e31, 0x164d4e31, 0x16494e31, 0x166d4e31, 0x16454e31,
+        0x1a85f442};



Home | Main Index | Thread Index | Old Index