summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2011-06-20 06:56:07 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2011-06-20 06:56:07 +0000
commit00e4e6e7941336a55f81e209f567ba6f7cf5c434 (patch)
tree73fec05cfae4e05756f106ed844908c70cbe2b62 /sys/dev/pci
parentcf44581f2216d1fe7c6919050a139d5d3bab2f7e (diff)
dont need debug, the myx_cmd stuff works fine.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/if_myx.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_myx.c b/sys/dev/pci/if_myx.c
index a831effde8f..056bde62930 100644
--- a/sys/dev/pci/if_myx.c
+++ b/sys/dev/pci/if_myx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_myx.c,v 1.14 2011/06/20 05:19:20 dlg Exp $ */
+/* $OpenBSD: if_myx.c,v 1.15 2011/06/20 06:56:06 dlg Exp $ */
/*
* Copyright (c) 2007 Reyk Floeter <reyk@openbsd.org>
@@ -57,7 +57,6 @@
#include <dev/pci/if_myxreg.h>
-#define MYX_DEBUG
#ifdef MYX_DEBUG
#define MYXDBG_INIT (1<<0) /* chipset initialization */
#define MYXDBG_CMD (2<<0) /* commands */