diff options
author | lebel <lebel@cvs.openbsd.org> | 2002-04-02 15:02:20 +0000 |
---|---|---|
committer | lebel <lebel@cvs.openbsd.org> | 2002-04-02 15:02:20 +0000 |
commit | 45bc3958a7d861bb301375846785acbae3881d40 (patch) | |
tree | fbc299b2621cbd86b6edf722a86c8a4878a7c179 /sys/arch | |
parent | 486b1d056cdc4df3f85efa08cddf58031e72f85a (diff) |
uncomment lxtphy(4) and enable eephy(4) in the RAMDISK kernel;
asked by miod@, OK'ed by drahn@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index cb655d67da0..112a42c6cf5 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.7 2002/03/22 19:19:52 drahn Exp $ +# $OpenBSD: RAMDISK,v 1.8 2002/04/02 15:02:19 lebel Exp $ # # PPC GENERIC config file # @@ -70,7 +70,7 @@ exphy* at mii? phy ? # 3Com internal PHYs inphy* at mii? phy ? # Intel 82555 PHYs iophy* at mii? phy ? # Intel 82553 PHYs icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890 -#lxtphy* at mii? phy ? # Level One LXT-970 PHYs +lxtphy* at mii? phy ? # Level One LXT-970 PHYs nsphy* at mii? phy ? # NS83840 PHYs #nsphyter* at mii? phy ? # NS83843 PHYs mtdphy* at mii? phy ? # Myson MTD972 PHYs @@ -80,6 +80,7 @@ sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs #tqphy* at mii? phy ? # TDK Semiconductor PHYs brgphy* at mii? phy ? # Broadcom 10/100/1000 PHYs bmtphy* at mii? phy ? # Broadcom 10/100 PHYs +eephy* at mii? phy ? # Marvell 88E1000 Gigabit PHYs ukphy* at mii? phy ? # generic unknown PHYs macintr0 at macobio? # old interrupt controller |