[PATCH 3/3] jnx: Introduce board_ids.h

From: Pantelis Antoniou
Date: Fri Oct 07 2016 - 11:21:05 EST


From: Rajat Jain <rajatjain@xxxxxxxxxxx>

Introduce header file to contain the Juniper Assembly IDs.

Signed-off-by: Mohammad Kamil <mkamil@xxxxxxxxxxx>
Signed-off-by: Rajat Jain <rajatjain@xxxxxxxxxxx>
Signed-off-by: Debjit Ghosh <dghosh@xxxxxxxxxxx>
Signed-off-by: Guenter Roeck <groeck@xxxxxxxxxxx>
[Ported from Juniper kernel]
Signed-off-by: Pantelis Antoniou <pantelis.antoniou@xxxxxxxxxxxx>
---
include/linux/jnx/board_ids.h | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
create mode 100644 include/linux/jnx/board_ids.h

diff --git a/include/linux/jnx/board_ids.h b/include/linux/jnx/board_ids.h
new file mode 100644
index 0000000..74ce25a
--- /dev/null
+++ b/include/linux/jnx/board_ids.h
@@ -0,0 +1,31 @@
+/*
+ * Juniper Assembly ID(s) - for Juniper Boards
+ *
+ * Rajat Jain <rajatjain@xxxxxxxxxxx>
+ * Copyright (c) 2014 Juniper Networks
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ */
+#ifndef __JNX_BOARD_IDS__
+#define __JNX_BOARD_IDS__
+
+#define JNX_ID_SNG_CB 0x09B3 /* Sangria Control Board */
+#define JNX_ID_SNG_PMB 0x09B7 /* Sangria CB/FPC PMB Board */
+#define JNX_ID_SNG_VDV_BASE_P2 0x09BC /* Sangria Vaudville FPC Base P2 */
+#define JNX_ID_HENDRICKS_FPC_P2 0x0B9B /* Hendricks FPC (new Serdes added) */
+#define JNX_ID_HENDRICKS_CB 0x0BA8 /* Hendricks Control Board */
+#define JNX_ID_GLD_2T_FPC 0x0BF9 /* Gladiator 2T FPC */
+#define JNX_ID_GLD_3T_FPC 0x0BFA /* Gladiator 3T FPC */
+#define JNX_ID_POLARIS_RCB 0x0C09 /* Polaris RCB */
+#define JNX_ID_POLARIS_MLC 0x0C0A /* Polaris Mono Line Card */
+#define JNX_ID_POLARIS_RCB_P2 0x0C51 /* Polaris RCB P2 */
+#define JNX_ID_OMEGA_RCB 0x0C6B /* Omega RCB */
+
+#endif /* __JNX_BOARD_IDS__ */
--
1.9.1