home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / sgi / bugs / 13 < prev    next >
Encoding:
Internet Message Format  |  1992-12-17  |  3.4 KB

  1. Xref: sparky comp.sys.sgi.bugs:13 comp.sys.sgi.admin:43
  2. Newsgroups: comp.sys.sgi.bugs,comp.sys.sgi.admin
  3. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!swrinde!cs.utexas.edu!sdd.hp.com!saimiri.primate.wisc.edu!ames!sgi!twilight!zuni!dwong
  4. From: dwong@sgi.com (David Wong)
  5. Subject: Re: Ethernet bug in 4.0.5F indigos
  6. Message-ID: <tnj3980@zuni.esd.sgi.com>
  7. Sender: news@zuni.esd.sgi.com (Net News)
  8. Organization: Silicon Graphics, Inc.
  9. References: <1992Dec16.221212.11863@umbc3.umbc.edu> <BzEs7E.CJ1@wm.estec.esa.nl>
  10. Date: Thu, 17 Dec 92 19:17:37 GMT
  11. Lines: 71
  12.  
  13. In article <BzEs7E.CJ1@wm.estec.esa.nl> guy@wmsg02.wm.estec.esa.nl (Guy Brooker) writes:
  14. >In article <1992Dec16.221212.11863@umbc3.umbc.edu>, dave@umbc8.umbc.edu (David A Freeman) writes:
  15. > > Hello,
  16. > >     I noticed that in 4.0.5F, in the file /usr/sysgen/master.d/if_ec2
  17. > > the value of the ec_rcvinit_delay variable is 13    In 4.0.5 the value 
  18. > > was 13333.  I checked with SGI and found that the correct value is 13333
  19. > > for all 4.0.X software. All of our r4000 4.0.5F systems and the distribution 
  20. > > media that we have received have the variable set to 13. 
  21. > > 
  22. >
  23. >
  24. >I checked my file after reading your note, as I also have recently installed 4.0.5F. I was surprised to find that not only this entry was wrong but also the value of ec_oflow_limit. This was an error in 4.0.5(A), corrected by a release
  25. >notes errata. THERE WAS NO SUCH ERRATA with my 4.0.5F which came with the
  26. >indigo Video Board. I had assumed therefore that the error had been fixed, 
  27. >aparently NOT.
  28. >
  29. >Whats going on SGI ?? Are there other bugs from previous releases that must    still be fixed manually ? How come old bugs creep back in ???
  30. >
  31. >To summarise, the if_ec2 that comes with 4.0.5F looks like this 
  32. >
  33. >*#ident "$Revision: 1.7 $"
  34. >*
  35. >* eh - SGI Hollywood/Magnum ethernet driver
  36. >*
  37. >*FLAG    PREFIX    SOFT    #DEV    DEPENDENCIES
  38. >-    if_ec    -    -    bsd
  39. >$$$
  40. >int ec_rcvint_delay = 13;    /* delay * 30ns to recv intrpt == .4ms */
  41. >int ec_rbuf_num = 250;        /* num of buffers to allocate to enet recv chain */
  42. >int ec_oflow_limit = 2;        /* exceed limit of oflows/per secs => promsc mode*/
  43. >int ec_oflow_period = 30;    /* number of seconds per oflow period */
  44. >int ec_promisc_time = 3600;    /* number of seconds to stay in promisc mode */
  45. >
  46. >and it SHOULD look like this, if the errata to 4.0.5 still stands...
  47. >
  48. >*#ident "$Revision: 1.7 $"
  49. >*
  50. >* eh - SGI Hollywood/Magnum ethernet driver
  51. >*
  52. >*FLAG    PREFIX    SOFT    #DEV    DEPENDENCIES
  53. >-    if_ec    -    -    bsd
  54. >$$$
  55. >int ec_rcvint_delay = 13333;    /* delay * 30ns to recv intrpt == .4ms */
  56. >int ec_rbuf_num = 250;        /* num of buffers to allocate to enet recv chain */
  57. >int ec_oflow_limit = 10000;    /* exceed limit of oflows/per secs => promsc mode*/
  58.  
  59. the errata is for people running 4DDN such that the interface won't
  60. switch to promiscuous mode.
  61.  
  62. >int ec_oflow_period = 30;    /* number of seconds per oflow period */
  63. >int ec_promisc_time = 3600;    /* number of seconds to stay in promisc mode */
  64. >
  65. >I have had some problems with my ethernet since the new installation, and since
  66. >changing to above they seem so far to have gone completely...
  67.  
  68. what sort of problem ?
  69.  
  70. >
  71. >Guy
  72. >
  73. >-- 
  74. >
  75. >-------------------------------------            Guy Brooker
  76. >Internet: guy@wm.estec.esa.nl                European Space Research and
  77. >      guy@wmsg02.dnet.estec.esa.nl        Technology Centre (ESTEC)
  78. >      gbrooker@estec.esa.nl
  79. >Bitnet  : gbrooker@estec.bitnet        SPAN    : ESTERS::GUY
  80. >Phone    : +31-1719-83611        Fax    : +31-1719-85617
  81. >Mail    : ESTEC JW/WMS, Keplerlaan 1, 2200AG NOORDWIJK, The Netherlands
  82.  
  83.  
  84.