diff options
author | 2001-04-11 05:48:25 +0000 | |
---|---|---|
committer | 2001-04-11 05:48:25 +0000 | |
commit | 0bc0eebf1b8e969f2738d44785c3a56e117ab3aa (patch) | |
tree | 6465dcf2857a6ed7e077e8e58205ab68d7554a3a | |
parent | BCM5401/5411 support (diff) | |
download | wireguard-openbsd-0bc0eebf1b8e969f2738d44785c3a56e117ab3aa.tar.xz wireguard-openbsd-0bc0eebf1b8e969f2738d44785c3a56e117ab3aa.zip |
include brgphy
-rw-r--r-- | sys/arch/powerpc/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/powerpc/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/sys/arch/powerpc/conf/GENERIC b/sys/arch/powerpc/conf/GENERIC index 676b8fef156..5faa4926d19 100644 --- a/sys/arch/powerpc/conf/GENERIC +++ b/sys/arch/powerpc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.31 2001/04/09 20:40:51 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.32 2001/04/11 05:48:25 deraadt Exp $ # # PPC GENERIC config file # @@ -66,9 +66,9 @@ nsphy* at mii? phy ? # NS83840 PHYs sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs #tlphy* at mii? phy ? # ThunderLAN PHYs #tqphy* at mii? phy ? # TDK Semiconductor PHYs +brgphy* at mii? phy ? # Broadcom 10/100/1000 PHYs ukphy* at mii? phy ? # generic unknown PHYs - macintr0 at obio? # old interrupt controller openpic0 at obio? # openpic interrupt controller bm* at obio? # bmac ethernet diff --git a/sys/arch/powerpc/conf/RAMDISK b/sys/arch/powerpc/conf/RAMDISK index 6bd2fe544f1..79eefff1394 100644 --- a/sys/arch/powerpc/conf/RAMDISK +++ b/sys/arch/powerpc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.17 2001/03/29 19:55:11 drahn Exp $ +# $OpenBSD: RAMDISK,v 1.18 2001/04/11 05:48:25 deraadt Exp $ # # PPC GENERIC config file # @@ -78,6 +78,7 @@ nsphy* at mii? phy ? # NS83840 PHYs sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs #tlphy* at mii? phy ? # ThunderLAN PHYs #tqphy* at mii? phy ? # TDK Semiconductor PHYs +brgphy* at mii? phy ? # Broadcom 10/100/1000 PHYs ukphy* at mii? phy ? # generic unknown PHYs macintr0 at obio? # old interrupt controller |