Correct Marvell OUI, and 88E1000 model number.
This commit is contained in:
parent
05be817d7b
commit
511aa23898
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: miidevs,v 1.23 2001/06/19 19:51:04 thorpej Exp $
|
||||
$NetBSD: miidevs,v 1.24 2001/07/12 17:29:18 thorpej Exp $
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
|
||||
|
@ -60,7 +60,7 @@ oui ENABLESEMI 0x0010dd Enable Semiconductor
|
|||
oui ICS 0x00a0be Integrated Circuit Systems
|
||||
oui INTEL 0x00aa00 Intel
|
||||
oui LEVEL1 0x00207b Level 1
|
||||
oui MARVELL 0x005043 Marvell Semiconductor
|
||||
oui MARVELL 0x000ac2 Marvell Semiconductor
|
||||
oui MYSON 0x00c0b4 Myson Technology
|
||||
oui NATSEMI 0x080017 National Semiconductor
|
||||
oui PMCSIERRA 0x00e004 PMC-Sierra
|
||||
|
@ -134,7 +134,7 @@ model yyINTEL I82553 0x0035 i82553 10/100 media interface
|
|||
model xxLEVEL1 LXT970 0x0000 LXT970 10/100 media interface
|
||||
|
||||
/* Marvell Semiconductor PHYs */
|
||||
model MARVELL E1000 0x0000 Marvell 88E1000 Gigabit PHY
|
||||
model MARVELL E1000 0x0005 Marvell 88E1000 Gigabit PHY
|
||||
|
||||
/* Myson Technology PHYs */
|
||||
model xxMYSON MTD972 0x0000 MTD972 10/100 media interface
|
||||
|
|
Loading…
Reference in New Issue