]> 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
authornwhitehorn <nwhitehorn@FreeBSD.org>
Sat, 14 Dec 2013 22:07:40 +0000 (22:07 +0000)
committernwhitehorn <nwhitehorn@FreeBSD.org>
Sat, 14 Dec 2013 22:07:40 +0000 (22:07 +0000)
commitf9ad7a0406d7e14129a10e11cc692d5b8b5aac8a
treebf9f164c24bbdd5ddefdc1b20cf89331e8150d9e
parentc4ffb19933f9c2aed0a43399eb319e137aff3459
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