cs80bus.c | 68 static int cs80bus_alloc(struct cs80bus_softc *, int, int); 184 if (cs80bus_alloc(sc, ca->ca_slave, ca->ca_punit)) 206 cs80bus_alloc(struct cs80bus_softc *sc, int slave, int punit) function in typeref:typename:int 209 DPRINTF(DBG_FOLLOW, ("cs80bus_alloc: sc=%p\n", sc)); 212 panic("cs80bus_alloc: device address out of range");
|