HomeSort by: relevance | last modified time | path
    Searched refs:ec_feat0 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/isa/
dpt_isa.c 207 (ec.ec_feat0 & (EC_F0_HBA_VALID | EC_F0_DMA_SUPPORTED)) !=
220 if ((ec.ec_feat0 & EC_F0_DMA_NUM_VALID) == 0 || dmanum > 3)
  /src/sys/dev/ic/
dptreg.h 214 u_int8_t ec_feat0; /* First feature byte */ member in struct:eata_cfg
dpt.c 596 if ((ec->ec_feat0 & EC_F0_HBA_VALID) == 0) {
601 if ((ec->ec_feat0 & EC_F0_DMA_SUPPORTED) == 0) {

Completed in 15 milliseconds