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

  /src/sys/dev/isa/
if_ntwoc_isa.c 87 static int ntwoc_isa_probe(device_t, cfdata_t, void *);
99 ntwoc_isa_probe, ntwoc_isa_attach, NULL, NULL);
189 ntwoc_isa_probe(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int
217 printf("ntwoc_isa_probe: must specify port address\n");
222 printf("ntwoc_isa_probe: must specify irq\n");
227 printf("ntwoc_isa_probe: must specify iomem\n");
233 printf("ntwoc_isa_probe: only 1 or 2 ports allowed\n");
240 printf("ntwoc_isa_probe: mapping port 0x%x sz %d failed: %d\n",
250 "ntwoc_isa_probe: mapping sca 0x%x sz %d failed: %d\n",
261 printf("ntwoc_isa_probe: mapping mem 0x%x sz %d failed: %d\n"
    [all...]
if_ntwoc_isa.c 87 static int ntwoc_isa_probe(device_t, cfdata_t, void *);
99 ntwoc_isa_probe, ntwoc_isa_attach, NULL, NULL);
189 ntwoc_isa_probe(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int
217 printf("ntwoc_isa_probe: must specify port address\n");
222 printf("ntwoc_isa_probe: must specify irq\n");
227 printf("ntwoc_isa_probe: must specify iomem\n");
233 printf("ntwoc_isa_probe: only 1 or 2 ports allowed\n");
240 printf("ntwoc_isa_probe: mapping port 0x%x sz %d failed: %d\n",
250 "ntwoc_isa_probe: mapping sca 0x%x sz %d failed: %d\n",
261 printf("ntwoc_isa_probe: mapping mem 0x%x sz %d failed: %d\n"
    [all...]

Completed in 23 milliseconds