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



details:   https://anonhg.NetBSD.org/src/rev/eff675558b52
branches:  netbsd-1-5
changeset: 490640:eff675558b52
user:      he <he%NetBSD.org@localhost>
date:      Sun Feb 04 18:44:24 2001 +0000

description:
Pull up revision 1.8 (requested by bouyer):
  Run at Ultra/66 on VIA controllers that can do it.

diffstat:

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

diffs (19 lines):

diff -r e1027c3bd770 -r eff675558b52 sys/dev/pci/pciide_apollo_reg.h
--- a/sys/dev/pci/pciide_apollo_reg.h   Sun Feb 04 18:42:34 2001 +0000
+++ b/sys/dev/pci/pciide_apollo_reg.h   Sun Feb 04 18:44:24 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pciide_apollo_reg.h,v 1.6 2000/05/15 08:46:01 bouyer Exp $     */
+/*     $NetBSD: pciide_apollo_reg.h,v 1.6.4.1 2001/02/04 18:44:24 he Exp $     */
 
 /*
  * Copyright (c) 1998 Manuel Bouyer.
@@ -88,7 +88,8 @@
        (((1 - (channel)) << 4) + ((1 - (drive)) << 3)))
 #define APO_UDMA_EN_MTH(channel, drive) (0x80 << \
        (((1 - (channel)) << 4) + ((1 - (drive)) << 3)))
+#define APO_UDMA_CLK66(channel) (0x08 << ((1 - (channel)) << 4))
 
-static int8_t apollo_udma_tim[] = {0x03, 0x02, 0x00};
+static int8_t apollo_udma_tim[] = {0x03, 0x02, 0x00, 0x02, 0x00};
 static int8_t apollo_pio_set[] = {0x0a, 0x0a, 0x0a, 0x02, 0x02};
 static int8_t apollo_pio_rec[] = {0x08, 0x08, 0x08, 0x02, 0x00};



Home | Main Index | Thread Index | Old Index