diff options
author | 2019-01-05 02:58:36 +0000 | |
---|---|---|
committer | 2019-01-05 02:58:36 +0000 | |
commit | fb0c05ba875e9a747468b7e495795fa25d3aa578 (patch) | |
tree | d9778a866968d08cec597ac77b887d0fb27debbc | |
parent | minor cleanup, no functional change: (diff) | |
download | wireguard-openbsd-fb0c05ba875e9a747468b7e495795fa25d3aa578.tar.xz wireguard-openbsd-fb0c05ba875e9a747468b7e495795fa25d3aa578.zip |
enable ohci at fdt on RAMDISK as well
ok dlg@
-rw-r--r-- | sys/arch/arm64/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index e55db93fc5f..d2585202ee8 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.76 2019/01/02 21:15:47 patrick Exp $ +# $OpenBSD: RAMDISK,v 1.77 2019/01/05 02:58:36 jsg Exp $ # # GENERIC machine description file # @@ -76,6 +76,7 @@ ahci* at fdt? dwge* at fdt? dwpcie* at fdt? pci* at dwpcie? +ohci* at fdt? ehci* at fdt? pciecam* at fdt? pci* at pciecam? |