Home
last modified time | relevance | path

Searched refs:PROBE_ISA (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dconfig.c140 dev->to_probe = PROBE_ISA; in probe()
143 if (dev->to_probe == PROBE_ISA) { in probe()
150 (dev->to_probe != PROBE_ISA)) { in probe()
H A Ddev.h58 #define PROBE_ISA 2 macro