Remove bogus detach routinesThese drivers are not bus drivers, and would need proper detachroutines that tore down state stored in the softc. Better to justfail detach outright instead of an inc
Remove bogus detach routinesThese drivers are not bus drivers, and would need proper detachroutines that tore down state stored in the softc. Better to justfail detach outright instead of an incorrect success.Reviewed by: impDifferential Revision: https://reviews.freebsd.org/D47389
show more ...
sff: Add SFP driver (fdt-based draft)This basic version of the driver obtains properties of the "sff,sfp"compatible devices and implements a simple interface to provide an I2Cbus device for the r
sff: Add SFP driver (fdt-based draft)This basic version of the driver obtains properties of the "sff,sfp"compatible devices and implements a simple interface to provide an I2Cbus device for the rest of the drivers (e.g. to implement SIOCGI2C).Both of the interface and driver are subjects for a furthergeneralization to be used in case of non-FDT and non-arm64 platforms.Reviewed by: bz, manuApproved by: bz (mentor)MFC after: 3 weeksDifferential Revision: https://reviews.freebsd.org/D41440