ixgb_ids.h 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /*******************************************************************************
  2. Intel PRO/10GbE Linux driver
  3. Copyright(c) 1999 - 2008 Intel Corporation.
  4. This program is free software; you can redistribute it and/or modify it
  5. under the terms and conditions of the GNU General Public License,
  6. version 2, as published by the Free Software Foundation.
  7. This program is distributed in the hope it will be useful, but WITHOUT
  8. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  9. FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  10. more details.
  11. You should have received a copy of the GNU General Public License along with
  12. this program; if not, write to the Free Software Foundation, Inc.,
  13. 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
  14. The full GNU General Public License is included in this distribution in
  15. the file called "COPYING".
  16. Contact Information:
  17. Linux NICS <linux.nics@intel.com>
  18. e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
  19. Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
  20. *******************************************************************************/
  21. #ifndef _IXGB_IDS_H_
  22. #define _IXGB_IDS_H_
  23. /**********************************************************************
  24. ** The Device and Vendor IDs for 10 Gigabit MACs
  25. **********************************************************************/
  26. #define IXGB_DEVICE_ID_82597EX 0x1048
  27. #define IXGB_DEVICE_ID_82597EX_SR 0x1A48
  28. #define IXGB_DEVICE_ID_82597EX_LR 0x1B48
  29. #define IXGB_SUBDEVICE_ID_A11F 0xA11F
  30. #define IXGB_SUBDEVICE_ID_A01F 0xA01F
  31. #define IXGB_DEVICE_ID_82597EX_CX4 0x109E
  32. #define IXGB_SUBDEVICE_ID_A00C 0xA00C
  33. #define IXGB_SUBDEVICE_ID_A01C 0xA01C
  34. #define IXGB_SUBDEVICE_ID_7036 0x7036
  35. #endif /* #ifndef _IXGB_IDS_H_ */
  36. /* End of File */