diff options
Diffstat (limited to 'sys/arch/socppc/conf')
-rw-r--r-- | sys/arch/socppc/conf/GENERIC | 8 | ||||
-rw-r--r-- | sys/arch/socppc/conf/files.socppc | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/sys/arch/socppc/conf/GENERIC b/sys/arch/socppc/conf/GENERIC index 122a8c5318b..f4595f6fa26 100644 --- a/sys/arch/socppc/conf/GENERIC +++ b/sys/arch/socppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.4 2008/05/19 19:57:57 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.5 2008/05/25 16:23:58 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -62,8 +62,10 @@ rum* at uhub? # Ralink RT2501USB/RT2601USB sd* at scsibus? # On-board TSEC -tsec0 at obio? addr 0x24000 ivec 32 -tsec1 at obio? addr 0x25000 ivec 35 +tsec0 at obio? addr 0x24000 ivec 32 phy 17 +tsec1 at obio? addr 0x25000 ivec 35 phy 5 rgephy* at mii? # Realtek 8169S/8110S PHY +eephy* at mii? # Marvell 88E1000 series PHY +gentbi* at mii? # Generic 1000BASE-X ten-bit PHY ukphy* at mii? # generic unknown PHYs diff --git a/sys/arch/socppc/conf/files.socppc b/sys/arch/socppc/conf/files.socppc index 1a98af17083..e79ce8fad28 100644 --- a/sys/arch/socppc/conf/files.socppc +++ b/sys/arch/socppc/conf/files.socppc @@ -1,4 +1,4 @@ -# $OpenBSD: files.socppc,v 1.2 2008/05/19 19:57:23 kettenis Exp $ +# $OpenBSD: files.socppc,v 1.3 2008/05/25 16:23:58 kettenis Exp $ # # macppc-specific configuration info @@ -28,7 +28,7 @@ attach cpu at mainbus file arch/socppc/socppc/cpu.c # MPC8349E on-board devices -device obio {addr, [ivec = -1]} +device obio {addr, [ivec = -1], [phy = -1]} attach obio at mainbus file arch/socppc/dev/obio.c |