Searched refs:SDEV_NOWIDE (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/sys/scsi/ |
| D | scsiconf.c | 150 "SONY ", "SDT-5000 ", "3."}, SDEV_NOSYNC|SDEV_NOWIDE}, 152 "WangDAT ", "Model 1300 ", "02.4"}, SDEV_NOSYNC|SDEV_NOWIDE}, 154 "WangDAT ", "Model 2600 ", "01.7"}, SDEV_NOSYNC|SDEV_NOWIDE}, 156 "WangDAT ", "Model 3200 ", "02.2"}, SDEV_NOSYNC|SDEV_NOWIDE}, 550 SET(link->quirks, SDEV_NOSYNC | SDEV_NOWIDE | SDEV_NOTAGS); in scsi_probe_link() 642 SET(link->quirks, SDEV_NOTAGS | SDEV_NOSYNC | SDEV_NOWIDE | in scsi_probe_link() 653 SET(link->quirks, SDEV_NOWIDE); in scsi_probe_link()
|
| D | scsiconf.h | 306 #define SDEV_NOWIDE 0x0004 /* does not grok WDTR */ macro
|
| /openbsd/src/sys/dev/ic/ |
| D | aic79xx_openbsd.c | 584 if (quirks & SDEV_NOWIDE) in ahd_adapter_req_set_xfer_mode()
|
| D | aic7xxx_openbsd.c | 653 if (quirks & SDEV_NOWIDE) in ahc_adapter_req_set_xfer_mode()
|
| D | qlw.c | 523 if (link->quirks & SDEV_NOWIDE) in qlw_update_target() 673 xs->sc_link->quirks |= SDEV_NOWIDE; in qlw_handle_resp()
|
| D | trm.c | 470 quirks = SDEV_NOWIDE | SDEV_NOSYNC | SDEV_NOTAGS; in trm_ResetAllDevParam() 503 if (((quirks & SDEV_NOWIDE) == 0) && in trm_ResetDevParam()
|
| D | siop_common.c | 264 if (((quirks & SDEV_NOWIDE) == 0) && in siop_setuptables()
|