diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2007-05-04 21:56:47 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2007-05-04 21:56:47 +0000 |
commit | 93a3eebb4ece99ad69eb138805c2a524c38a2865 (patch) | |
tree | 369829c992be7e879e282d8be456bda01ba6b72d /sys | |
parent | 94f1fa55918dbd03d64b58318384669995f0fd55 (diff) |
disable debugging output
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_tht.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/if_tht.c b/sys/dev/pci/if_tht.c index ba5b727c6f7..ddb456f74ec 100644 --- a/sys/dev/pci/if_tht.c +++ b/sys/dev/pci/if_tht.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_tht.c,v 1.89 2007/05/04 21:54:01 dlg Exp $ */ +/* $OpenBSD: if_tht.c,v 1.90 2007/05/04 21:56:46 dlg Exp $ */ /* * Copyright (c) 2007 David Gwynne <dlg@openbsd.org> @@ -58,8 +58,6 @@ #include <netinet/if_ether.h> #endif -#define THT_DEBUG - #ifdef THT_DEBUG #define THT_D_FIFO (1<<0) #define THT_D_TX (1<<1) |