Home
last modified time | relevance | path

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

/dragonfly/stand/boot/pc32/libi386/
H A Dbiospci.c191 static int biospci_hwcap; variable
219 biospci_hwcap = v86.eax & 0xff; in biospci_enumerate()
223 (biospci_hwcap & 1) ? " config1" : "", (biospci_hwcap & 2) ? " config2" : ""); in biospci_enumerate()