Searched refs:ahc_isa_match (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/arch/i386/isa/
H A Dahc_isa.c117 int ahc_isa_match(struct isa_attach_args *, bus_addr_t);
227 ahc_isa_match(struct isa_attach_args *ia, bus_addr_t iobase) function
246 printf("ahc_isa_match: can't map i/o space for 0x%x\n",
267 printf("ahc_isa_match: irq mismatch (kernel %d, card %d)\n",
297 return (ahc_isa_match(ia, ia->ia_iobase));
322 if (ahc_isa_match(ia, EISA_SLOT_ADDR(as->slot) +

Completed in 196 milliseconds