diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-01-23 09:02:58 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-01-23 09:02:58 +0000 |
commit | 25d38b478dbc4c0f18c1752f17ee53ac776bd153 (patch) | |
tree | 0b699e704bed932bbc54dc09820813d2b5d860b8 | |
parent | 0d66c5a1e8e087d62965784d469380b53425f8de (diff) |
Add Raspberry Pi 3 drivers to RAMDISK as well.
ok kettenis@
-rw-r--r-- | sys/arch/arm64/conf/RAMDISK | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index 04db08581a9..b0e15ca0492 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.1 2017/01/23 00:17:25 patrick Exp $ +# $OpenBSD: RAMDISK,v 1.2 2017/01/23 09:02:57 jsg Exp $ # # GENERIC machine description file # @@ -67,6 +67,11 @@ vioblk* at virtio? viomb* at virtio? viornd* at virtio? +# Raspberry Pi 3 +bcmintc* at fdt? +dwctwo* at fdt? +usb* at dwctwo? + # Sunxi SoCs sxipio* at fdt? early 1 # GPIO pins for leds & PHYs gpio* at sxipio? |