Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dfd.c262 int cmos; in fd_probe() local
292 cmos = drive_type = (int)inb(CMOS_DATA); in fd_probe()
301 if (cmos && (drive_type & 0x0F)) { in fd_probe()
349 int cmos; in fd_attach() local
369 cmos = drive_type = (int)inb(CMOS_DATA); in fd_attach()
379 if (cmos) in fd_attach()