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

  /src/sys/dev/isa/
if_ai.c 101 static int ai_match(device_t, cfdata_t, void *);
202 ai_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
227 "ai_match: wildcarded IRQ, IOAddr, or memAddr, skipping\n"));
240 DPRINTF(("ai_match: cannot map %d IO ports @ 0x%x\n",
250 DPRINTF(("ai_match: unknown board code 0x%02x @ 0x%x\n",
265 DPRINTF(("ai_match: cannot size memory of board @ 0x%x\n",
273 "ai_match: memsize of board @ 0x%x doesn't match config\n",
290 DPRINTF(("ai_match: found board @ 0x%x\n", ia->ia_io[0].ir_addr));
470 ai_match, ai_attach, NULL, NULL);
if_ai.c 101 static int ai_match(device_t, cfdata_t, void *);
202 ai_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
227 "ai_match: wildcarded IRQ, IOAddr, or memAddr, skipping\n"));
240 DPRINTF(("ai_match: cannot map %d IO ports @ 0x%x\n",
250 DPRINTF(("ai_match: unknown board code 0x%02x @ 0x%x\n",
265 DPRINTF(("ai_match: cannot size memory of board @ 0x%x\n",
273 "ai_match: memsize of board @ 0x%x doesn't match config\n",
290 DPRINTF(("ai_match: found board @ 0x%x\n", ia->ia_io[0].ir_addr));
470 ai_match, ai_attach, NULL, NULL);
if_ai.c 101 static int ai_match(device_t, cfdata_t, void *);
202 ai_match(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
227 "ai_match: wildcarded IRQ, IOAddr, or memAddr, skipping\n"));
240 DPRINTF(("ai_match: cannot map %d IO ports @ 0x%x\n",
250 DPRINTF(("ai_match: unknown board code 0x%02x @ 0x%x\n",
265 DPRINTF(("ai_match: cannot size memory of board @ 0x%x\n",
273 "ai_match: memsize of board @ 0x%x doesn't match config\n",
290 DPRINTF(("ai_match: found board @ 0x%x\n", ia->ia_io[0].ir_addr));
470 ai_match, ai_attach, NULL, NULL);

Completed in 32 milliseconds