ulpt.c | 169 static int ulpt_match(device_t, cfdata_t, void *); 176 CFATTACH_DECL_NEW(ulpt, sizeof(struct ulpt_softc), ulpt_match, ulpt_attach, 180 ulpt_match(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int 184 DPRINTFN(10,("ulpt_match\n"));
|