summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2020-07-29 16:57:23 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2020-07-29 16:57:23 +0000
commit60ecc2e46a8a6ac343014f0c07202a2f643a597b (patch)
treefa8e5c3ec313bd90693ac308b24f2c2cc96feb46 /sys/dev/ic
parent890a382d35a5cf96b024a8d42720ba25573c4897 (diff)
Don't #undef AHC_DEBUG. Lets kernel "option AHC_DEBUG" work. Not sure what I was
thinking in 2003. Discovered via deraadt@ typo detection.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/aic7xxxvar.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/ic/aic7xxxvar.h b/sys/dev/ic/aic7xxxvar.h
index a62700a6c7a..85ad556e4fc 100644
--- a/sys/dev/ic/aic7xxxvar.h
+++ b/sys/dev/ic/aic7xxxvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: aic7xxxvar.h,v 1.35 2020/07/22 13:16:04 krw Exp $ */
+/* $OpenBSD: aic7xxxvar.h,v 1.36 2020/07/29 16:57:22 krw Exp $ */
/*
* Core definitions and data structures shareable across OS platforms.
*
@@ -38,7 +38,7 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGES.
*
- * $Id: aic7xxxvar.h,v 1.35 2020/07/22 13:16:04 krw Exp $
+ * $Id: aic7xxxvar.h,v 1.36 2020/07/29 16:57:22 krw Exp $
*
* $FreeBSD: src/sys/dev/aic7xxx/aic7xxx.h,v 1.50 2003/12/17 00:02:09 gibbs Exp $
*/
@@ -49,8 +49,6 @@
#ifndef _AIC7XXXVAR_H_
#define _AIC7XXXVAR_H_
-#undef AHC_DEBUG
-
/* Register Definitions */
#include <dev/microcode/aic7xxx/aic7xxx_reg.h>