home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / bsd / 4852 < prev    next >
Encoding:
Internet Message Format  |  1992-08-30  |  1.5 KB

  1. Path: sparky!uunet!gumby!destroyer!lopez!clmqt!scott
  2. Newsgroups: comp.unix.bsd
  3. Subject: Re: 386bsd:ne1000 and /dev/lp probs
  4. References: <714768522snx@nutt.demon.co.uk> <1992Aug26.135535.100@Urmel.Informatik.RWTH-Aachen.DE>
  5. From: scott@clmqt.marquette.MI.US (Scott Reynolds)
  6. Message-ID: <21qbe-gh/@clmqt.marquette.MI.US>
  7. Date: Sat, 29 Aug 1992 07:34:28 EDT
  8. Lines: 31
  9.  
  10. In <1992Aug26.135535.100@Urmel.Informatik.RWTH-Aachen.DE>
  11.     kuku@acds.physik.rwth-aachen.de (Christoph Kukulies) writes:
  12.  
  13. >In article <714768522snx@nutt.demon.co.uk>, pnutty@nutt.demon.co.uk (Peter C Allnutt) writes:
  14. >>1: I can't get my ne1000 cards to work. Upon booting 386bsd sees
  15. >>the cards but reports the wrong ethernet address. It skips every
  16. >>other byte of the cards address.
  17.  
  18. The unofficial (though correct) fix to this is to change the definition
  19. of the "boarddata" variable.  It currently reads
  20.  
  21.     static u_short    boarddata[16];
  22.  
  23. and it should read
  24.  
  25.     static u_char    boarddata[16];
  26.  
  27. (I'm doing this from memory, but the relevant piece of information is
  28. the change from a 16-bit unsigned short int to an 8-bit unsigned
  29. character.)
  30.  
  31. >Could the one who posted a ne1000/2000 driver enhancement please re-post
  32. >or leave a mail. Thank you.
  33.  
  34. I'm interested in any enhancements to the driver, also; perhaps we can
  35. get it included in the unofficial patches on agate?
  36. --
  37. scott@clmqt.marquette.MI.US       |      Ich bin ein Virus.  Mach' mit und
  38. Scott Reynolds                  --+--    kopiere mich in Deine .signature.
  39. Enterprise Information System     |
  40.         Revive us, oh Lord!       |
  41.