diff options
author | 2005-01-10 05:20:20 +0000 | |
---|---|---|
committer | 2005-01-10 05:20:20 +0000 | |
commit | fd36543154b38bb8888648144d6d24bb8fbddcff (patch) | |
tree | db34e05f5bf062778c20ef451f237afab0c04d93 | |
parent | add ne for CF network cards. (diff) | |
download | wireguard-openbsd-fd36543154b38bb8888648144d6d24bb8fbddcff.tar.xz wireguard-openbsd-fd36543154b38bb8888648144d6d24bb8fbddcff.zip |
phy sanity
-rw-r--r-- | sys/arch/zaurus/conf/GENERIC | 14 | ||||
-rw-r--r-- | sys/arch/zaurus/conf/RAMDISK | 14 |
2 files changed, 14 insertions, 14 deletions
diff --git a/sys/arch/zaurus/conf/GENERIC b/sys/arch/zaurus/conf/GENERIC index 8fc518b2d14..3f1b0c2f093 100644 --- a/sys/arch/zaurus/conf/GENERIC +++ b/sys/arch/zaurus/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.5 2005/01/10 05:12:03 drahn Exp $ +# $OpenBSD: GENERIC,v 1.6 2005/01/10 05:20:20 deraadt Exp $ # # GENERIC machine description file # @@ -148,18 +148,18 @@ 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 -dcphy* at mii? # Digital Clone 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 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 +#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 -ciphy* at mii? # Cicada CS8201 10/100/1000 copper PHY +#rgephy* at mii? # Realtek 8169S/8110S PHY +#ciphy* at mii? # Cicada CS8201 10/100/1000 copper PHY ukphy* at mii? # "unknown" PHYs # On-board device support diff --git a/sys/arch/zaurus/conf/RAMDISK b/sys/arch/zaurus/conf/RAMDISK index df359150766..4ab3aef4348 100644 --- a/sys/arch/zaurus/conf/RAMDISK +++ b/sys/arch/zaurus/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.6 2005/01/10 05:12:03 drahn Exp $ +# $OpenBSD: RAMDISK,v 1.7 2005/01/10 05:20:20 deraadt Exp $ # $NetBSD: GENERIC,v 1.27.4.1 2002/08/01 04:18:06 lukem Exp $ # # GENERIC machine description file @@ -156,18 +156,18 @@ 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 -dcphy* at mii? # Digital Clone 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 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 +#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 -ciphy* at mii? # Cicada CS8201 10/100/1000 copper PHY +#rgephy* at mii? # Realtek 8169S/8110S PHY +#ciphy* at mii? # Cicada CS8201 10/100/1000 copper PHY ukphy* at mii? # "unknown" PHYs # On-board device support |