diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2019-01-05 02:58:37 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2019-01-05 02:58:37 +0000 |
commit | 74dd2d1a4474e6ccb13c30d5b0e512eb4d84b15b (patch) | |
tree | e7cddc82fe7b89b9cfb793860323f40286aad490 | |
parent | 15c0f90f046149ff9fe89443f621d99d37530d3c (diff) |
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? |