diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-10-22 05:11:15 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-10-22 05:11:15 +0000 |
commit | fae9a28ab59d14ba89f9a0a850938766ae94cc12 (patch) | |
tree | 601c5a18b623acb8993d298b7569973f2d717f33 /sys | |
parent | 720f281dc66ef3b39c87a62e92ad517002a8a6d2 (diff) |
remove duplicate DEV_ID_PCH2 defines
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_em_hw.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/if_em_hw.h b/sys/dev/pci/if_em_hw.h index 42b1a53eadc..6b861c2620b 100644 --- a/sys/dev/pci/if_em_hw.h +++ b/sys/dev/pci/if_em_hw.h @@ -31,7 +31,7 @@ *******************************************************************************/ -/* $OpenBSD: if_em_hw.h,v 1.97 2024/09/04 07:54:52 mglocker Exp $ */ +/* $OpenBSD: if_em_hw.h,v 1.98 2024/10/22 05:11:14 jsg Exp $ */ /* $FreeBSD: if_em_hw.h,v 1.15 2005/05/26 23:32:02 tackerman Exp $ */ /* if_em_hw.h @@ -608,8 +608,6 @@ uint32_t em_translate_82542_register(uint32_t); #define E1000_DEV_ID_82583V 0x150C #define E1000_DEV_ID_82576_NS_SERDES 0x1518 #define E1000_DEV_ID_82576_SERDES_QUAD 0x150D -#define E1000_DEV_ID_PCH2_LV_LM 0x1502 -#define E1000_DEV_ID_PCH2_LV_V 0x1503 #define E1000_DEV_ID_82580_COPPER 0x150E #define E1000_DEV_ID_82580_FIBER 0x150F #define E1000_DEV_ID_82580_SERDES 0x1510 |