diff options
author | Frederic Cambus <fcambus@cvs.openbsd.org> | 2018-06-03 07:38:48 +0000 |
---|---|---|
committer | Frederic Cambus <fcambus@cvs.openbsd.org> | 2018-06-03 07:38:48 +0000 |
commit | 91bef66a6dc4e5327adf6b1c6c7ffc9c38c7c631 (patch) | |
tree | 03216cb07440c630da0c373ae9e1de29e9e42836 /sys/arch/loongson | |
parent | 0fe14424ed773eb0e556c942816ee457a8bff3f6 (diff) |
Enable bwfm(4) for USB devices on RAMDISK as well.
Requested by visa@.
Diffstat (limited to 'sys/arch/loongson')
-rw-r--r-- | sys/arch/loongson/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/loongson/conf/RAMDISK b/sys/arch/loongson/conf/RAMDISK index 92e18d5674e..ac198bf8a16 100644 --- a/sys/arch/loongson/conf/RAMDISK +++ b/sys/arch/loongson/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.29 2018/04/24 03:17:36 visa Exp $ +# $OpenBSD: RAMDISK,v 1.30 2018/06/03 07:38:47 fcambus Exp $ machine loongson mips64 maxusers 4 @@ -111,6 +111,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 cue* at uhub? # CATC USB-EL1201A based Ethernet kue* at uhub? # Kawasaki KL5KUSB101B based Ethernet |