aboutsummaryrefslogtreecommitdiff
path: root/inhex/rep_zones.hex
blob: 444ebfda975dd1dd77dd7deab4889dbb1d1556cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# This is the output (in hex) of the SCSI REPORT ZONES command
# from a simulated ZBC device from the scsi_debug driver in Linux.
# The parameters to the scsi_debug driver given to modprobe were:
#     dev_size_mb=512 zbc=managed zone_size_mb=128 zone_nr_conv=1
#
# The hex bytes in this file were generated by:
#     sg_rep_zones /dev/sg1 -HHH > /tmp/rep_zones.hex
# where /dev/sg1 was a scsi_debug device.


# parameter data header (64 bytes)
00 00 01 00 00 00 00 00  00 00 00 00 00 0f ff ff
00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00

# first zone descriptor, zone type: conventional
01 00 00 00 00 00 00 00  00 00 00 00 00 04 00 00
00 00 00 00 00 00 00 00  ff ff ff ff ff ff ff ff
00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
# second zone descriptor, zone type: sequential write required
02 10 00 00 00 00 00 00  00 00 00 00 00 04 00 00
00 00 00 00 00 04 00 00  00 00 00 00 00 04 00 00
00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
# third zone descriptor, zone type: sequential write required
02 10 00 00 00 00 00 00  00 00 00 00 00 04 00 00
00 00 00 00 00 08 00 00  00 00 00 00 00 08 00 00
00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
# fourth and last zone descriptor, zone type: sequential write required
02 10 00 00 00 00 00 00  00 00 00 00 00 04 00 00
00 00 00 00 00 0c 00 00  00 00 00 00 00 0c 00 00
00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00