PERFORCE change 169926 for review
Alexander Motin
mav at FreeBSD.org
Thu Oct 29 15:40:10 UTC 2009
http://p4web.freebsd.org/chv.cgi?CH=169926
Change 169926 by mav at mav_mavtest on 2009/10/29 15:39:15
Fix typo.
Affected files ...
.. //depot/projects/scottl-camlock/src/sys/dev/ata/ata-all.c#32 edit
Differences ...
==== //depot/projects/scottl-camlock/src/sys/dev/ata/ata-all.c#32 (text+ko) ====
@@ -1419,7 +1419,7 @@
cts->transport = XPORT_ATA;
cts->transport_version = XPORT_VERSION_UNSPECIFIED;
if (ccb->ccb_h.target_id >= 0 && ccb->ccb_h.target_id <= 1) {
- cts->proto_specific.valid = CTS_ATA_VALID_BYTECOUNT;
+ cts->xport_specific.valid = CTS_ATA_VALID_BYTECOUNT;
cts->xport_specific.ata.bytecount =
ch->bytecount[ccb->ccb_h.target_id];
}
@@ -1480,7 +1480,7 @@
cpi->max_lun = 0;
cpi->initiator_id = 0;
cpi->bus_id = cam_sim_bus(sim);
- cpi->base_transfer_speed = 150000;
+ cpi->base_transfer_speed = 3300;
strncpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN);
strncpy(cpi->hba_vid, "ATA", HBA_IDLEN);
strncpy(cpi->dev_name, cam_sim_name(sim), DEV_IDLEN);
More information about the p4-projects
mailing list