summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-05-01 04:35:53 +0000
committeradrian <adrian@FreeBSD.org>2012-05-01 04:35:53 +0000
commitb461c5b0094cf7f0d4c4fcbe0b1fe29633c5883d (patch)
treee5b608ae05f70258618f232a96362fe65dc1368f /sys
parent6a970d4e6106cb6c435a701beadccec79363f5b8 (diff)
downloadFreeBSD-src-b461c5b0094cf7f0d4c4fcbe0b1fe29633c5883d.zip
FreeBSD-src-b461c5b0094cf7f0d4c4fcbe0b1fe29633c5883d.tar.gz
Migrate ARGE_DEBUG to opt_arge.h.
Submitted by: Stefan Bethke <stb@lassitu.de>
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/options.mips2
-rw-r--r--sys/mips/atheros/if_arge.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/options.mips b/sys/conf/options.mips
index 237b472..9816147 100644
--- a/sys/conf/options.mips
+++ b/sys/conf/options.mips
@@ -65,7 +65,7 @@ OCTEON_BOARD_CAPK_0100ND opt_cvmx.h
#
# Options that control the Atheros SoC peripherals
#
-ARGE_DEBUG opt_global.h
+ARGE_DEBUG opt_arge.h
#
# Options that control the Ralink RT305xF Etherenet MAC.
diff --git a/sys/mips/atheros/if_arge.c b/sys/mips/atheros/if_arge.c
index 407da14..1f6fcb1 100644
--- a/sys/mips/atheros/if_arge.c
+++ b/sys/mips/atheros/if_arge.c
@@ -35,6 +35,8 @@ __FBSDID("$FreeBSD$");
#include "opt_device_polling.h"
#endif
+#include "opt_arge.h"
+
#include <sys/param.h>
#include <sys/endian.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud