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 | |
parent | c16bd172859adfc737c95e349e3a931fd9dc77f0 (diff) |
palm: kernel configuration file changes
ok brad@ marex@
Diffstat (limited to 'sys/arch/palm')
-rw-r--r-- | sys/arch/palm/conf/GENERIC | 26 | ||||
-rw-r--r-- | sys/arch/palm/conf/RAMDISK | 10 |
2 files changed, 18 insertions, 18 deletions
diff --git a/sys/arch/palm/conf/GENERIC b/sys/arch/palm/conf/GENERIC index ef06a2829b6..3b2e8dc684d 100644 --- a/sys/arch/palm/conf/GENERIC +++ b/sys/arch/palm/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.2 2009/09/06 00:51:28 marex Exp $ +# $OpenBSD: GENERIC,v 1.3 2009/10/25 04:16:33 marex Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -160,26 +160,26 @@ wdc0 at pxaip? addr 0x20000000 wd* at wdc? flags 0x0000 # Media Independent Interface (mii) drivers -exphy* at mii? # 3Com internal PHYs -inphy* at mii? # Intel 82555 PHYs -iophy* at mii? # Intel 82553 PHYs -icsphy* at mii? # ICS 1890 PHYs -lxtphy* at mii? # Level1 LXT970 PHYs -nsphy* at mii? # NS and compatible PHYs -nsphyter* at mii? # NS and compatible PHYs -qsphy* at mii? # Quality Semi QS6612 PHYs -sqphy* at mii? # Seeq 8x220 PHYs +#exphy* at mii? # 3Com internal PHYs +#inphy* at mii? # Intel 82555 PHYs +#iophy* at mii? # Intel 82553 PHYs +#icsphy* at mii? # ICS 1890 PHYs +#lxtphy* at mii? # Level1 LXT970 PHYs +#nsphy* at mii? # NS and compatible PHYs +#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 -mtdphy* at mii? # Myson MTD972 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 -tqphy* at mii? # TDK 78Q212x 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 +#nsgphy* at mii? # NS gigabit PHYs urlphy* at mii? # Realtek RTL8150L internal PHY #rgephy* at mii? # Realtek 8169S/8110S PHY #ciphy* at mii? # Cicada CS8201 10/100/1000 copper PHY 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 |