diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-03-17 07:57:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-03-17 07:57:37 +0000 |
commit | e53bfaf7f061ad469186d2171c668180549a632d (patch) | |
tree | 71cd2c061b88a5cba619b802e0d36b964b853da2 /sys/arch/macppc/conf | |
parent | 03f595a74ac12c2886bdc6d83a0cad6061534458 (diff) |
+vge, ciphy; requests by pvalchev
Diffstat (limited to 'sys/arch/macppc/conf')
-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 16689732d9c..e608a7a7042 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.74 2005/03/16 18:56:47 deraadt Exp $g +# $OpenBSD: GENERIC,v 1.75 2005/03/17 07:57:36 deraadt Exp $g # # PPC GENERIC config file # @@ -59,6 +59,7 @@ wdc* at kauaiata? macobio0 at pci? gem* at pci? # GMAC ethernet hme* at pci? # HME ethernet +vge* at pci? # VIA VT612x dc* at pci? # DEC Tulip 21143 clones xl* at pci? # 3C9xx ethernet rl* at pci? # RealTek 81[23]9 ethernet @@ -96,6 +97,7 @@ eephy* at mii? # Marvell 88E1000 Gigabit PHYs urlphy* at mii? # Realtek RTL8150L internal PHY rgephy* at mii? # Realtek 8169S/8110S PHY rlphy* at mii? # Realtek 8139 internal PHYs +ciphy* at mii? # Cicada CS8201 10/100/1000 copper PHY ukphy* at mii? # generic unknown PHYs # crypto diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index 15d8e8b8173..9834dde94c6 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.40 2005/02/17 14:40:29 dlg Exp $ +# $OpenBSD: RAMDISK,v 1.41 2005/03/17 07:57:36 deraadt Exp $ # # PPC GENERIC config file # @@ -62,6 +62,7 @@ wdc* at kauaiata? macobio0 at pci? gem* at pci? # GMAC ethernet hme* at pci? # HME ethernet +vge* at pci? # VIA VT612x dc* at pci? # DEC Tulip 21143 clones xl* at pci? # 3C9xx ethernet em* at pci? # Intel Pro/1000 ethernet @@ -94,6 +95,7 @@ eephy* at mii? # Marvell 88E1000 Gigabit PHYs urlphy* at mii? # Realtek RTL8150L internal PHY rgephy* at mii? # Realtek 8169S/8110S PHY rlphy* at mii? # Realtek 8139 internal PHYs +ciphy* at mii? # Cicada CS8201 10/100/1000 copper PHY ukphy* at mii? # generic unknown PHYs macintr0 at macobio? # old interrupt controller |