Microbotics SCSI
08-Apr-88 00:51:45
Sb: #117088-Microbotics SCSI
Fm: Perry S. Kivolowitz/ASD 73170,2663
To: Mike Locke 70003,1705
This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.
In order to find the base address of an autoconfigured board one must
employ the expansion.library. You would normally call… FindConfigDev
passing the manufacuturer and product id but you probably don't know these
for the microbotics disk controller. So instead call FindConfigDev with a
-1 for both the manufacuturer and the product id, this will list each
autoconfig rom in turn. Remember to start the search passing a NULL
configdev structure (the first time through your loop). After locating the
appropriate configdev structure (you'll have to be the judge of that)
simply extract the address of the board from structure (something like
cd_BoardAddr or something).