Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/xscale Clarify a comment.



details:   https://anonhg.NetBSD.org/src/rev/bed608b8de34
branches:  trunk
changeset: 518468:bed608b8de34
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Nov 30 19:26:03 2001 +0000

description:
Clarify a comment.

diffstat:

 sys/arch/arm/xscale/i80312_pci.c |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r 8f60b94baf5d -r bed608b8de34 sys/arch/arm/xscale/i80312_pci.c
--- a/sys/arch/arm/xscale/i80312_pci.c  Fri Nov 30 18:51:18 2001 +0000
+++ b/sys/arch/arm/xscale/i80312_pci.c  Fri Nov 30 19:26:03 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i80312_pci.c,v 1.5 2001/11/29 02:26:50 thorpej Exp $   */
+/*     $NetBSD: i80312_pci.c,v 1.6 2001/11/30 19:26:03 thorpej Exp $   */
 
 /*
  * Copyright (c) 2001 Wasabi Systems, Inc.
@@ -92,10 +92,11 @@
        /*
         * Configure the PCI bus.
         *
-        * XXX We need to revisit this.  We currently only configure
-        * the Secondary bus (and its children).  The bus configure
-        * code needs changes to support how the busses are arranged
-        * on this chip.
+        * XXX We need to revisit this.  We only configure the Secondary
+        * bus (and its children).  The bus configure code needs changes
+        * to support how the busses are arranged on this chip.  We also
+        * need to only configure devices in the private device space on
+        * the Secondary bus.
         */
 
        binfo = bus_space_read_4(sc->sc_st, sc->sc_ppb_sh, PPB_REG_BUSINFO);



Home | Main Index | Thread Index | Old Index