diff options
Diffstat (limited to 'sys/dev/ic/twe.c')
-rw-r--r-- | sys/dev/ic/twe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/twe.c b/sys/dev/ic/twe.c index 00c50e037d9..cb5f44169b3 100644 --- a/sys/dev/ic/twe.c +++ b/sys/dev/ic/twe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: twe.c,v 1.10 2001/05/10 20:07:35 mickey Exp $ */ +/* $OpenBSD: twe.c,v 1.11 2001/05/18 17:09:09 mickey Exp $ */ /* * Copyright (c) 2000, 2001 Michael Shalayeff. All rights reserved. @@ -33,7 +33,7 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ -#define TWE_DEBUG +/* #define TWE_DEBUG */ #include <sys/param.h> #include <sys/systm.h> |