diff options
author | 2003-07-04 14:47:28 +0000 | |
---|---|---|
committer | 2003-07-04 14:47:28 +0000 | |
commit | 40ff874d0875d663f00e7169d09cd65964419492 (patch) | |
tree | ccb883b60a1588ea3a3c6001339bb42086506537 | |
parent | test nat pass (diff) | |
download | wireguard-openbsd-40ff874d0875d663f00e7169d09cd65964419492.tar.xz wireguard-openbsd-40ff874d0875d663f00e7169d09cd65964419492.zip |
no need for an BKTR_DEBUG always
-rw-r--r-- | sys/dev/pci/bktr/bktr_os.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/bktr/bktr_os.c b/sys/dev/pci/bktr/bktr_os.c index 68b81df239f..1422c19b9c0 100644 --- a/sys/dev/pci/bktr/bktr_os.c +++ b/sys/dev/pci/bktr/bktr_os.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bktr_os.c,v 1.15 2003/01/15 06:30:35 art Exp $ */ +/* $OpenBSD: bktr_os.c,v 1.16 2003/07/04 14:47:28 mickey Exp $ */ /* $FreeBSD: src/sys/dev/bktr/bktr_os.c,v 1.20 2000/10/20 08:16:53 roger Exp $ */ /* @@ -161,7 +161,6 @@ SYSCTL_INT(_hw_bt848, OID_AUTO, slow_msp_audio, CTLFLAG_RW, &bt848_slow_msp_audi #include <dev/pci/pcireg.h> #include <dev/pci/pcidevs.h> -#define BKTR_DEBUG #ifdef BKTR_DEBUG int bktr_debug = 1; #define DPR(x) (bktr_debug ? printf x : 0) |