diff options
| author | Kenneth D. Merry <ken@FreeBSD.org> | 1999-05-06 20:16:39 +0000 |
|---|---|---|
| committer | Kenneth D. Merry <ken@FreeBSD.org> | 1999-05-06 20:16:39 +0000 |
| commit | 9deea8574ea19e3db2c89e0d51af18441379fa8e (patch) | |
| tree | 24da016949ae420e1f75e19eb4ce8a10750b504f /sys/dev/ahb/ahb.c | |
| parent | b0eeea20421ad6d9b90f1f1b081d980349642cc3 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ahb/ahb.c')
| -rw-r--r-- | sys/dev/ahb/ahb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ahb/ahb.c b/sys/dev/ahb/ahb.c index 4bdc6bb09e03..6e0db43941c9 100644 --- a/sys/dev/ahb/ahb.c +++ b/sys/dev/ahb/ahb.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ahb.c,v 1.9 1999/04/18 15:50:33 peter Exp $ + * $Id: ahb.c,v 1.10 1999/04/23 23:29:00 gibbs Exp $ */ #include "eisa.h" @@ -1214,6 +1214,7 @@ ahbaction(struct cam_sim *sim, union ccb *ccb) cpi->max_lun = 7; cpi->initiator_id = ahb->scsi_id; cpi->bus_id = cam_sim_bus(sim); + cpi->base_transfer_speed = 3300; strncpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN); strncpy(cpi->hba_vid, "Adaptec", HBA_IDLEN); strncpy(cpi->dev_name, cam_sim_name(sim), DEV_IDLEN); |
