memory_softc
struct memory_softc *sc = cookie;
CFATTACH_DECL_NEW(memory, sizeof(struct memory_softc), memory_match, memory_attach,
struct memory_softc *sc = device_private(self);