View | Details | Raw Unified | Return to bug 242087
Collapse All | Expand All

(-)aacraid_cam.c (-1 / +1 lines)
Lines 1230-1236 Link Here
1230
					
1230
					
1231
				  /* handle phys. components of a log. drive */
1231
				  /* handle phys. components of a log. drive */
1232
				  if (ccb->csio.data_ptr[0] & 0x20) {
1232
				  if (ccb->csio.data_ptr[0] & 0x20) {
1233
					if (sc->hint_flags & 8) {
1233
					if (!(sc->hint_flags & 8)) {
1234
					  /* expose phys. device (daXX) */
1234
					  /* expose phys. device (daXX) */
1235
					  ccb->csio.data_ptr[0] &= 0xdf;
1235
					  ccb->csio.data_ptr[0] &= 0xdf;
1236
					} else {
1236
					} else {

Return to bug 242087