Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dfd.c259 int cmos; in fd_probe() local
289 cmos = drive_type = (int)inb(CMOS_DATA); in fd_probe()
298 if (cmos && (drive_type & 0x0F)) { in fd_probe()
345 int cmos; in fd_attach() local
365 cmos = drive_type = (int)inb(CMOS_DATA); in fd_attach()
375 if (cmos) in fd_attach()