diff options
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index e1734ab897a..f3b0f0ef907 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.14 2002/03/14 23:51:47 drahn Exp $ +# $OpenBSD: GENERIC,v 1.15 2002/03/22 19:19:52 drahn Exp $ # # PPC GENERIC config file # @@ -64,6 +64,7 @@ iop* at pci? dev ? function ? # I2O processor ioprbs* at iop? tid ? # I2O arrays iopsp* at iop? tid ? # I2O SCSI pass-through +dcphy* at mii? phy ? # Digital Clone PHYs exphy* at mii? phy ? # 3Com internal PHYs inphy* at mii? phy ? # Intel 82555 PHYs iophy* at mii? phy ? # Intel 82553 PHYs @@ -71,6 +72,7 @@ icsphy* at mii? phy ? # ICS1890 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 #qsphy* at mii? phy ? # Quality Semi QS6612 PHYs sqphy* at mii? phy ? # Seeq 8022[013] PHYs #tlphy* at mii? phy ? # ThunderLAN PHYs diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index 43dc1032263..cb655d67da0 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.6 2002/03/22 16:35:34 drahn Exp $ +# $OpenBSD: RAMDISK,v 1.7 2002/03/22 19:19:52 drahn Exp $ # # PPC GENERIC config file # @@ -65,6 +65,7 @@ dc* at pci? dev ? function ? # DEC Tulip 21143 clones an* at pci? dev ? function ? # Cisco/Aironet 802.11DS # how many of these are needed? +dcphy* at mii? phy ? # Digital Clone PHYs exphy* at mii? phy ? # 3Com internal PHYs inphy* at mii? phy ? # Intel 82555 PHYs iophy* at mii? phy ? # Intel 82553 PHYs @@ -72,6 +73,7 @@ icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890 #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 #qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs #tlphy* at mii? phy ? # ThunderLAN PHYs |