Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/bebox/stand/boot printslots() -> printPCIslots(). M...



details:   https://anonhg.NetBSD.org/src/rev/54d03e44d263
branches:  trunk
changeset: 329794:54d03e44d263
user:      phx <phx%NetBSD.org@localhost>
date:      Mon Jun 09 17:35:01 2014 +0000

description:
printslots() -> printPCIslots(). Make it compile with -DDEBUG.

diffstat:

 sys/arch/bebox/stand/boot/boot.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 582025fbca3f -r 54d03e44d263 sys/arch/bebox/stand/boot/boot.h
--- a/sys/arch/bebox/stand/boot/boot.h  Mon Jun 09 15:50:55 2014 +0000
+++ b/sys/arch/bebox/stand/boot/boot.h  Mon Jun 09 17:35:01 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: boot.h,v 1.9 2010/10/14 06:12:54 kiyohara Exp $        */
+/*     $NetBSD: boot.h,v 1.10 2014/06/09 17:35:01 phx Exp $    */
 
 #define        TICKS_PER_SEC   (33000000 / 4)          /* 33MHz */
 #define        NS_PER_TICK     (1000000000 / TICKS_PER_SEC)
@@ -84,7 +84,7 @@
 int PCIVendor(int);
 u_long PCIAddress(int, u_int, int);
 #ifdef DEBUG
-void printslots(void);
+void printPCIslots(void);
 #endif
 
 /*



Home | Main Index | Thread Index | Old Index