sbi_softc
struct sbi_softc *sc;
if (sbi_softc != NULL)
sbi_softc = sc;
DEFINE_CLASS_0(sbi, sbi_driver, sbi_methods, sizeof(struct sbi_softc));
static struct sbi_softc *sbi_softc = NULL;