diff options
author | 2001-04-13 03:01:01 +0000 | |
---|---|---|
committer | 2001-04-13 03:01:01 +0000 | |
commit | fb5bcef8860c26eafc5893426fcda55f32372ea0 (patch) | |
tree | 30fe7f4b17a0b989933d7e6f2c2efd1361d28dda | |
parent | Fix overflow in superblock. From FreeBSD. (diff) | |
download | wireguard-openbsd-fb5bcef8860c26eafc5893426fcda55f32372ea0.tar.xz wireguard-openbsd-fb5bcef8860c26eafc5893426fcda55f32372ea0.zip |
bmtphy
-rw-r--r-- | sys/arch/powerpc/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/powerpc/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/powerpc/conf/GENERIC b/sys/arch/powerpc/conf/GENERIC index 5faa4926d19..9dd805cf515 100644 --- a/sys/arch/powerpc/conf/GENERIC +++ b/sys/arch/powerpc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.32 2001/04/11 05:48:25 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.33 2001/04/13 03:01:01 deraadt Exp $ # # PPC GENERIC config file # @@ -67,6 +67,7 @@ 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 +bmtphy* at mii? phy ? # Broadcom 10/100 PHYs ukphy* at mii? phy ? # generic unknown PHYs macintr0 at obio? # old interrupt controller diff --git a/sys/arch/powerpc/conf/RAMDISK b/sys/arch/powerpc/conf/RAMDISK index 79eefff1394..be5f4a54fb9 100644 --- a/sys/arch/powerpc/conf/RAMDISK +++ b/sys/arch/powerpc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.18 2001/04/11 05:48:25 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.19 2001/04/13 03:01:02 deraadt Exp $ # # PPC GENERIC config file # @@ -79,6 +79,7 @@ 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 +bmtphy* at mii? phy ? # Broadcom 10/100 PHYs ukphy* at mii? phy ? # generic unknown PHYs macintr0 at obio? # old interrupt controller |