[Glibc-bsd-commits] r5682 - trunk/kfreebsd-10/debian/patches
stevenc-guest at alioth.debian.org
stevenc-guest at alioth.debian.org
Tue Nov 4 01:43:38 UTC 2014
Author: stevenc-guest
Date: 2014-11-04 01:43:38 +0000 (Tue, 04 Nov 2014)
New Revision: 5682
Modified:
trunk/kfreebsd-10/debian/patches/ath9k-linux.diff
Log:
* Define AR_SREV_VERSION_AR9380 the same as AR_SREV_VERSION_AR9580,
implied by sys/dev/ath/ath_hal/ah_devid.h to be an earlier revision
of that series
* Define AR_SREV_VERSION_AR9460 the same as AR_SREV_VERSION_AR9462,
since AR9460 itself doesn't seem to exist, AR9462 is the closest match
Modified: trunk/kfreebsd-10/debian/patches/ath9k-linux.diff
===================================================================
--- trunk/kfreebsd-10/debian/patches/ath9k-linux.diff 2014-11-03 22:22:00 UTC (rev 5681)
+++ trunk/kfreebsd-10/debian/patches/ath9k-linux.diff 2014-11-04 01:43:38 UTC (rev 5682)
@@ -4,7 +4,7 @@
--- /dev/null
+++ b/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_devid.h
-@@ -0,0 +1,77 @@
+@@ -0,0 +1,79 @@
+/*
+ * Copyright (c) 2008-2011 Atheros Communications Inc.
+ *
@@ -65,8 +65,10 @@
+#define AR_SREV_REVISION_AR9340_11 1
+#define AR_SREV_REVISION_AR9340_12 2
+#define AR_SREV_REVISION_AR9340_13 3
++#define AR_SREV_VERSION_AR9380 0x1C0
+#define AR_SREV_VERSION_AR9580 0x1C0
+#define AR_SREV_REVISION_AR9580_10 4 /* AR9580 1.0 */
++#define AR_SREV_VERSION_AR9460 0x280
+#define AR_SREV_VERSION_AR9462 0x280
+#define AR_SREV_REVISION_AR9462_20 2
+#define AR_SREV_REVISION_AR9462_21 3
@@ -84,7 +86,7 @@
+#endif
--- /dev/null
+++ b/sys/dev/ath/ath_hal/ar9003/ar9300_devid.h
-@@ -0,0 +1,77 @@
+@@ -0,0 +1,79 @@
+/*
+ * Copyright (c) 2008-2011 Atheros Communications Inc.
+ *
@@ -145,8 +147,10 @@
+#define AR_SREV_REVISION_AR9340_11 1
+#define AR_SREV_REVISION_AR9340_12 2
+#define AR_SREV_REVISION_AR9340_13 3
++#define AR_SREV_VERSION_AR9380 0x1C0
+#define AR_SREV_VERSION_AR9580 0x1C0
+#define AR_SREV_REVISION_AR9580_10 4 /* AR9580 1.0 */
++#define AR_SREV_VERSION_AR9460 0x280
+#define AR_SREV_VERSION_AR9462 0x280
+#define AR_SREV_REVISION_AR9462_20 2
+#define AR_SREV_REVISION_AR9462_21 3
More information about the Glibc-bsd-commits
mailing list