diff options
author | mjacob <mjacob@FreeBSD.org> | 2006-05-24 15:23:27 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2006-05-24 15:23:27 +0000 |
commit | 434c60ccbb97da7a36e5d42bf66d6d2273d9a3d9 (patch) | |
tree | 7d7fc759e9ea4051e6676313bc84388d6e19f99b /sys/cam | |
parent | 7c7ebb01c68d1db914ae9daad68be1c2ddfd7258 (diff) | |
download | FreeBSD-src-434c60ccbb97da7a36e5d42bf66d6d2273d9a3d9.zip FreeBSD-src-434c60ccbb97da7a36e5d42bf66d6d2273d9a3d9.tar.gz |
Sorry- last delta was checked in by mistake.
Diffstat (limited to 'sys/cam')
-rw-r--r-- | sys/cam/cam_ccb.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/cam/cam_ccb.h b/sys/cam/cam_ccb.h index 6440a62..e03f3f9 100644 --- a/sys/cam/cam_ccb.h +++ b/sys/cam/cam_ccb.h @@ -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 |