summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorPatrick Wildt <patrick@cvs.openbsd.org>2019-09-07 13:32:37 +0000
committerPatrick Wildt <patrick@cvs.openbsd.org>2019-09-07 13:32:37 +0000
commitad4c03cf29c0e05d73b3e6723b817e21335d4367 (patch)
tree6cdc4d3c73c8a08727e3e1f17f05226a03fa2540 /sys/arch
parent899512ab5713f678d9d9d477fdf0ff11b185e85c (diff)
Add sfp(4), a driver that allows talking to SFPs connected over
an I2C bus and provides a method to read its pages over the SFP framework. Feedback from dlg@ ok kettenis@
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/arm64/conf/GENERIC3
-rw-r--r--sys/arch/arm64/conf/RAMDISK3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC
index 49cda0b2612..01154dc6ad9 100644
--- a/sys/arch/arm64/conf/GENERIC
+++ b/sys/arch/arm64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.123 2019/09/06 09:38:19 patrick Exp $
+# $OpenBSD: GENERIC,v 1.124 2019/09/07 13:32:36 patrick Exp $
#
# GENERIC machine description file
#
@@ -173,6 +173,7 @@ mvrng* at fdt?
mvrtc* at fdt?
mvtemp* at fdt?
mvuart* at fdt?
+sfp* at fdt?
# Rockchip SoCs
rkclock* at fdt? early 1
diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK
index 49f3b7c99de..5d8fde15ae8 100644
--- a/sys/arch/arm64/conf/RAMDISK
+++ b/sys/arch/arm64/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.101 2019/09/06 09:38:19 patrick Exp $
+# $OpenBSD: RAMDISK,v 1.102 2019/09/07 13:32:36 patrick Exp $
#
# GENERIC machine description file
#
@@ -161,6 +161,7 @@ mvneta* at fdt?
mvrng* at fdt?
mvrtc* at fdt?
mvuart* at fdt?
+sfp* at fdt?
# Rockchip SoCs
rkclock* at fdt? early 1