diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-06-22 04:50:32 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-06-22 04:50:32 +0000 |
commit | 963f664175ba5a8467f11cd1ee18dc1e0146aec5 (patch) | |
tree | 07397cd9c9c3bf41cb4298704177b3bf1a073c92 /sys/dev/pci/ixgb_ids.h | |
parent | cac36e311ca87eafd5965e3b8f2ae006cacedf2e (diff) |
identify CX4 based hardware.
From Intel's FreeBSD driver via their web-site.
Diffstat (limited to 'sys/dev/pci/ixgb_ids.h')
-rw-r--r-- | sys/dev/pci/ixgb_ids.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/ixgb_ids.h b/sys/dev/pci/ixgb_ids.h index bb562efc67c..285be0c188d 100644 --- a/sys/dev/pci/ixgb_ids.h +++ b/sys/dev/pci/ixgb_ids.h @@ -31,7 +31,7 @@ *******************************************************************************/ -/* $OpenBSD: ixgb_ids.h,v 1.1 2005/11/14 23:25:43 brad Exp $ */ +/* $OpenBSD: ixgb_ids.h,v 1.2 2006/06/22 04:50:31 brad Exp $ */ #ifndef _IXGB_IDS_H_ #define _IXGB_IDS_H_ @@ -51,6 +51,7 @@ #define IXGB_DEVICE_ID_82597EX_CX4 0x109E #define IXGB_SUBDEVICE_ID_A00C 0xA00C +#define IXGB_SUBDEVICE_ID_A01C 0xA01C #endif /* #ifndef _IXGB_IDS_H_ */ /* End of File */ |