diff options
author | Luiz Otavio O Souza <luiz@netgate.com> | 2016-09-20 23:49:53 -0500 |
---|---|---|
committer | Luiz Otavio O Souza <luiz@netgate.com> | 2016-09-20 23:50:28 -0500 |
commit | 4f13960fb31cfa7bc3bc3c32ee15aa549835e257 (patch) | |
tree | 224e9ed5628846f91c088524ecb5e2e231da86fd /sys/arm | |
parent | 536678d14d15768c41b264888f2fec6de1962c47 (diff) | |
download | FreeBSD-src-4f13960fb31cfa7bc3bc3c32ee15aa549835e257.zip FreeBSD-src-4f13960fb31cfa7bc3bc3c32ee15aa549835e257.tar.gz |
Set the both USB ports as host in uFW and uBMC.
Diffstat (limited to 'sys/arm')
-rw-r--r-- | sys/arm/conf/uFW | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arm/conf/uFW b/sys/arm/conf/uFW index 359f445..fd2da27 100644 --- a/sys/arm/conf/uFW +++ b/sys/arm/conf/uFW @@ -108,8 +108,8 @@ device bpf #device netmap # netmap(4) support # Device mode support and USFS template -device usb_template # Control of the gadget -device usfs +#device usb_template # Control of the gadget +#device usfs # Pinmux device fdt_pinctrl |