Add bmtphy at mii, found on 3Com 3C982-TXM:
> bmtphy0 at ex0 phy 24: Broadcom 3c905C internal PHY, rev. 7
This commit is contained in:
parent
0d0bf3b542
commit
78354f8518
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.136 2006/04/15 12:53:09 tsutsui Exp $
|
||||
# $NetBSD: GENERIC,v 1.137 2006/04/15 12:58:26 tsutsui Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/arc/conf/std.arc"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.136 $"
|
||||
#ident "GENERIC-$Revision: 1.137 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -342,6 +342,7 @@ tlp* at pci? dev ? function ? # DECchip 21x4x and clones
|
|||
|
||||
#### MII/PHY support
|
||||
|
||||
bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs
|
||||
exphy* at mii? phy ? # 3Com internal PHYs
|
||||
icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x
|
||||
inphy* at mii? phy ? # Intel 82555 PHYs
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: RAMDISK,v 1.69 2006/04/15 12:53:09 tsutsui Exp $
|
||||
# $NetBSD: RAMDISK,v 1.70 2006/04/15 12:58:26 tsutsui Exp $
|
||||
#
|
||||
# memory disk based configuration file for MIPS R4x00 ARC Systems
|
||||
#
|
||||
|
@ -7,7 +7,7 @@ include "arch/arc/conf/std.arc"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.69 $"
|
||||
#ident "GENERIC-$Revision: 1.70 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -313,6 +313,7 @@ tlp* at pci? dev ? function ? # DECchip 21x4x and clones
|
|||
|
||||
#### MII/PHY support
|
||||
|
||||
bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs
|
||||
exphy* at mii? phy ? # 3Com internal PHYs
|
||||
icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x
|
||||
inphy* at mii? phy ? # Intel 82555 PHYs
|
||||
|
|
Loading…
Reference in New Issue