ixgb_ids.h 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /*******************************************************************************
  2. Copyright(c) 1999 - 2005 Intel Corporation. All rights reserved.
  3. This program is free software; you can redistribute it and/or modify it
  4. under the terms of the GNU General Public License as published by the Free
  5. Software Foundation; either version 2 of the License, or (at your option)
  6. any later version.
  7. This program is distributed in the hope that 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., 59
  13. Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  14. The full GNU General Public License is included in this distribution in the
  15. file called LICENSE.
  16. Contact Information:
  17. Linux NICS <linux.nics@intel.com>
  18. Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
  19. *******************************************************************************/
  20. #ifndef _IXGB_IDS_H_
  21. #define _IXGB_IDS_H_
  22. /**********************************************************************
  23. ** The Device and Vendor IDs for 10 Gigabit MACs
  24. **********************************************************************/
  25. #define INTEL_VENDOR_ID 0x8086
  26. #define INTEL_SUBVENDOR_ID 0x8086
  27. #define IXGB_DEVICE_ID_82597EX 0x1048
  28. #define IXGB_DEVICE_ID_82597EX_SR 0x1A48
  29. #define IXGB_DEVICE_ID_82597EX_LR 0x1B48
  30. #define IXGB_SUBDEVICE_ID_A11F 0xA11F
  31. #define IXGB_SUBDEVICE_ID_A01F 0xA01F
  32. #endif /* #ifndef _IXGB_IDS_H_ */
  33. /* End of File */