diff options
author | Marek Vasut <marex@cvs.openbsd.org> | 2009-10-25 04:16:34 +0000 |
---|---|---|
committer | Marek Vasut <marex@cvs.openbsd.org> | 2009-10-25 04:16:34 +0000 |
commit | bf0b3b6a1779f756d8a6a1e11fb1b5688d2d7a15 (patch) | |
tree | c8eab56c2f0a79fe9145b2fd7bd88d3663b4ee92 /sys/arch/palm/conf/RAMDISK | |
parent | c16bd172859adfc737c95e349e3a931fd9dc77f0 (diff) |
palm: kernel configuration file changes
ok brad@ marex@
Diffstat (limited to 'sys/arch/palm/conf/RAMDISK')
-rw-r--r-- | sys/arch/palm/conf/RAMDISK | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/palm/conf/RAMDISK b/sys/arch/palm/conf/RAMDISK index d162c2d2e2c..27c71b97832 100644 --- a/sys/arch/palm/conf/RAMDISK +++ b/sys/arch/palm/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.3 2009/09/25 18:07:16 jasper Exp $ +# $OpenBSD: RAMDISK,v 1.4 2009/10/25 04:16:33 marex Exp $ machine palm arm @@ -132,19 +132,19 @@ wd* at wdc? flags 0x0000 #nsphyter* at mii? # NS and compatible PHYs #qsphy* at mii? # Quality Semi QS6612 PHYs #sqphy* at mii? # Seeq 8x220 PHYs -#rlphy* at mii? # RealTek 8139 internal PHYs +rlphy* at mii? # RealTek 8139 internal PHYs #mtdphy* at mii? # Myson MTD972 PHYs #dcphy* at mii? # Digital Clone PHYs acphy* at mii? # Altima AC101 PHYs -#amphy* at mii? # AMD 79C873 PHYs +amphy* at mii? # AMD 79C873 PHYs #tqphy* at mii? # TDK 78Q212x PHYs bmtphy* at mii? # Broadcom 10/100 PHYs #brgphy* at mii? # Broadcom Gigabit PHYs eephy* at mii? # Marvell 88E1000 series PHY #xmphy* at mii? # XaQti XMAC-II PHYs #nsgphy* at mii? # NS gigabit PHYs -#urlphy* at mii? # Realtek RTL8150L internal PHY -rgephy* at mii? # Realtek 8169S/8110S PHY +urlphy* at mii? # Realtek RTL8150L internal PHY +#rgephy* at mii? # Realtek 8169S/8110S PHY #ciphy* at mii? # Cicada CS8201 10/100/1000 copper PHY ukphy* at mii? # "unknown" PHYs |