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:
Scott Long 2005-04-29 02:58:23 +00:00
parent 9fa98e70b0
commit 1c7e93581d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145654

View File

@ -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