diff options
author | 2018-09-22 10:12:42 +0000 | |
---|---|---|
committer | 2018-09-22 10:12:42 +0000 | |
commit | f01d4bd11ac27f89a6bbf474a3e5f8e3b2ad25fc (patch) | |
tree | 0be50d6a83e4ca4e3856e10cc5996728401e8b99 | |
parent | Harmonize spacing after ellipses in displayed messages. (diff) | |
download | wireguard-openbsd-f01d4bd11ac27f89a6bbf474a3e5f8e3b2ad25fc.tar.xz wireguard-openbsd-f01d4bd11ac27f89a6bbf474a3e5f8e3b2ad25fc.zip |
Enable USB bwfm(4) on macppc RAMDISK as well, matching GENERIC.
Passes 'make release' build.
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index 2810f236501..7080f414be6 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.117 2017/11/27 09:03:37 mpi Exp $ +# $OpenBSD: RAMDISK,v 1.118 2018/09/22 10:12:42 stsp Exp $ machine macppc powerpc maxusers 4 @@ -156,6 +156,7 @@ ukbd* at uhidev? # USB HID Keyboard devices aue* at uhub? # ADMtek AN986 Pegasus Ethernet axe* at uhub? # ASIX Electronics AX88172 USB Ethernet axen* at uhub? # ASIX Electronics AX88179 USB Ethernet +bwfm* at uhub? # Broadcom FullMAC cue* at uhub? # CATC USB-EL1201A based Ethernet kue* at uhub? # Kawasaki KL5KUSB101B based Ethernet smsc* at uhub? # SMSC LAN95xx Ethernet |