CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2020/07/13 08:25:41
Modified files: sys/dev/ic : ami.c mfi.c mpi.c sys/dev/pci : mfii.c mpii.c Log message: Where we have a pointer (sc) to the relevant adapter_softc, use &sc->sc_dev to get a device pointer rather than using the void * whence we obtained 'sc'.