Searched defs:cmos (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dfd.c259 int cmos; local
287 /* get the cmos memory values quick and dirty */
289 cmos = drive_type = (int)inb(CMOS_DATA);
298 if (cmos && (drive_type & 0x0F)) {
345 int cmos; local
365 cmos = drive_type = (int)inb(CMOS_DATA);
375 if (cmos)

Completed in 62 milliseconds