diff options
| author | Robert Mustacchi <rm@joyent.com> | 2016-10-07 17:06:34 +0000 |
|---|---|---|
| committer | Robert Mustacchi <rm@joyent.com> | 2016-10-11 22:03:09 -0700 |
| commit | ea4c6b78cebe2a3687fa43deeedf6212a124d817 (patch) | |
| tree | 85d2160725aab89bb5d83e66a1501ed1e6fcf891 /usr/src/uts/common/io/e1000api/e1000_api.c | |
| parent | 854956ce2a18fd37e3f6160d38ffb87fdbc2edc4 (diff) | |
| download | illumos-joyent-ea4c6b78cebe2a3687fa43deeedf6212a124d817.tar.gz | |
7458 I219 Kaby Lake Support
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Andy Stormont <astormont@racktopsystems.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/uts/common/io/e1000api/e1000_api.c')
| -rw-r--r-- | usr/src/uts/common/io/e1000api/e1000_api.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/uts/common/io/e1000api/e1000_api.c b/usr/src/uts/common/io/e1000api/e1000_api.c index 28379cc572..52e260950d 100644 --- a/usr/src/uts/common/io/e1000api/e1000_api.c +++ b/usr/src/uts/common/io/e1000api/e1000_api.c @@ -304,6 +304,10 @@ s32 e1000_set_mac_type(struct e1000_hw *hw) case E1000_DEV_ID_PCH_SPT_I219_LM2: case E1000_DEV_ID_PCH_SPT_I219_V2: case E1000_DEV_ID_PCH_LBG_I219_LM3: + case E1000_DEV_ID_PCH_SPT_I219_LM4: + case E1000_DEV_ID_PCH_SPT_I219_V4: + case E1000_DEV_ID_PCH_SPT_I219_LM5: + case E1000_DEV_ID_PCH_SPT_I219_V5: mac->type = e1000_pch_spt; break; case E1000_DEV_ID_82575EB_COPPER: |
