Home
last modified time | relevance | path

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

/openbsd/sys/dev/ata/
H A Datavar.h42 #define DRIVE_OLD 0x0004 macro
43 #define DRIVE (DRIVE_ATA|DRIVE_ATAPI|DRIVE_OLD)
/openbsd/sys/dev/ic/
H A Dwdc.c699 chp->ch_drive[drive].drive_flags |= DRIVE_OLD; in wdcprobe()
814 drvp->drive_flags &= ~DRIVE_OLD; in wdcattach()
823 if ((drvp->drive_flags & DRIVE_OLD) && in wdcattach()
825 drvp->drive_flags &= ~DRIVE_OLD; in wdcattach()