|
NAMEahd —
Adaptec PCI/PCI-X Ultra320 SCSI host adapter driver
SYNOPSISTo compile this driver into the kernel, place the following lines in your kernel configuration file:device pci
device scbus
device ahd
To compile in debugging code:
To configure one or more controllers to assume the target role:
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): ahd_load="YES" DESCRIPTIONThis driver provides access to the SCSI bus(es) connected to Adaptec AIC79xx host adapter chips.Driver features include support for narrow and wide busses, fast, ultra, ultra2, ultra160, and ultra320 synchronous transfers, packetized transfers, tagged queueing, 512 SCB's, and target mode. The
The Individual controllers may be configured to operate in the target
role through the Per target configuration performed in the SCSI-Select menu, accessible at boot, is honored by this driver. This includes synchronous/asynchronous transfers, maximum synchronous negotiation rate, wide transfers, disconnection, and the host adapter's SCSI ID. HARDWARETheahd driver supports the following:
SEE ALSOahc(4), cd(4), da(4), sa(4), scsi(4)HISTORYTheahd driver first appeared in
FreeBSD 4.7.
AUTHORSTheahd driver, the AIC7xxx sequencer-code assembler,
and the firmware running on the aic79xx chips was written by
Justin T. Gibbs. This manual page is based on the
ahc(4)
manual page.
BUGSThe current generation of 79xx chips do not support target mode in Ultra320 mode. Target mode in general has not been well tested in this driver.
Visit the GSP FreeBSD Man Page Interface. |