Compile with PAE.
This commit is contained in:
parent
b8c2d40de1
commit
ab89b20ced
@ -1265,7 +1265,8 @@ ahd_setup_data(struct ahd_softc *ahd, struct cam_sim *sim,
|
||||
panic("ahd_setup_data - Transfer size "
|
||||
"larger than can device max");
|
||||
|
||||
seg.ds_addr = (bus_addr_t)csio->data_ptr;
|
||||
seg.ds_addr =
|
||||
(bus_addr_t)(vm_offset_t)csio->data_ptr;
|
||||
seg.ds_len = csio->dxfer_len;
|
||||
ahd_execute_scb(scb, &seg, 1, 0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user