Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dfdc.h338 #define FCFLG_3DMODE 0x800 /* ctlr is 3D Mode capable */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dfdc.c771 fcp->c_flags |= FCFLG_3DMODE; in fdc_enhance_probe()
804 fcp->c_flags |= FCFLG_3DMODE; in fdc_enhance_probe()
832 fcp->c_flags |= FCFLG_3DMODE; in fdc_enhance_probe()
H A Dfd.c455 if (mode_3D && (fjp->fj_fdc->c_flags & FCFLG_3DMODE)) in fd_attach()