Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc Add RCS ID.



details:   https://anonhg.NetBSD.org/src/rev/9f657b3d0112
branches:  trunk
changeset: 477200:9f657b3d0112
user:      tsubai <tsubai%NetBSD.org@localhost>
date:      Fri Oct 15 07:20:42 1999 +0000

description:
Add RCS ID.
Disable debug messages.

diffstat:

 sys/arch/macppc/include/rbus_machdep.h |  4 ++--
 sys/arch/macppc/macppc/rbus_machdep.c  |  6 ++----
 2 files changed, 4 insertions(+), 6 deletions(-)

diffs (45 lines):

diff -r f98fd13c621d -r 9f657b3d0112 sys/arch/macppc/include/rbus_machdep.h
--- a/sys/arch/macppc/include/rbus_machdep.h    Fri Oct 15 07:16:16 1999 +0000
+++ b/sys/arch/macppc/include/rbus_machdep.h    Fri Oct 15 07:20:42 1999 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: rbus_machdep.h,v 1.2 1999/10/15 07:20:42 tsubai Exp $  */
+
 /*
  * Copyright (c) 1999
  *     TSUBAI Masanari.  All rights reserved.
@@ -25,8 +27,6 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-/* $Id: rbus_machdep.h,v 1.1 1999/10/15 06:12:16 haya Exp $ */
-
 #ifndef _MACHINE_RBUS_MACHDEP_H_
 #define _MACHINE_RBUS_MACHDEP_H_
 
diff -r f98fd13c621d -r 9f657b3d0112 sys/arch/macppc/macppc/rbus_machdep.c
--- a/sys/arch/macppc/macppc/rbus_machdep.c     Fri Oct 15 07:16:16 1999 +0000
+++ b/sys/arch/macppc/macppc/rbus_machdep.c     Fri Oct 15 07:20:42 1999 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: rbus_machdep.c,v 1.2 1999/10/15 07:20:43 tsubai Exp $  */
+
 /*
  * Copyright (c) 1999
  *     TSUBAI Masanari.  All rights reserved.
@@ -25,8 +27,6 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-/* $Id: rbus_machdep.c,v 1.1 1999/10/15 06:12:17 haya Exp $ */
-
 #include <sys/param.h>
 #include <sys/device.h>
 #include <sys/systm.h>
@@ -45,8 +45,6 @@
 
 static void macppc_cardbus_init __P((pci_chipset_tag_t, pcitag_t));
 
-#define DEBUG_ALLOC
-
 #ifdef DEBUG_ALLOC
 # define DPRINTF printf
 #else



Home | Main Index | Thread Index | Old Index