Module Name: src
Committed By: christos
Date: Sat Nov 27 20:19:41 UTC 2010
Modified Files:
src/sys/arch/amd64/conf: GENERIC XEN3_DOM0
Log Message:
add ihphy
To generate a diff of this commit:
cvs rdiff -u -r1.292 -r1.293 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.60 -r1.61 src/sys/arch/amd64/conf/XEN3_DOM0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.292 src/sys/arch/amd64/conf/GENERIC:1.293
--- src/sys/arch/amd64/conf/GENERIC:1.292 Tue Nov 23 06:13:53 2010
+++ src/sys/arch/amd64/conf/GENERIC Sat Nov 27 15:19:41 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.292 2010/11/23 11:13:53 hannken Exp $
+# $NetBSD: GENERIC,v 1.293 2010/11/27 20:19:41 christos Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.292 $"
+#ident "GENERIC-$Revision: 1.293 $"
maxusers 64 # estimated number of users
@@ -755,6 +755,7 @@
gphyter* at mii? phy ? # NS83861 Gig-E PHY
icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x
igphy* at mii? phy ? # Intel IGP01E1000
+ihphy* at mii? phy ? # Intel 82577 PHYs
ikphy* at mii? phy ? # Intel 82563 PHYs
inphy* at mii? phy ? # Intel 82555 PHYs
iophy* at mii? phy ? # Intel 82553 PHYs
Index: src/sys/arch/amd64/conf/XEN3_DOM0
diff -u src/sys/arch/amd64/conf/XEN3_DOM0:1.60 src/sys/arch/amd64/conf/XEN3_DOM0:1.61
--- src/sys/arch/amd64/conf/XEN3_DOM0:1.60 Tue Nov 23 06:13:54 2010
+++ src/sys/arch/amd64/conf/XEN3_DOM0 Sat Nov 27 15:19:41 2010
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.60 2010/11/23 11:13:54 hannken Exp $
+# $NetBSD: XEN3_DOM0,v 1.61 2010/11/27 20:19:41 christos Exp $
include "arch/amd64/conf/std.xen"
@@ -386,6 +386,7 @@
gphyter* at mii? phy ? # NS83861 Gig-E PHY
icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x
igphy* at mii? phy ? # Intel IGP01E1000
+ihphy* at mii? phy ? # Intel 82577 PHYs
ikphy* at mii? phy ? # Intel 82563 PHYs
inphy* at mii? phy ? # Intel 82555 PHYs
iophy* at mii? phy ? # Intel 82553 PHYs