Fix SCSI CMD_WRITE_EXT command length to 10 bytes.
authoraoyama <aoyama@openbsd.org>
Sun, 18 Jun 2023 12:58:03 +0000 (12:58 +0000)
committeraoyama <aoyama@openbsd.org>
Sun, 18 Jun 2023 12:58:03 +0000 (12:58 +0000)
commit0b8a1f6bd6832cf2eaae4ee6821f460a5a9ce421
tree5809c2f7ae8040ade35fbd0ea1c686de56e285d1
parent9cc989136883392ce2063cca0387337326c243da
Fix SCSI CMD_WRITE_EXT command length to 10 bytes.

This is needed to work libsa's ufs_fchmod() on luna88k.

Tested by me on LUNA-88K2.
sys/arch/luna88k/stand/boot/sd.c