 |
Document #: 00787
3C59x - SCO V3 UNIX- How do I turn off Bus Master?
Question: How do I turn off Bus Master on the SCO V3 UNIX system?
Answer: The Shipping Adapter file 59XSCO3.EXE unpacks to the 59X.A file to give a SPACE.C file.
SPACE.C is a file that all driver vendors provide (a SCO standard) to allow the user to turn on/off some of the
features of the driver. 3Com ships SPACE.C on the installation disk. To turn off Bus Master, change 1 to 0 in
"short e3G_use_bus_master [4] = {1,1,1,1};", where 1 is enable & 0 is disable.
|