Add micphy(4).

This commit is contained in:
msaitoh 2021-03-10 06:38:44 +00:00
parent 4e642ca22c
commit 334d1ee9f2
2 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.586 2021/03/05 20:18:39 gdt Exp $
# $NetBSD: GENERIC,v 1.587 2021/03/10 06:38:44 msaitoh Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.586 $"
#ident "GENERIC-$Revision: 1.587 $"
maxusers 64 # estimated number of users
@ -911,6 +911,7 @@ ipgphy* at mii? phy ? # IC PLUS IP1000A/IP1001 PHYs
jmphy* at mii? phy ? # Jmicron JMP202/211 PHYs
lxtphy* at mii? phy ? # Level One LXT-970 PHYs
makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs
micphy* at mii? phy ? # Micrel KSZ[89]xxx PHYs
nsphy* at mii? phy ? # NS83840 PHYs
nsphyter* at mii? phy ? # NS83843 PHYs
pnaphy* at mii? phy ? # generic HomePNA PHYs

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.1235 2021/03/01 18:12:58 jakllsch Exp $
# $NetBSD: GENERIC,v 1.1236 2021/03/10 06:38:44 msaitoh Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.1235 $"
#ident "GENERIC-$Revision: 1.1236 $"
maxusers 64 # estimated number of users
@ -1126,6 +1126,7 @@ ipgphy* at mii? phy ? # IC PLUS IP1000A/IP1001 PHYs
jmphy* at mii? phy ? # Jmicron JMP202/211 PHYs
lxtphy* at mii? phy ? # Level One LXT-970 PHYs
makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs
micphy* at mii? phy ? # Micrel KSZ[89]xxx PHYs
nsphy* at mii? phy ? # NS83840 PHYs
nsphyter* at mii? phy ? # NS83843 PHYs
pnaphy* at mii? phy ? # generic HomePNA PHYs