diff options
author | Frederic Cambus <fcambus@cvs.openbsd.org> | 2018-05-31 19:31:55 +0000 |
---|---|---|
committer | Frederic Cambus <fcambus@cvs.openbsd.org> | 2018-05-31 19:31:55 +0000 |
commit | 119b4cbbde107b8f33f467e12362a06414913977 (patch) | |
tree | 53bc8a2f8f751c78f5f012b4fa4a9d67d516b560 /sys/arch/loongson | |
parent | 403249c07ec5b2b7e0a94630e9c158572b5d29cd (diff) |
Enable bwfm(4) on Loongson for USB devices.
Tested on a Lemote Yeeloong 8101B.
OK visa@
Diffstat (limited to 'sys/arch/loongson')
-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 |