opnsense-src/sys/dev/vmware
Zhenlei Huang 7befd68335 pvscsi: Explicitly mask out CTS_SAS_VALID_SPEED bit
This driver prefers connection speed over sas port speed. On stable/13
branch the stack-allocated CCB is not cleared thus the cam layer may
report weird speed on boot.

```
da0: <VMware Virtual disk 2.0> Fixed Direct Access SPC-4 SCSI device
da0: 4294967.295MB/s transfers
```

-current and stable/14 have the change [1] which clears stack-allocated
CCB thus are not affected, but I want -current and stable/14 to have this
fix in to reduce drift between branches.

1. ec5325dbca cam: make sure to clear even more CCBs allocated on the stack

Reviewed by:	imp
MFC after:	3 days
Differential Revision:	https://reviews.freebsd.org/D48438
2025-01-15 12:32:31 +08:00
..
pvscsi pvscsi: Explicitly mask out CTS_SAS_VALID_SPEED bit 2025-01-15 12:32:31 +08:00
vmci Deprecate contigfree(9) in favour of free(9) 2024-07-26 10:45:01 +00:00
vmxnet3 vmxnet3: make descriptor count checks more robust 2024-06-10 11:04:47 +02:00