Lines Matching refs:schizo
1 /* $NetBSD: schizo.c,v 1.47 2022/01/21 19:14:14 thorpej Exp $ */
2 /* $OpenBSD: schizo.c,v 1.55 2008/08/18 20:29:37 brad Exp $ */
33 __KERNEL_RCSID(0, "$NetBSD: schizo.c,v 1.47 2022/01/21 19:14:14 thorpej Exp $");
81 CFATTACH_DECL_NEW(schizo, sizeof(struct schizo_softc),
128 if (strcmp(str, "schizo") == 0)
176 /* enable schizo ecc error interrupts */
222 panic("schizo: can't get ranges");
226 panic("schizo: can't get bus-range");
229 sc->sc_tomatillo ? "Tomatillo" : "Schizo", sc->sc_ver,
238 panic("schizo: unable to create PBM handle");
275 panic("schizo: could not map config space");
732 * BUS_SPACE_MAP_PREFETCHABLE causes hard hangs on schizo, so weed it
765 * BUS_SPACE_MAP_PREFETCHABLE causes hard hangs on schizo, so weed it
790 * Set the IGN for this schizo into the handle.
919 dev = device_find_by_driver_unit("schizo", unit);
921 printf("Can't find device schizo%d\n", unit);
930 printf("0x10: Streaming cache registers (Schizo only)\n");