diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-25 16:23:59 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-25 16:23:59 +0000 |
commit | 0ee7790b8fc63df37f28852fdc4327a58c6565b7 (patch) | |
tree | bc9a1db2753c4c3b32a94335b8485aa36c7a5182 /sys/arch/socppc/conf/GENERIC | |
parent | bddffa476bf561f2cbec7d85c3d5c0e19f2b7d20 (diff) |
Specify the PHY to be used in the kernel config instead of hardcoding it
int tsec(4).
Diffstat (limited to 'sys/arch/socppc/conf/GENERIC')
-rw-r--r-- | sys/arch/socppc/conf/GENERIC | 8 |
1 files changed, 5 insertions, 3 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 |