diff options
author | Dariusz Swiderski <dms@cvs.openbsd.org> | 2009-08-21 22:54:11 +0000 |
---|---|---|
committer | Dariusz Swiderski <dms@cvs.openbsd.org> | 2009-08-21 22:54:11 +0000 |
commit | c647754eb2c6d41408fe754bf7167383562e01b1 (patch) | |
tree | d23d6824d518ae9696d1182c0b3bcf25be7c68cb /sys/dev/pci/if_em_hw.h | |
parent | 0b2961a87aa1193ae9459ecc4aa52d7dd01124ca (diff) |
Back-out support for iCH10 chips from em(4).
It seems that new phy detection code breaks
some of the newer fiber cards.
found by Brad, ok by claudio@
Diffstat (limited to 'sys/dev/pci/if_em_hw.h')
-rw-r--r-- | sys/dev/pci/if_em_hw.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_em_hw.h b/sys/dev/pci/if_em_hw.h index 6800b333d66..13b43a95100 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.31 2009/06/26 14:30:35 claudio Exp $ */ +/* $OpenBSD: if_em_hw.h,v 1.32 2009/08/21 22:54:10 dms Exp $ */ /* $FreeBSD: if_em_hw.h,v 1.15 2005/05/26 23:32:02 tackerman Exp $ */ /* if_em_hw.h @@ -72,7 +72,6 @@ typedef enum { em_80003es2lan, em_ich8lan, em_ich9lan, - em_ich10lan, em_num_macs } em_mac_type; |