add ukphy as the last resort. enable dmphy for dme
This commit is contained in:
parent
da35319256
commit
525bf1f918
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: CI20,v 1.29 2020/01/19 01:25:05 thorpej Exp $
|
||||
# $NetBSD: CI20,v 1.30 2020/04/02 13:03:53 nisimura Exp $
|
||||
#
|
||||
# MIPS Creator CI20
|
||||
#
|
||||
|
@ -7,7 +7,7 @@ include "arch/evbmips/conf/std.ingenic"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "CI20-$Revision: 1.29 $"
|
||||
#ident "CI20-$Revision: 1.30 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -219,7 +219,7 @@ jzrng0 at apbus0
|
|||
# MII/PHY support
|
||||
#acphy* at mii? phy ? # DAltima AC101 and AMD Am79c874 PHYs
|
||||
#amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs
|
||||
#dmphy* at mii? phy ? # Davicom DM9101 PHYs
|
||||
dmphy* at mii? phy ? # Davicom DM9101 PHYs
|
||||
#glxtphy* at mii? phy ? # Level One LXT-1000 PHYs
|
||||
#gphyter* at mii? phy ? # NS83861 Gig-E PHY
|
||||
#icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890
|
||||
|
@ -233,7 +233,7 @@ jzrng0 at apbus0
|
|||
#tlphy* at mii? phy ? # ThunderLAN PHYs
|
||||
#tqphy* at mii? phy ? # TDK Semiconductor PHYs
|
||||
#rlphy* at mii? phy ? # RealTek PHYs
|
||||
#ukphy* at mii? phy ? # generic unknown PHYs
|
||||
ukphy* at mii? phy ? # generic unknown PHYs
|
||||
|
||||
|
||||
# Pseudo-devices
|
||||
|
|
Loading…
Reference in New Issue