mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
Compile with PAE.
This commit is contained in:
parent
b8c2d40de1
commit
ab89b20ced
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue