diff options
author | 2019-01-04 23:56:19 +0000 | |
---|---|---|
committer | 2019-01-04 23:56:19 +0000 | |
commit | 695bcd032ed62a67d5cb7dbf7fbbac01c2ea9425 (patch) | |
tree | 8ed38705c6000326d59e2c620931ea991e11b204 | |
parent | add support for ohci, as found on the pine64 (diff) | |
download | wireguard-openbsd-695bcd032ed62a67d5cb7dbf7fbbac01c2ea9425.tar.xz wireguard-openbsd-695bcd032ed62a67d5cb7dbf7fbbac01c2ea9425.zip |
enable ohci at fdt
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index 37fff377e19..45fbf764087 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.92 2019/01/02 21:15:47 patrick Exp $ +# $OpenBSD: GENERIC,v 1.93 2019/01/04 23:56:19 dlg Exp $ # # GENERIC machine description file # @@ -65,6 +65,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? |