Module Name: src
Committed By: phx
Date: Mon Jun 9 17:35:01 UTC 2014
Modified Files:
src/sys/arch/bebox/stand/boot: boot.h
Log Message:
printslots() -> printPCIslots(). Make it compile with -DDEBUG.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/bebox/stand/boot/boot.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/bebox/stand/boot/boot.h
diff -u src/sys/arch/bebox/stand/boot/boot.h:1.9 src/sys/arch/bebox/stand/boot/boot.h:1.10
--- src/sys/arch/bebox/stand/boot/boot.h:1.9 Thu Oct 14 06:12:54 2010
+++ src/sys/arch/bebox/stand/boot/boot.h Mon Jun 9 17:35:01 2014
@@ -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 PCISlotnum(u_int, u_int, u_int);
int PCIVendor(int);
u_long PCIAddress(int, u_int, int);
#ifdef DEBUG
-void printslots(void);
+void printPCIslots(void);
#endif
/*