svn commit: r234859 - in head/sys: conf mips/atheros
Adrian Chadd
adrian at FreeBSD.org
Tue May 1 04:35:54 UTC 2012
Author: adrian
Date: Tue May 1 04:35:53 2012
New Revision: 234859
URL: http://svn.freebsd.org/changeset/base/234859
Log:
Migrate ARGE_DEBUG to opt_arge.h.
Submitted by: Stefan Bethke <stb at lassitu.de>
Modified:
head/sys/conf/options.mips
head/sys/mips/atheros/if_arge.c
Modified: head/sys/conf/options.mips
==============================================================================
--- head/sys/conf/options.mips Tue May 1 04:01:22 2012 (r234858)
+++ head/sys/conf/options.mips Tue May 1 04:35:53 2012 (r234859)
@@ -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.
Modified: head/sys/mips/atheros/if_arge.c
==============================================================================
--- head/sys/mips/atheros/if_arge.c Tue May 1 04:01:22 2012 (r234858)
+++ head/sys/mips/atheros/if_arge.c Tue May 1 04:35:53 2012 (r234859)
@@ -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>
More information about the svn-src-all
mailing list