diff options
author | 2017-01-23 09:02:57 +0000 | |
---|---|---|
committer | 2017-01-23 09:02:57 +0000 | |
commit | e2f83a8e9ed08d841bf81c3b437d050f8e29c060 (patch) | |
tree | f267612ac9abccfd440d7970c45726b261d9b6c4 | |
parent | send state and rstate from ssl_st into internal. There are accessors (diff) | |
download | wireguard-openbsd-e2f83a8e9ed08d841bf81c3b437d050f8e29c060.tar.xz wireguard-openbsd-e2f83a8e9ed08d841bf81c3b437d050f8e29c060.zip |
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? |