Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1497226
| From | Pantelis Antoniou <pantelis.antoniou@konsulko.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/3] jnx: Introduce board_ids.h |
| Date | 2016-10-07 17:30 +0200 |
| Message-ID | <spFfY-2lv-41@gated-at.bofh.it> (permalink) |
| References | <spF6h-2hj-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Rajat Jain <rajatjain@juniper.net> Introduce header file to contain the Juniper Assembly IDs. Signed-off-by: Mohammad Kamil <mkamil@juniper.net> Signed-off-by: Rajat Jain <rajatjain@juniper.net> Signed-off-by: Debjit Ghosh <dghosh@juniper.net> Signed-off-by: Guenter Roeck <groeck@juniper.net> [Ported from Juniper kernel] Signed-off-by: Pantelis Antoniou <pantelis.antoniou@konsulko.com> --- 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@juniper.net> + * 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
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 0/3] Juniper prerequisites Pantelis Antoniou <pantelis.antoniou@konsulko.com> - 2016-10-07 17:20 +0200
[PATCH 1/3] Documentation: vendor-prefixes: Add DT vendor entry "jnx" Pantelis Antoniou <pantelis.antoniou@konsulko.com> - 2016-10-07 17:20 +0200
Re: [PATCH 1/3] Documentation: vendor-prefixes: Add DT vendor entry "jnx" Rob Herring <robh@kernel.org> - 2016-10-10 19:20 +0200
[PATCH 2/3] uapi: jnx: Export board types to user space Pantelis Antoniou <pantelis.antoniou@konsulko.com> - 2016-10-07 17:20 +0200
[PATCH 3/3] jnx: Introduce board_ids.h Pantelis Antoniou <pantelis.antoniou@konsulko.com> - 2016-10-07 17:30 +0200
csiph-web