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

/freebsd-10.0-release/sys/dev/ieee488/
H A Dpcii.c69 static int pcii_probe(device_t dev);
73 DEVMETHOD(device_probe, pcii_probe),
103 pcii_probe(device_t dev) function
142 printf("pcii_probe: PCIIA base address 0x%lx not "
150 printf("pcii_probe: could not set IO port 0x%lx\n",
156 printf("pcii_probe: cannot obtain IRQ level\n");
160 printf("pcii_probe: IRQ level %lu too high\n", start);
165 printf("pcii_probe: could not set IO port 0x%3lx\n",
172 printf("pcii_probe: Could not allocate resources\n");
198 printf("pcii_probe
[all...]

Completed in 156 milliseconds