HomeSort by: relevance | last modified time | path
    Searched defs:ahc_isa_match (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/i386/isa/
ahc_isa.c 163 int ahc_isa_match(struct isa_attach_args *, bus_addr_t);
241 ahc_isa_match(struct isa_attach_args *ia, bus_addr_t iobase) function in typeref:typename:int
260 aprint_error("ahc_isa_match: can't map I/O space for 0x%x\n",
281 aprint_error("ahc_isa_match: irq mismatch (kernel %d, card %d)\n",
325 return (ahc_isa_match(ia, ia->ia_io[0].ir_addr));
347 if (ahc_isa_match(ia, EISA_SLOT_ADDR(as->slot) +

Completed in 10 milliseconds