diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2018-05-23 08:53:32 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2018-05-23 08:53:32 +0000 |
commit | 02eddbbbb39acbacf7d59c7630c8da66ab467558 (patch) | |
tree | 244727e70a259f5894e78ac2a2beb4b3664674b7 /sys/arch/armv7/conf | |
parent | d88153b3d81553f61feb93be97849e002f64f104 (diff) |
Enable bwfm(4).
ok stsp@
Diffstat (limited to 'sys/arch/armv7/conf')
-rw-r--r-- | sys/arch/armv7/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC index 8d2ff0ae4dd..6a21dd4e021 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.107 2018/05/16 13:42:35 patrick Exp $ +# $OpenBSD: GENERIC,v 1.108 2018/05/23 08:53:31 patrick Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -119,7 +119,7 @@ virtio* at fdt? sdhc* at fdt? sdmmc* at sdhc? -#bwfm* at sdmmc? # Broadcom FullMAC +bwfm* at sdmmc? # Broadcom FullMAC psci* at fdt? early 1 syscon* at fdt? early 1 @@ -300,7 +300,7 @@ video* at utvfu? audio* at utvfu? udl* at uhub? # DisplayLink USB displays wsdisplay* at udl? -#bwfm* at uhub? # Broadcom FullMAC +bwfm* at uhub? # Broadcom FullMAC atphy* at mii? # Attansic F1 PHYs rgephy* at mii? # Realtek 8169S/8110S PHY |