Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/conf/
H A Dscsi_confdata.c57 SCSI_OPTIONS_FAST80 |
/illumos-gate/usr/src/uts/common/sys/scsi/conf/
H A Dautoconf.h60 #define SCSI_OPTIONS_FAST80 0x1000 /* Global FAST80 scsi support */ macro
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dcontroller.c114 if (cp->scsi_options & SCSI_OPTIONS_FAST80) { in controller_get_attributes()