Add igphy.

This commit is contained in:
fvdl 2003-11-05 13:51:29 +00:00
parent c1a19161a9
commit 51c222e5a2
2 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.15 2003/10/25 20:26:54 fvdl Exp $
# $NetBSD: GENERIC,v 1.16 2003/11/05 13:51:29 fvdl 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.15 $"
#ident "GENERIC-$Revision: 1.16 $"
maxusers 32 # estimated number of users
@ -521,6 +521,7 @@ 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
inphy* at mii? phy ? # Intel 82555 PHYs
igphy* at mii? phy ? # Intel IGP01E1000
iophy* at mii? phy ? # Intel 82553 PHYs
lxtphy* at mii? phy ? # Level One LXT-970 PHYs
makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.9 2003/10/25 20:41:36 fvdl Exp $
# $NetBSD: INSTALL,v 1.10 2003/11/05 13:51:29 fvdl Exp $
#
# GENERIC machine description file
#
@ -20,7 +20,7 @@
include "arch/amd64/conf/std.amd64"
#ident "INSTALL-$Revision: 1.9 $"
#ident "INSTALL-$Revision: 1.10 $"
maxusers 32 # estimated number of users
@ -455,6 +455,7 @@ exphy* at mii? phy ? # 3Com internal 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
igphy* at mii? phy ? # Intel IGP01E1000
inphy* at mii? phy ? # Intel 82555 PHYs
iophy* at mii? phy ? # Intel 82553 PHYs
lxtphy* at mii? phy ? # Level One LXT-970 PHYs