Enable rgephy(4), closes PR port-amd64/33117.
This commit is contained in:
parent
4edeee0717
commit
9d4afb37ad
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.88 2006/03/12 22:57:01 chs Exp $
|
||||
# $NetBSD: GENERIC,v 1.89 2006/03/25 17:40:02 xtraeme 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.88 $"
|
||||
#ident "GENERIC-$Revision: 1.89 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -596,6 +596,7 @@ nsphy* at mii? phy ? # NS83840 PHYs
|
|||
nsphyter* at mii? phy ? # NS83843 PHYs
|
||||
pnaphy* at mii? phy ? # generic HomePNA PHYs
|
||||
qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
|
||||
rgephy* at mii? phy ? # Realtek 8169S/8110 internal PHYs
|
||||
rlphy* at mii? phy ? # Realtek 8139/8201L PHYs
|
||||
sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
|
||||
tlphy* at mii? phy ? # ThunderLAN PHYs
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.48 2006/03/12 22:57:01 chs Exp $
|
||||
# $NetBSD: INSTALL,v 1.49 2006/03/25 17:40:02 xtraeme Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -20,7 +20,7 @@
|
|||
|
||||
include "arch/amd64/conf/std.amd64"
|
||||
|
||||
#ident "INSTALL-$Revision: 1.48 $"
|
||||
#ident "INSTALL-$Revision: 1.49 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -483,6 +483,7 @@ nsphy* at mii? phy ? # NS83840 PHYs
|
|||
nsphyter* at mii? phy ? # NS83843 PHYs
|
||||
pnaphy* at mii? phy ? # generic HomePNA PHYs
|
||||
qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
|
||||
rgephy* at mii? phy ? # Realtek 8169S/8110 internal PHYs
|
||||
rlphy* at mii? phy ? # Realtek 8139/8201L PHYs
|
||||
sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
|
||||
tlphy* at mii? phy ? # ThunderLAN PHYs
|
||||
|
|
Loading…
Reference in New Issue