Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Oops, fix Winbond regshift.



details:   https://anonhg.NetBSD.org/src/rev/c24c675117f7
branches:  trunk
changeset: 476351:c24c675117f7
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Sep 14 05:59:53 1999 +0000

description:
Oops, fix Winbond regshift.

diffstat:

 sys/dev/pci/if_tlp_pci.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c83d5406c8fe -r c24c675117f7 sys/dev/pci/if_tlp_pci.c
--- a/sys/dev/pci/if_tlp_pci.c  Tue Sep 14 05:58:00 1999 +0000
+++ b/sys/dev/pci/if_tlp_pci.c  Tue Sep 14 05:59:53 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_tlp_pci.c,v 1.6 1999/09/14 05:52:23 thorpej Exp $   */
+/*     $NetBSD: if_tlp_pci.c,v 1.7 1999/09/14 05:59:53 thorpej Exp $   */
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -290,7 +290,7 @@
                break;
 
        case TULIP_CHIP_WB89C840F:
-               sc->sc_regshift = 1;
+               sc->sc_regshift = 2;
                break;
 
        case TULIP_CHIP_AX88140:



Home | Main Index | Thread Index | Old Index