Compile with PAE.

This commit is contained in:
Jake Burkholder 2003-04-09 14:58:02 +00:00
parent b8c2d40de1
commit ab89b20ced

View File

@ -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);
}