OpenGrok
Cross Reference: siop.c
xref
: /
src
/
sys
/
arch
/
prep
/
stand
/
boot
/
siop.c
Home
|
History
|
Annotate
|
Download
|
only in
boot
History log of
/src/sys/arch/prep/stand/boot/siop.c
Revision
Date
Author
Comments
1.10
02-Jul-2024
rin
prep: stand: for previous, memset and style fix just for sure
1.9
02-Jul-2024
rin
prep: stand: Appease GCC12 -Warray-bounds, NFCI
except for additional 38-byte of stack being consumed.
Here, GCC12 complains buffer is smaller than
sizeof(*inqbuf) == SCSIPI_INQUIRY_LENGTH_SCSI3 == 74 bytes,
despite members within the first SCSIPI_INQUIRY_LENGTH_SCSI2 == 36 bytes
are actually dereferenced.
1.8
08-Feb-2024
andvar
s/should't/shouldn't/ and s/mistmatch/mismatch/ in comments.
1.7
19-Jun-2023
msaitoh
Fix typo. unknwon -> unknown
1.6
03-Jun-2022
andvar
fix folloing->following typos in more files.
also s/begginning/beginning/.
1.5
21-Aug-2021
andvar
fix mainly same typos as in my previous commit but outside sys/dev/dm.
1.4
24-Jul-2021
andvar
Fix all remaining typos, mainly in comments but also in few definitions and log messages, reported by me in PR kern/54889.
Also fixed some additional typos in comments, found on review of same files or typos.
1.3
30-Apr-2016
skrll
branches: 1.3.34;
Appease gcc - error: 'error' may be used uninitialized in this function
1.2
03-Apr-2014
mrg
branches: 1.2.6;
GCC 4.8 build fixes from John D. Baker
1.1
19-May-2012
kiyohara
branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Support load kernel from SCSI HDD with siop. It copy from bebox. (EXPERIMENTAL)
1.1.8.1
18-May-2014
rmind
sync with head
1.1.6.2
03-Dec-2017
jdolecek
update from HEAD
1.1.6.1
20-Aug-2014
tls
Rebase to HEAD as of a few days ago.
1.1.4.2
02-Jun-2012
mrg
sync to latest -current.
1.1.4.1
19-May-2012
mrg
file siop.c was added on branch jmcneill-usbmp on 2012-06-02 11:09:07 +0000
1.1.2.3
22-May-2014
yamt
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
1.1.2.2
23-May-2012
yamt
sync with head.
1.1.2.1
19-May-2012
yamt
file siop.c was added on branch yamt-pagecache on 2012-05-23 10:07:48 +0000
1.2.6.1
29-May-2016
skrll
Sync with HEAD
1.3.34.1
01-Aug-2021
thorpej
Sync with HEAD.
Indexes created Sun Oct 19 02:09:48 GMT 2025