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

/illumos-gate/usr/src/uts/common/io/
H A Dfdc.c1793 static uchar_t specifycmd[3] = {FO_SPEC, 0, 0}; local
1816 specifycmd[1] = fcp->c_hutsrt |= 0x0F; /* use max head unload time */
1818 specifycmd[2] = fcp->c_hlt = hlt << 1; /* make room for DMA bit */
1819 return (fdc_docmd(fcp, specifycmd, 3));

Completed in 52 milliseconds