diff options
author | adrian <adrian@FreeBSD.org> | 2015-12-01 06:11:09 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2015-12-01 06:11:09 +0000 |
commit | 6f4164ad05e4b5452ef318ef29dde97fa0e7f53d (patch) | |
tree | bf28a4b79008163e8c3488bebbfeaf7ea446e883 /sys/contrib/dev | |
parent | 4c94b81b30c1fbf24b3c21bf6d3378936090411a (diff) | |
download | FreeBSD-src-6f4164ad05e4b5452ef318ef29dde97fa0e7f53d.zip FreeBSD-src-6f4164ad05e4b5452ef318ef29dde97fa0e7f53d.tar.gz |
Adjust a comment; we now support these embedded boards!
Diffstat (limited to 'sys/contrib/dev')
-rw-r--r-- | sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd_inc.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 6a294af..6ec700f 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 */ |