Home
last modified time | relevance | path

Searched refs:atapi (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/sys/arch/amd64/stand/efiboot/
H A Ddiskprobe.c75 u_int scsi= 0, ide = 0, atapi = 0; in efi_hardprobe() local
107 n = atapi; in efi_hardprobe()
108 bsdunit = atapi++; in efi_hardprobe()
/openbsd-src/sys/dev/atapiscsi/
H A Dfiles.atapiscsi6 attach atapiscsi at atapi
/openbsd-src/sys/dev/ata/
H A Dfiles.ata15 file dev/ata/ata.c (ata | atapi) & wdc_base
/openbsd-src/sys/dev/ic/
H A Dsili.c126 * there's 1 sgl in an atapi prb (two in the ata one, but we can't over
1419 struct sili_prb_packet *atapi; in sili_ata_cmd() local
1427 atapi = ccb->ccb_cmd; in sili_ata_cmd()
1430 atapi->control = htole16(SILI_PRB_PACKET_WRITE); in sili_ata_cmd()
1432 atapi->control = htole16(SILI_PRB_PACKET_READ); in sili_ata_cmd()
1434 sgl = atapi->sgl; in sili_ata_cmd()
1435 sgllen = nitems(atapi->sgl); in sili_ata_cmd()
/openbsd-src/sys/conf/
H A Dfiles121 define atapi {[channel = -1]}
123 device wdc: ata, atapi, wdc_base
/openbsd-src/sys/dev/pci/
H A Dfiles.pci268 device pciide {[channel = -1]}: cy82c693, wdc_base, ata, atapi
H A Dpciide.c6488 u_int32_t idedma_ctl, scr, atapi; in pdc202xx_setup_channel() local
6553 atapi = 0; in pdc202xx_setup_channel()
6555 atapi = PDC262_ATAPI_UDMA; in pdc202xx_setup_channel()
6557 PDC262_ATAPI(channel), atapi); in pdc202xx_setup_channel()