home *** CD-ROM | disk | FTP | other *** search
/ Doom Fever / Doom_Fever-1995_Maple_Media.iso / dmutil / drivers.zip / 3C507.DOC < prev    next >
Text File  |  1992-01-07  |  3KB  |  60 lines

  1. Notes on using the 3c507 network card with ICETCP
  2. -------------------------------------------------
  3.  
  4. The card is SOFTWARE CONFIGURED.  This means that the port address, irq,
  5. memory address, memory size and rom address (normally not used) are
  6. set in a configuration program called 3c507.exe which comes with the
  7. board.
  8.  
  9. The configuration program may not immediatly recognize the board
  10. if there are io port conflicts in the machine.  In this case the command
  11. should be given as
  12.     3C507 /B:###
  13.     where ### is the address in hex of the board's desired port 
  14. location.  It should then be possible to bring up the configuration program 
  15. the normal way by just typing 3c507 <enter>.
  16.  
  17. The card can be configured using the menu option "set
  18. configuration".  Possible problems are, as always:
  19.  
  20.     The irq line used cannot be shared with other devices
  21.  
  22.     and
  23.  
  24.     The shared memory address must not conflict with other memory mapped 
  25. devices or drivers, (such as qemm-386).  This is a little more difficult 
  26. than usual because the board has a large buffer.  If you want to use it to 
  27. it's fullest, you need a 64k block of open space in the C000-EFFF area.  If 
  28. there isn't a gap that large available, then a smaller buffer (as small as 
  29. 16k is possible) should be used. 
  30.  
  31.     Also
  32.  
  33.     The zero wait state and turbo options can also cause problems. 
  34. On some machines, these will options will not work with the packet driver.
  35. On some machines, these will also not work with NDIS. With both options
  36. turned off, everything will work.  We recommend starting with both options
  37. off and running the diagnostics part of the 3c507.exe program to see if
  38. everything is working.  Then, after all software (ICE.TCP) is running,
  39. the zero wait state and turbo options can be tried.  The diagnostics part of
  40. 3c507.exe is a good test for these options.
  41.  
  42. Even though the board is totally software configured, the packet
  43. driver for the 3c507 (3c507.COM, unfortunately the same name as the
  44. configuration program) needs to know all of the parameters set in the
  45. configuration of the board.  The NDIS driver does not need these parameters.
  46. If the packet driver fails, check the parameters for the packet driver to
  47. verify that you entered the same ones as when you configured the board. If it
  48. still doesn't work, check to see that the turbo and zero wait state options
  49. are turned off.  If it still doesn't load, check for irq, port and memory
  50. address conflicts.
  51.  
  52. Finally, the 3COM configuration program for the board WILL NOT RUN if
  53. there are any active drivers (just freezes). If you need to reconfigure,
  54. remove the packet or ndis drivers from your autoexec.bat or
  55. config.sys files FIRST.
  56.  
  57. (C) 1991, James River Group, Inc, Minneapolis MN USA
  58.  
  59.  
  60.