Date: Tue, 1 Dec 2015 06:11:09 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r291567 - head/sys/contrib/dev/ath/ath_hal/ar9300 Message-ID: <201512010611.tB16B9Fx023712@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Tue Dec 1 06:11:09 2015 New Revision: 291567 URL: https://svnweb.freebsd.org/changeset/base/291567 Log: Adjust a comment; we now support these embedded boards! Modified: head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd_inc.h Modified: head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd_inc.h ============================================================================== --- head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd_inc.h Tue Dec 1 06:09:22 2015 (r291566) +++ head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd_inc.h Tue Dec 1 06:11:09 2015 (r291567) @@ -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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512010611.tB16B9Fx023712>