| aupci.c | 96 static pcitag_t aupci_make_tag(void *, int, int, int); 248 	sc->sc_pc.pc_make_tag = aupci_make_tag;
 303 aupci_make_tag(void *v, int bus, int device, int function)  function in typeref:typename:pcitag_t
 308 		panic("aupci_make_tag: bad request");
 
 |