mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-19 06:22:24 +01:00
Remove an ancient comment about the existence of READ(16) and WRITE(16).
MFC after: 3 days
This commit is contained in:
parent
5df8171da3
commit
8c294161aa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=323840
@ -468,10 +468,6 @@ static struct op_table_entry scsi_op_codes[] = {
|
|||||||
{ 0x86, ALL & ~(L | R | F), "ACCESS CONTROL IN" },
|
{ 0x86, ALL & ~(L | R | F), "ACCESS CONTROL IN" },
|
||||||
/* 87 OO OO OOOOOOO ACCESS CONTROL OUT */
|
/* 87 OO OO OOOOOOO ACCESS CONTROL OUT */
|
||||||
{ 0x87, ALL & ~(L | R | F), "ACCESS CONTROL OUT" },
|
{ 0x87, ALL & ~(L | R | F), "ACCESS CONTROL OUT" },
|
||||||
/*
|
|
||||||
* XXX READ(16)/WRITE(16) were not listed for CD/DVE in op-num.txt
|
|
||||||
* but we had it since r1.40. Do we really want them?
|
|
||||||
*/
|
|
||||||
/* 88 MM O O O READ(16) */
|
/* 88 MM O O O READ(16) */
|
||||||
{ 0x88, D | T | W | O | B, "READ(16)" },
|
{ 0x88, D | T | W | O | B, "READ(16)" },
|
||||||
/* 89 O COMPARE AND WRITE*/
|
/* 89 O COMPARE AND WRITE*/
|
||||||
|
Loading…
Reference in New Issue
Block a user