Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/arch/hpcmips/vr Pullup rev 1.11 (requested by shin ...



details:   https://anonhg.NetBSD.org/src/rev/20a43aa961fc
branches:  netbsd-1-6
changeset: 531111:20a43aa961fc
user:      jmc <jmc%NetBSD.org@localhost>
date:      Fri Mar 12 06:09:30 2004 +0000

description:
Pullup rev 1.11 (requested by shin in ticket #1587)

Add MobilePro 880 (MC/R730A), MC/R730 support for USB/pci.

diffstat:

 sys/arch/hpcmips/vr/vrc4172pci.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 183a3977e834 -r 20a43aa961fc sys/arch/hpcmips/vr/vrc4172pci.c
--- a/sys/arch/hpcmips/vr/vrc4172pci.c  Fri Mar 12 06:09:20 2004 +0000
+++ b/sys/arch/hpcmips/vr/vrc4172pci.c  Fri Mar 12 06:09:30 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vrc4172pci.c,v 1.5 2002/05/16 01:01:36 thorpej Exp $   */
+/*     $NetBSD: vrc4172pci.c,v 1.5.4.1 2004/03/12 06:09:30 jmc Exp $   */
 
 /*-
  * Copyright (c) 2002 TAKEMURA Shin
@@ -152,7 +152,9 @@
 
 #ifdef VRC4172PCI_MCR700_SUPPORT
        if (platid_match(&platid, &platid_mask_MACH_NEC_MCR_700) ||
-           platid_match(&platid, &platid_mask_MACH_NEC_MCR_700A)) {
+           platid_match(&platid, &platid_mask_MACH_NEC_MCR_700A) ||
+           platid_match(&platid, &platid_mask_MACH_NEC_MCR_730) ||
+           platid_match(&platid, &platid_mask_MACH_NEC_MCR_730A)) {
                /* power USB controller on MC-R700 */
                sc->sc_iochip = va->va_gpio_chips[VRIP_IOCHIP_VRGIU];
                hpcio_portwrite(sc->sc_iochip, 45, 1);



Home | Main Index | Thread Index | Old Index