Home
last modified time | relevance | path

Searched refs:DRIVE_DEVICE_RESET (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/ata/
H A Datavar.h52 #define DRIVE_DEVICE_RESET 0x0800 /* Drive supports DEVICE RESET command */ macro
/openbsd/sys/dev/atapiscsi/
H A Datapiscsi.c226 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()