diff options
author | 2018-05-31 19:31:54 +0000 | |
---|---|---|
committer | 2018-05-31 19:31:54 +0000 | |
commit | 879543df48774d380ec06a93ae2a58c3030fe21b (patch) | |
tree | 3b0fdec4aad9050e8b1aa38326f1b6992a070be8 | |
parent | zap trailing whitespace (diff) | |
download | wireguard-openbsd-879543df48774d380ec06a93ae2a58c3030fe21b.tar.xz wireguard-openbsd-879543df48774d380ec06a93ae2a58c3030fe21b.zip |
Enable bwfm(4) on Loongson for USB devices.
Tested on a Lemote Yeeloong 8101B.
OK visa@
-rw-r--r-- | sys/arch/loongson/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/loongson/conf/GENERIC b/sys/arch/loongson/conf/GENERIC index 123e3a5a0b3..e2becda1af6 100644 --- a/sys/arch/loongson/conf/GENERIC +++ b/sys/arch/loongson/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.57 2018/04/24 03:17:36 visa Exp $ +# $OpenBSD: GENERIC,v 1.58 2018/05/31 19:31:54 fcambus Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -164,6 +164,7 @@ atu* at uhub? # Atmel AT76c50x based 802.11b 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 cdce* at uhub? # CDC Ethernet urndis* at uhub? # Remote NDIS Ethernet cue* at uhub? # CATC USB-EL1201A based Ethernet |