Changes between Initial Version and Version 1 of Ticket #1467, comment 9


Ignore:
Timestamp:
Apr 7, 2021, 8:40:28 AM (3 years ago)
Author:
Alex Samorukov

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1467, comment 9

    initial v1  
    1 Thank you for testing. It should not break real scsi. There is a way to be even more strict and do SAT check ONLY when sc_bus != SCSI, but i think it is overkill + device is not yet open when we doing `return get_scsi_device`. Also checked with netbsd - it should not be relevant as NetBSD always adds AHCI devices as wd* and not sd*.
     1Thank you for testing. It should not break real scsi. There is a way to be even more strict and do SAT check ONLY when sc_bus != SCSI, but i think it is overkill + device is not yet open when we doing `return get_scsi_device`. Also checked with netbsd - it should not be relevant as NetBSD always adds AHCI devices as wd* and not sd*. We also doing sat check by default on Linux/BSD, so that should not harm.