diff options
-rw-r--r-- | sys/dev/ic/dp8390.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/dp8390.c b/sys/dev/ic/dp8390.c index b57945353f6..9b79461cbbc 100644 --- a/sys/dev/ic/dp8390.c +++ b/sys/dev/ic/dp8390.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dp8390.c,v 1.38 2006/10/20 17:28:10 brad Exp $ */ +/* $OpenBSD: dp8390.c,v 1.39 2007/05/07 18:53:04 deraadt Exp $ */ /* $NetBSD: dp8390.c,v 1.13 1998/07/05 06:49:11 jonathan Exp $ */ /* @@ -65,7 +65,9 @@ static int dp8390_test_mem(struct dp8390_softc *); int dp8390_enable(struct dp8390_softc *); void dp8390_disable(struct dp8390_softc *); +#ifdef DEBUG int dp8390_debug = 0; +#endif /* * Standard media init routine for the dp8390. |