svn commit: r209939 - user/adrian/if_ath_devel/sys/dev/ath/ath_hal/ar5416

Adrian Chadd adrian at FreeBSD.org
Mon Jul 12 11:05:36 UTC 2010


Author: adrian
Date: Mon Jul 12 11:05:36 2010
New Revision: 209939
URL: http://svn.freebsd.org/changeset/base/209939

Log:
  Break out the 9160 PCIe initialisation stuff from ar9160.ini into a separate
  include file.
  
  The linux ath9k initvals.h doesn't include this array.

Added:
  user/adrian/if_ath_devel/sys/dev/ath/ath_hal/ar5416/ar9160-pcie.h

Added: user/adrian/if_ath_devel/sys/dev/ath/ath_hal/ar5416/ar9160-pcie.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ user/adrian/if_ath_devel/sys/dev/ath/ath_hal/ar5416/ar9160-pcie.h	Mon Jul 12 11:05:36 2010	(r209939)
@@ -0,0 +1,32 @@
+/*
+ * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
+ * Copyright (c) 2002-2008 Atheros Communications, Inc.
+ *
+ * Permission to use, copy, modify, and/or distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ *
+ * $FreeBSD$
+ */
+
+/* hand-crafted from code that does explicit register writes */
+static const uint32_t ar9160PciePhy[][2] = {
+    { AR_PCIE_SERDES,  0x9248fc00 },
+    { AR_PCIE_SERDES,  0x24924924 },
+    { AR_PCIE_SERDES,  0x28000039 },
+    { AR_PCIE_SERDES,  0x53160824 },
+    { AR_PCIE_SERDES,  0xe5980579 },
+    { AR_PCIE_SERDES,  0x001defff },
+    { AR_PCIE_SERDES,  0x1aaabe40 },
+    { AR_PCIE_SERDES,  0xbe105554 },
+    { AR_PCIE_SERDES,  0x000e3007 },
+    { AR_PCIE_SERDES2, 0x00000000 },
+};


More information about the svn-src-user mailing list