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

/netbsd-current/sys/dev/isa/
H A Dif_cs_isa.c59 static int cs_isa_probe(device_t, cfdata_t, void *);
63 cs_isa_probe, cs_isa_attach, NULL, NULL);
66 cs_isa_probe(device_t parent, cfdata_t cf, void *aux) function
135 printf("cs_isa_probe: EEPROM bad or missing\n");
140 printf("cs_isa_probe: unable to read ISA_CFG\n");
167 printf("cs_isa_probe: unable to read MEM_BASE\n");
180 printf("cs_isa_probe: unable to map memory space\n");

Completed in 116 milliseconds