AMDCF(4) - Device Drivers Manual (octeon) # AMDCF(4) - Device Drivers Manual (octeon)
NAME # amdcf - octeon AMD flash memory driver
SYNOPSIS # amdcf* at iobus?
DESCRIPTION # The amdcf driver provides access to AMD/Fujitsu flash memory devices found on D-Link OCTEON machines.
The driver implementation follows the CFI specification and currently has write support disabled.
SEE ALSO # intro(4), octcf(4), sd(4), wd(4), disklabel(5), disklabel(8), fdisk(8)
HISTORY # The amdcf driver first appeared in OpenBSD 5.
...
ATACTL(8) - System Manager’s Manual # ATACTL(8) - System Manager’s Manual
NAME # atactl - a program to manipulate ATA (IDE) devices
SYNOPSIS # atactl device [command [arg …]]
DESCRIPTION # atactl allows a user or system administrator to issue commands to and otherwise control devices which reside on standard IDE and ATA controllers. It is used by specifying a device to manipulate, a command to perform, and any arguments the command may require.
...
CD(4) - Device Drivers Manual # CD(4) - Device Drivers Manual
NAME # cd - ATAPI and SCSI CD-ROM driver
SYNOPSIS # cd* at scsibus? #cd0 at scsibus0 target 6 lun 0 (fixed-configuration example)
DESCRIPTION # The cd driver provides support for ATAPI and SCSI CD-ROM (Compact Disc Read-Only Memory) drives, via scsibus(4). In an attempt to look like a regular disk, the cd driver synthesizes a partition table, with one partition covering the entire CD-ROM.
...
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.
...
SD(4) - Device Drivers Manual # SD(4) - Device Drivers Manual
NAME # sd - SCSI disk driver
SYNOPSIS # sd* at scsibus? #sd0 at scsibus0 target 3 lun 0 (fixed-configuration example)
DESCRIPTION # The sd driver provides support for a SCSI disk. It allows the disk to be divided up into a set of pseudo devices called partitions. In general the interfaces are similar to those described by wd(4).
...
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?
...