HomeFreeBSD

cam: unsign some types to match their definitions and avoid overflows.

Description

cam: unsign some types to match their definitions and avoid overflows.

numpatterns is u_int.

ctl:
CTL_NUM_MODE_PAGES comes from sizeof().
In struct:ctl_scsiio, kern_sg_entries is uint32_t.

MFC after: 2 weeks

Details

Provenance
pfgAuthored on
Parents
rS298702: Make create_object callback optional and return EOPNOTSUPP when it isn't
Branches
Unknown
Tags
Unknown