home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / sun / hardware / 3990 < prev    next >
Encoding:
Text File  |  1992-08-20  |  1.8 KB  |  50 lines

  1. Newsgroups: comp.sys.sun.hardware
  2. Path: sparky!uunet!mcsun!sunic!liuida!d89peter
  3. From: d89peter@odalix.ida.liu.se (Peter Eriksson)
  4. Subject: Third ethernet in a Sun 4/380
  5. Message-ID: <1992Aug20.220540.28350@ida.liu.se>
  6. Summary: Are there any gotcha's when installing a third ethernet interface?
  7. Keywords: ethernet sun4/380
  8. Sender: news@ida.liu.se
  9. Organization: CIS Dept, Univ of Linkoping, Sweden
  10. Date: Thu, 20 Aug 1992 22:05:40 GMT
  11. Lines: 37
  12.  
  13. I'm thinking of installing a third ethernet interface in our Sun 4/380
  14. (it has "le0" on the CPU card, and "ie1" on a VME-bus card right now).
  15.  
  16. My idea was to install another "ie" (One of the old Intel Multibus
  17. ethernet interfaces, with a Multibus->VMEbus card) in it.
  18.  
  19. Since the config file as shipped doesn't seem to support more than two
  20. ethernet interfaces, I've modified it to look like this:
  21.  
  22. #
  23. # Support for the on-board LANCE Ethernet chip (Am7990) on many machines.
  24. #
  25. device        le0 at obio ? csr 0xf9000000 priority 3
  26. #
  27. # Support for a second Intel Ethernet interface, using a Multibus
  28. # Ethernet board with a Multibus-to-VME adapter.
  29. #
  30. device        ie1 at vme24d16 ? csr 0xe88000 priority 3 vector ieintr 0x75
  31. #
  32. # Support added for a third Intel Ethernet interface, using a Multibus
  33. # Ethernet board with a Multibus-to-VME adapter.
  34. #
  35. # Added by Peter Eriksson <pen@lysator.liu.se>
  36. #
  37. device      ie2 at vme24d16 ? csr 0xe8c000 flags 2 priority 3 vector ieintr 0x76
  38. #
  39.  
  40. I took the "ie2" line from our Sun2 config file and modified it slightly.
  41.  
  42. Do anyone know if this works or not? Are there any gotchas one should be
  43. aware of?
  44.  
  45. Please reply to: pen@lysator.liu.se
  46. --
  47. Peter Eriksson                                              pen@lysator.liu.se
  48. Lysator Computer Club                             ...!uunet!lysator.liu.se!pen
  49. University of Linkoping, Sweden                               Support the LPF!
  50.