diff options
author | 2006-04-05 15:29:48 +0000 | |
---|---|---|
committer | 2006-04-05 15:29:48 +0000 | |
commit | 30a3b55affb55ae460faf58f99a0f01c089ba80f (patch) | |
tree | dca50910c15cc31b7bc7a9dc833cb493d40d0a7f | |
parent | Enable an(4) on BE archs now that it works. (diff) | |
download | wireguard-openbsd-30a3b55affb55ae460faf58f99a0f01c089ba80f.tar.xz wireguard-openbsd-30a3b55affb55ae460faf58f99a0f01c089ba80f.zip |
enable tqphy(4) here too
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index 47a37f32897..1dfe12eda57 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.62 2006/04/05 14:29:47 kurt Exp $ +# $OpenBSD: RAMDISK,v 1.63 2006/04/05 15:29:48 martin Exp $ # # PPC GENERIC config file # @@ -97,7 +97,7 @@ luphy* at mii? # Lucent LU6612 PHY sqphy* at mii? # Seeq 80220/80221/80223 PHYs rlphy* at mii? # RealTek 8139 internal PHYs #tlphy* at mii? # ThunderLAN PHYs -#tqphy* at mii? # TDK Semiconductor PHYs +tqphy* at mii? # TDK Semiconductor PHYs brgphy* at mii? # Broadcom 10/100/1000 PHYs bmtphy* at mii? # Broadcom 10/100 PHYs eephy* at mii? # Marvell 88E1000 Gigabit PHYs |