Searched refs:DRIVE_DEVICE_RESET (Results 1 – 2 of 2) sorted by relevance
52 #define DRIVE_DEVICE_RESET 0x0800 /* Drive supports DEVICE RESET command */ macro
226 drvp->drive_flags |= DRIVE_DEVICE_RESET; in atapiscsi_attach()1287 drvp->drive_flags &= ~DRIVE_DEVICE_RESET; in wdc_atapi_ctrl()1347 if ((drvp->drive_flags & DRIVE_DEVICE_RESET) == 0) { in wdc_atapi_ctrl()