CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/09/07 07:32:36
Modified files:
sys/dev/fdt : files.fdt
sys/arch/arm64/conf: GENERIC RAMDISK
Added files:
sys/dev/fdt : sfp.c
Log message:
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@
