From af4c1f0c95dd05901806b44e94814fc79cd07aaa Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Tue, 1 Dec 2015 06:11:09 +0000 Subject: [PATCH] Adjust a comment; we now support these embedded boards! --- sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd_inc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd_inc.h b/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd_inc.h index 6a294afec827..6ec700f639ec 100644 --- a/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd_inc.h +++ b/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd_inc.h @@ -51,7 +51,7 @@ #define AH_SUPPORT_POSEIDON 1 #define AH_SUPPORT_AR9300 1 -/* These are the embedded boards; we don't currently support these */ +/* These are the embedded boards */ #ifdef AH_SUPPORT_AR9330 #define AH_SUPPORT_HORNET 1 #endif /* AH_SUPPORT_AR9330 */