home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / bsd / 4749 < prev    next >
Encoding:
Text File  |  1992-08-26  |  2.2 KB  |  51 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!caen!hellgate.utah.edu!fcom.cc.utah.edu!cs.weber.edu!terry
  3. From: terry@cs.weber.edu (A Wizard of Earth C)
  4. Subject: Re: 3c503 AUI support?
  5. Message-ID: <1992Aug27.010018.6852@fcom.cc.utah.edu>
  6. Sender: news@fcom.cc.utah.edu
  7. Organization: Weber State University  (Ogden, UT)
  8. References: <1992Aug26.051010.18443@ctr.columbia.edu>
  9. Date: Thu, 27 Aug 92 01:00:18 GMT
  10. Lines: 39
  11.  
  12. In article <1992Aug26.051010.18443@ctr.columbia.edu> vikki@e40-008-9.MIT.EDU (Vikki King) writes:
  13. >Hi!
  14. >
  15. >     Is anyone using a 3c503 ethernet adapter with the AUI port rather than
  16. >the coax connector?  Our whole net is 10BT.  I know that when using a 3c503
  17. >card in a Novell Netware server you have to explicitly tell the o/s to use the
  18. >AUI port if that's your configuration.  Since I seem to be getting notthing but
  19. >silence from my 3c503 and 386BSD on our 10BT LAN, I figure that the kernel is
  20. >assuming the connection to the LAN is via the coax port.  Anyone have any tips?
  21. >
  22.  
  23. Minor device number.  Remknod the ethernet device.  From the sources
  24. (at /usr/src/sys.386bsd/i386/isa/if_ec.c):
  25.  
  26.  *   Since I couldn't really think of any non-creative way (other than
  27.  *   using a #define) of configuring the board to use the onboard xceiver,
  28.  *   I kludged the isa_device->unit to contain this information.  Simply
  29.  *   put, if bit-7 of isa_device->unit is set (>127) then the driver
  30.  *   configures that unit to onboard-xceiver (BNC) and if <128 it assumes
  31.  *   AUI.  ec_attach informs the user of this on bootup.  Also, ec_probe
  32.  *   repairs this bit after obtaining it's information since I didn't know
  33.  *   what else within the depths of the kernel would freak out if I left it.
  34.  
  35. re mknod it with bit 7 off.
  36.  
  37. Use the source, luke.
  38.  
  39.  
  40.                     Terry Lambert
  41.                     terry_lambert@gateway.novell.com
  42.                     terry@icarus.weber.edu
  43. ---
  44. Any opinions in this posting are my own and not those of my present
  45. or previous employers.
  46. -- 
  47. -------------------------------------------------------------------------------
  48.                                                        terry@icarus.weber.edu
  49.  "I have an 8 user poetic license" - me
  50. -------------------------------------------------------------------------------
  51.