Searched refs:drive_type (Results 1 - 25 of 44) sorted by relevance

12

/netbsd-current/sys/dev/ata/
H A Dsata_subr.c185 chp->ch_drive[PMP_PORT_CTL].drive_type = ATA_DRIVET_PM;
192 chp->ch_drive[port].drive_type = ATA_DRIVET_ATAPI;
195 chp->ch_drive[port].drive_type = ATA_DRIVET_ATA;
201 chp->ch_drive[port].drive_type = ATA_DRIVET_ATA;
H A Data.c248 chp->ch_drive[0].drive_type, chp->ch_drive[1].drive_type),
271 if (chp->ch_drive[i].drive_type != ATA_DRIVET_NONE)
327 chp->ch_drive[PMP_PORT_CTL].drive_type == ATA_DRIVET_PM) {
342 if (chp->ch_drive[i].drive_type == ATA_DRIVET_ATAPI) {
354 if (chp->ch_drive[i].drive_type == ATA_DRIVET_ATAPI)
355 chp->ch_drive[i].drive_type = ATA_DRIVET_NONE;
365 if (chp->ch_drive[i].drive_type != ATA_DRIVET_ATA &&
366 chp->ch_drive[i].drive_type != ATA_DRIVET_OLD) {
382 chp->ch_drive[i].drive_type
[all...]
H A Data_recovery.c79 if (drvp->drive_type != ATA_DRIVET_ATA ||
/netbsd-current/sys/arch/sun3/dev/
H A Dxyvar.h105 int drive_type; /* drive type (as per disk) */ member in struct:xy_softc
H A Dxy.c581 for (xy->drive_type = 0; xy->drive_type <= XYC_MAXDT;
582 xy->drive_type++) {
596 device_xname(xy->sc_dev), xy->drive_type);
632 if (oxy->drive_type != xy->drive_type)
1158 iopb->dt = iorq->xy->drive_type;
/netbsd-current/sys/dev/vme/
H A Dxyvar.h101 int drive_type; /* drive type (as per disk) */ member in struct:xy_softc
H A Dxy.c704 for (xy->drive_type = 0 ; xy->drive_type <= XYC_MAXDT ;
705 xy->drive_type++) {
718 printf(" (drive type %d)\n", xy->drive_type);
752 if (oxy->drive_type != xy->drive_type) continue;
1306 iopb->dt = iorq->xy->drive_type;
/netbsd-current/sys/dev/pci/
H A Dpdcide.c376 if (chp->ch_drive[0].drive_type == ATA_DRIVET_ATAPI ||
377 chp->ch_drive[1].drive_type == ATA_DRIVET_ATAPI) {
394 if (drvp->drive_type == ATA_DRIVET_NONE)
421 if (drvp->drive_type == ATA_DRIVET_ATA)
472 if (drvp->drive_type == ATA_DRIVET_NONE)
598 if (chp->ch_drive[0].drive_type == ATA_DRIVET_ATAPI ||
599 chp->ch_drive[1].drive_type == ATA_DRIVET_ATAPI) {
H A Dschide.c188 if (drvp->drive_type == ATA_DRIVET_NONE)
H A Dstpcide.c162 if (drvp->drive_type == ATA_DRIVET_NONE)
H A Drdcide.c228 if (drvp[drive].drive_type == ATA_DRIVET_NONE)
230 if (drvp[drive].drive_type == ATA_DRIVET_ATAPI)
H A Daceride.c290 if (drvp->drive_type == ATA_DRIVET_NONE)
302 if (drvp->drive_type == ATA_DRIVET_ATAPI) {
H A Dslide.c211 if (drvp->drive_type == ATA_DRIVET_NONE) {
H A Dtoshide.c187 if (drvp->drive_type == ATA_DRIVET_NONE)
H A Dgeodeide.c207 if (drvp->drive_type == ATA_DRIVET_NONE)
H A Diteide.c192 if (drvp->drive_type == ATA_DRIVET_NONE)
H A Doptiide.c201 if (drvp->drive_type == ATA_DRIVET_NONE) {
H A Dcypide.c190 if (drvp->drive_type == ATA_DRIVET_NONE)
H A Dixpide.c192 if (drvp->drive_type == ATA_DRIVET_NONE)
H A Dnside.c171 if (drvp->drive_type == ATA_DRIVET_NONE)
H A Dsiside.c361 if (drvp->drive_type == ATA_DRIVET_NONE)
427 if (drvp->drive_type == ATA_DRIVET_NONE)
/netbsd-current/sys/arch/macppc/dev/
H A Dkauai.c231 if (drvp0->drive_type != ATA_DRIVET_NONE &&
232 drvp1->drive_type != ATA_DRIVET_NONE) {
239 if (drvp->drive_type != ATA_DRIVET_NONE) {
H A Dwdc_obio.c324 if (drvp->drive_type != ATA_DRIVET_NONE) {
390 if (drvp->drive_type != ATA_DRIVET_NONE) {
/netbsd-current/sys/dev/ic/
H A Dwdc.c257 chp->ch_drive[0].drive_type = ATA_DRIVET_ATAPI;
259 chp->ch_drive[0].drive_type = ATA_DRIVET_ATA;
266 chp->ch_drive[0].drive_type = ATA_DRIVET_NONE;
321 chp->ch_drive[1].drive_type == ATA_DRIVET_ATA) {
330 if (chp->ch_drive[0].drive_type == ATA_DRIVET_ATA) {
341 if ((chp->ch_drive[0].drive_type != ATA_DRIVET_ATA ||
344 chp->ch_drive[1].drive_type != ATA_DRIVET_ATA ||
357 chp->ch_drive[0].drive_type != ATA_DRIVET_ATAPI)
358 chp->ch_drive[0].drive_type = ATA_DRIVET_NONE;
360 chp->ch_drive[1].drive_type !
[all...]
/netbsd-current/sys/arch/i386/pci/
H A Dgcscide.c202 if (drvp->drive_type == ATA_DRIVET_NONE)

Completed in 231 milliseconds

12