summaryrefslogtreecommitdiff
path: root/lib/libc/string/bzero.3
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 /lib/libc/string/bzero.3
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 'lib/libc/string/bzero.3')
0 files changed, 0 insertions, 0 deletions
1a918832aa7d8748d0b53b202917f36e6949d407'>Add d_discard to all struct cdevsw instances I could find.dholland 2014-07-19lua: updated from 5.1 to 5.3 work3lneto 2014-07-19lua(4): uniformed the KPI name space using 'klua_' prefixlneto 2014-07-19lua(4): using lua_CFunctionlneto 2014-07-19lua(4): added support for running Lua scripts in intr contextlneto 2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland 2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka 2013-12-04fixed lua(4) alloc (nsize can be lesser than osize)lneto 2013-11-23switch from malloc(9) to kmem(9)mbalmer 2013-10-29initialize variablesmbalmer 2013-10-23use MODULE_CLASS_MISC for Lua modulesmbalmer 2013-10-18fix CVS marker and copyright yearmbalmer 2013-10-16welcome lua(4), a devide driver that can create and control Lua states inside...mbalmer