Sorry- last delta was checked in by mistake.

This commit is contained in:
mjacob 2006-05-24 15:23:27 +00:00
parent 7c7ebb01c6
commit 434c60ccbb

View File

@ -514,8 +514,7 @@ typedef enum {
PIM_NOREMOVE = 0x40, /* Removeable devices not included in scan */
PIM_NOINITIATOR = 0x20, /* Initiator role not supported. */
PIM_NOBUSRESET = 0x10, /* User has disabled initial BUS RESET */
PIM_NO_6_BYTE = 0x08, /* Do not send 6-byte commands */
PIM_SLOWSCAN = 0x04 /* do not scan luns or targets in parallel */
PIM_NO_6_BYTE = 0x08 /* Do not send 6-byte commands */
} pi_miscflag;
#ifdef CAM_NEW_TRAN_CODE