Add gentbi* PHYs
I noted in reading the log for PR kern/20988 that they were missing XXX I'm not sure I got the name in the comment right, but if I don't XXX do this who will?
This commit is contained in:
parent
5dc1bd35ce
commit
31cbf7d80d
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.551 2003/03/25 19:37:12 jmmv Exp $
|
||||
# $NetBSD: GENERIC,v 1.552 2003/04/05 18:41:19 perry 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.551 $"
|
||||
#ident "GENERIC-$Revision: 1.552 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -773,6 +773,7 @@ bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs
|
|||
brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs
|
||||
dmphy* at mii? phy ? # Davicom DM9101 PHYs
|
||||
exphy* at mii? phy ? # 3Com internal PHYs
|
||||
gentbi* at mii? phy ? # Generic Ten-Bit 1000BASE-[CLS]X 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 ICS189x
|
||||
|
|
Loading…
Reference in New Issue