User`s manual
t167 Test Program
E-26 Single Board Computers SCSI Software UserÕs Manual
E
4. Issue the go (G) command to the MVME167/187 ROM Debugger and hit
an h to repaint the t167 screen. Go back to the SDL screen, and initialize
the command structure for a write.
SDL Tools --> 1
Control structure [0] (0):
Structure type (control or read/write) [c, r] (c): r
32-bit SCSI device number (0, 0x0):
Data buffer [0, 1] (0):
Logical block count (33372840, 0x1FD3AA8): 2
Logical block number (33287760, 0x1FBEE50): 0
SDL Tools -->
5. Select menu item 6 to verify the command structure.
SDL Tools --> 6
Control structure [0] (0):
Contents of sdl_cmd structure:
sdl_cmd.io structure type ......... sdl_rw
Contents of sdl_rw structure:
UINT dev .......................... 0x0
UCHAR *bufp ....................... 0x1FBFCA0
UINT cnt .......................... 2, 0x2
UINT block ........................ 0, 0x0
<CR> for more, 'q' or '.' to quit, 'x' to exit: .
SDL Tools -->
6. Select menu item 4 to send the WRITE command to the SDL.
SCSI Driver Library Development Tools
Item Name Description
---- ------ ---------------------
1 bldsdlcs Build sdl_cmd structure
2 sdlinit Issue sdl_init command
3 sdlread Issue sdl_read command
4 sdlwrite Issue sdl_write command
5 sdlcntrl Issue sdl_cntrl command
6 dspsdlcs Display sdl_cmd structure
7 dspdb Display data buffer contents
8 testsn Display/set test serial number
9 reset Reset SCSI bus
h help Display this menu
s status Status of previous command
q quit Return to previous menu
x exit Exit from t167
SDL Tools --> 4
Control structure [0] (0):
sdl_write status: 0x0
SDL Tools -->