Jeff Kirsher | ae06c70 | 2018-03-22 10:08:48 -0700 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Jeff Kirsher | 51dce24 | 2018-04-26 08:08:09 -0700 | [diff] [blame] | 2 | /* Copyright(c) 1999 - 2008 Intel Corporation. */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 | |
| 4 | #ifndef _IXGB_IDS_H_ |
| 5 | #define _IXGB_IDS_H_ |
| 6 | |
| 7 | /********************************************************************** |
| 8 | ** The Device and Vendor IDs for 10 Gigabit MACs |
| 9 | **********************************************************************/ |
| 10 | |
Jesse Brandeburg | 0060c07 | 2008-07-08 15:52:23 -0700 | [diff] [blame] | 11 | #define IXGB_DEVICE_ID_82597EX 0x1048 |
| 12 | #define IXGB_DEVICE_ID_82597EX_SR 0x1A48 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 13 | #define IXGB_DEVICE_ID_82597EX_LR 0x1B48 |
Jesse Brandeburg | 0060c07 | 2008-07-08 15:52:23 -0700 | [diff] [blame] | 14 | #define IXGB_SUBDEVICE_ID_A11F 0xA11F |
| 15 | #define IXGB_SUBDEVICE_ID_A01F 0xA01F |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 16 | |
Auke Kok | 940829e | 2006-05-23 10:29:58 -0700 | [diff] [blame] | 17 | #define IXGB_DEVICE_ID_82597EX_CX4 0x109E |
| 18 | #define IXGB_SUBDEVICE_ID_A00C 0xA00C |
Manasi Deval | 0fe198a | 2006-08-16 13:47:20 -0700 | [diff] [blame] | 19 | #define IXGB_SUBDEVICE_ID_A01C 0xA01C |
Matheos Worku | 8b32e63d | 2007-12-14 11:48:36 -0800 | [diff] [blame] | 20 | #define IXGB_SUBDEVICE_ID_7036 0x7036 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 21 | |
Auke Kok | 940829e | 2006-05-23 10:29:58 -0700 | [diff] [blame] | 22 | #endif /* #ifndef _IXGB_IDS_H_ */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 23 | /* End of File */ |