get_device_type_scsi
switch (get_device_type_scsi(door_dp->dd_fd, &inq)) {
if (get_device_type_scsi(door_dp->dd_fd, &inq) == SCSI_FLOPPY) {
switch (get_device_type_scsi(door_dp->dd_fd, &inq)) {
switch (get_device_type_scsi(door_dp->dd_fd, &inq)) {
static int32_t get_device_type_scsi(int32_t fd, struct scsi_inquiry *inq);