[hatari-devel] SCSI CDB lengths |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: [hatari-devel] SCSI CDB lengths
- From: Uwe Seimet <Uwe.Seimet@xxxxxxxxx>
- Date: Sun, 27 Oct 2013 13:14:40 +0100
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1382876080; l=497; s=domk; d=seimet.de; h=In-Reply-To:Content-Type:MIME-Version:References:Subject:To:From: Date:X-RZG-CLASS-ID:X-RZG-AUTH; bh=ZO76D/4hnIQxMtt2DS+N6bYKiEw=; b=WLmINTOT+ZRIc7HRmZpd8WazkwifLKlyyObtqpudNK24vJfguGgZZmUIFEDFiHQxLa6 lEdAVZsFKNHuirVCzZGiDaWzDpP8UwWcZGeARPU260cs8mdhQN7vdG99TjuNWMpBJDIZd LBATdWC3hkPnb+AUuyYAHCcDbfbkcKPfRjo=
Hi,
Jookie (who made the UltraSatan) has just pointed out the part of the
specification where the CDB lengths/group codes are defined also for 16
byte CDBs. It's in SPC-4 4.3.5.1:
Group Code | Meaning
000b | 6 byte commands
001b | 10 byte commands
010b | 10 byte commands
011b | reserved
100b | 16 byte commands
101b | 12 byte commands
110b | vendor specific
111b | vendor specific
Maybe it's a good idea to update hdc.c for 12 and 16 byte command classes.
Take care
Uwe