diff options
author | 2019-07-28 13:01:43 +0000 | |
---|---|---|
committer | 2019-07-28 13:01:43 +0000 | |
commit | 492617730fb0a407cc1bb2dac281ab7f81ef6de8 (patch) | |
tree | 5f6abaa328843a620aac1ef7c5388b6e00b3964c | |
parent | Put DWC2 controller into reset mode on (pseudo-)shutdown to make (diff) | |
download | wireguard-openbsd-492617730fb0a407cc1bb2dac281ab7f81ef6de8.tar.xz wireguard-openbsd-492617730fb0a407cc1bb2dac281ab7f81ef6de8.zip |
With the DWC2 reset in place, dwctwo(4) should be safe to use
in the bootloader.
-rw-r--r-- | sys/arch/octeon/conf/BOOT | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/octeon/conf/BOOT b/sys/arch/octeon/conf/BOOT index e8ca34f448c..9f4d2e19364 100644 --- a/sys/arch/octeon/conf/BOOT +++ b/sys/arch/octeon/conf/BOOT @@ -1,4 +1,4 @@ -# $OpenBSD: BOOT,v 1.2 2019/07/17 14:51:06 visa Exp $ +# $OpenBSD: BOOT,v 1.3 2019/07/28 13:01:43 visa Exp $ machine octeon mips64 maxusers 4 @@ -45,14 +45,14 @@ sdmmc* at octmmc? # SD/MMC bus octsctl* at fdt? ahci* at octsctl? -#dwctwo0 at iobus0 irq 56 +dwctwo0 at iobus0 irq 56 octuctl* at fdt? octxctl* at fdt? ehci0 at octuctl? ohci0 at octuctl? xhci* at octxctl? -#usb* at dwctwo? +usb* at dwctwo? usb* at ehci? usb* at ohci? usb* at xhci? |