ATAPISCSI(4) - Device Drivers Manual # ATAPISCSI(4) - Device Drivers Manual
NAME # atapiscsi - ATAPI<->SCSI adapter
SYNOPSIS # atapiscsi* at wdc? flags 0x0000 atapiscsi* at pciide? flags 0x0000
DESCRIPTION # The atapiscsi driver supports ATAPI (also called IDE) devices such as CD-ROMs, ZIP drives, LS-120 floppy drives, and tape drives. All ATAPI devices talk a subset of the SCSI protocol.
The atapiscsi driver acts like a SCSI adapter. Thus, the ATAPI devices connected to the system will appear as SCSI devices.
...
KAUAIATA(4) - Device Drivers Manual (macppc) # KAUAIATA(4) - Device Drivers Manual (macppc)
NAME # kauaiata - ATA100 HD controller on PCI bus
SYNOPSIS # kauaiata* at pci?
DESCRIPTION # The kauaiata device serves as a bridge to wdc_obio. The DBDMA based controller logic which was on the macobio(4) was copied and placed on the PCI bus. This driver adapts the PCI configuration data into the form expected by wdc_obio.
...
MEDIABAY(4) - Device Drivers Manual (macppc) # MEDIABAY(4) - Device Drivers Manual (macppc)
NAME # mediabay - ATA33 HD controller
SYNOPSIS # mediabay* at macobio?
DESCRIPTION # The mediabay device allows attachment of wdc(4) to the removable CD on the PowerBook G3 (Pismo) machines.
SEE ALSO # intro(4), macobio(4), wdc(4)
HISTORY # The mediabay first appeared in OpenBSD 3.6. It existed previously in NetBSD.
OpenBSD 7.5 - October 22, 2015
PCIIDE(4) - Device Drivers Manual # PCIIDE(4) - Device Drivers Manual
NAME # pciide - PCI IDE controller driver
SYNOPSIS # pciide* at pci? flags 0x0000 pciide* at jmb? flags 0x0000
option PCIIDE_AMD756_ENABLEDMA option PCIIDE_CMD064x_DISABLE option PCIIDE_CMD0646U_ENABLEUDMA
atapiscsi* at pciide? flags 0x0000 wd* at pciide? flags 0x0000
DESCRIPTION # The pciide driver supports the PCI IDE controllers as specified in the “PCI IDE controller specification, revision 1.0” draft, as well as the Serial ATA controllers working either in parallel ATA compatibility mode or in native serial mode.
...
WD(4) - Device Drivers Manual # WD(4) - Device Drivers Manual
NAME # wd - WD100x compatible hard disk driver
SYNOPSIS # wd* at wdc? flags 0x0000 wd* at pciide? flags 0x0000
DESCRIPTION # The wd driver supports hard disks which emulate the Western Digital WD100x. This includes standard MFM, RLL, ESDI, IDE, and EIDE drives, as well as Serial ATA drives, and PCMCIA/CF storage media.
The flags are used only with controllers that support DMA operations and mode settings (like some pciide(4) controllers).
...
Pcmcia,
Intro,
Macobio,
Scsi,
Atapiscsi,
Isapnp,
Pciide,
Wd,
Isa,
Obio,
Wdc WDC(4) - Device Drivers Manual # WDC(4) - Device Drivers Manual
NAME # wdc - WD100x compatible hard disk controller driver
SYNOPSIS # # alpha/i386 wdc0 at isa? port 0x1f0 irq 14 flags 0x00 wdc1 at isa? port 0x170 irq 15 flags 0x00 wdc* at isapnp?
# macppc wdc* at macobio? wdc* at kauaiata?
# landisk wdc0 at obio? port 0x14000000 irq 10
# all architectures wdc* at pcmcia?
...