Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/next68k/stand/boot



Module Name:    src
Committed By:   tsutsui
Date:           Thu Feb  9 15:00:56 UTC 2023

Modified Files:
        src/sys/arch/next68k/stand/boot: sd.c

Log Message:
Request only 36 bytes for a response of INQUIRY command for legacy drives.

Some drives don't respond larger requested size for newer
SCSI3 devices and not all drivers can handle short xfers.
We should fix drivers to handle such short xfers properly,
but we need only SCSI device type here (and the 36 bytes are
enough even if we want vendor and product names on a bootloader).

The problem is reported from Andreas Grabher (a maintainer of NeXT
Computer Emulator)a on port-next68k@:
 https://mail-index.netbsd.org/port-next68k/2023/02/thread1.html


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/next68k/stand/boot/sd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index