summaryrefslogtreecommitdiff
path: root/include/errno.h
diff options
context:
space:
mode:
authortsutsui <tsutsui@NetBSD.org>2023-02-09 15:00:56 +0000
committertsutsui <tsutsui@NetBSD.org>2023-02-09 15:00:56 +0000
commit77214cbcc5f2d017b94de5307806a72dee3268e9 (patch)
treecbd8383b46aa2116627638fa54a70e4e13559ade /include/errno.h
parent9c31ae14ba7f829e84c85409ce56887e1ac6fccc (diff)
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
Diffstat (limited to 'include/errno.h')
0 files changed, 0 insertions, 0 deletions
t/sys/dev/ic/sunscpal.c?id=7e54a3ad572b5a748b27ac0dc1cbe4b5266fb861'>If we need to poll, set SCSIPI_ADAPT_POLL_ONLY rather than a homegrown flag.mycroft 2003-05-03DMA, not dma nor Dma.wiz 2002-09-27remove trailing \n in panic(). approved perry.provos 2002-04-05Implement mstohz() as discussed on tech-kern, and use it in SCSI driversbouyer 2002-03-22Fixed a possible overflow bug in the timeout calculation.fredette 2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem 2001-11-13add/cleanup RCSIDlukem 2001-11-04Use common macro to check message length.tsutsui 2001-08-17When asked to set the transfer mode, just call backfredette 2001-07-15When reporting an ICR value, use bitmask_snprintf tofredette 2001-07-08Correct various misspellings of 'transfer' and inflected forms.wiz 2001-07-07bzero -> memsetthorpej 2001-05-18Fixed some typos, removed unused asm() labels. Removedfredette 2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer 2001-04-20Added support for the chipset used on the Sun2 "sc" SCSI adapters.fredette