Add RCS ID.

Disable debug messages.
This commit is contained in:
tsubai 1999-10-15 07:20:42 +00:00
parent 26cb48e441
commit 849421ec54
2 changed files with 4 additions and 6 deletions

View File

@ -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_

View File

@ -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