Don't bother pretending that CAM will send CAM_DATA_PHYS pointers. It's
a concept that is fundamentally broken with PAE.
This commit is contained in:
parent
9fa98e70b0
commit
1c7e93581d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145654
@ -1836,11 +1836,7 @@ static VOID arcmsr_action(struct cam_sim * psim,union ccb * pccb)
|
||||
}
|
||||
else
|
||||
{
|
||||
struct bus_dma_segment seg;
|
||||
|
||||
seg.ds_addr=(bus_addr_t)pccb->csio.data_ptr;
|
||||
seg.ds_len=pccb->csio.dxfer_len;
|
||||
arcmsr_executesrb(pSRB,&seg,1,0);
|
||||
panic("arcmsr: CAM_DATA_PHYS not supported");
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user