]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Widen lun_id_t to 64 bits. This is a follow-on to r257345 to let the kernel
authorNathan Whitehorn <nwhitehorn@FreeBSD.org>
Sat, 14 Dec 2013 22:07:40 +0000 (22:07 +0000)
committerNathan Whitehorn <nwhitehorn@FreeBSD.org>
Sat, 14 Dec 2013 22:07:40 +0000 (22:07 +0000)
commit92be6c51f098779786970ceb279c710eb4b4f352
treebf9f164c24bbdd5ddefdc1b20cf89331e8150d9e
parent0587a072152140a44e5a0609e463c729ed9e9199
Widen lun_id_t to 64 bits. This is a follow-on to r257345 to let the kernel
support all valid SAM-5 LUN IDs. CAM_VERSION is bumped, as the CAM ABI
(though not API) is changed. No behavior is changed relative to r257345
except that LUNs with non-zero high 32 bits will no longer be ignored
during device enumeration for SIMs that have set PIM_EXTLUNS.

Reviewed by: scottl
sys/cam/cam.h
sys/cam/cam_ccb.h
sys/cam/cam_compat.c
sys/cam/cam_compat.h
sys/cam/scsi/scsi_xpt.c