home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9837 < prev    next >
Encoding:
Text File  |  1992-09-04  |  1.8 KB  |  46 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!paladin.american.edu!darwin.sura.net!jvnc.net!yale.edu!qt.cs.utexas.edu!cs.utexas.edu!torn!cunews!revcan!quantum!aboyd
  3. From: aboyd@quantum.on.ca (Andrew Boyd)
  4. Subject: Re: Ethernet drivers 
  5. Message-ID: <#nmnf6#@quantum.on.ca>
  6. Date: Fri, 04 Sep 92 12:55:40 GMT
  7. Organization: Quantum Software Systems
  8. References: <GNAT.92Sep1191408@kauri.kauri.vuw.ac.nz> <715399538snx@crynwr.com>
  9. Lines: 35
  10.  
  11. In article <715399538snx@crynwr.com> nelson@crynwr.com (Russell Nelson) 
  12. writes:
  13. >In article <GNAT.92Sep1191408@kauri.kauri.vuw.ac.nz> gnat@kauri.vuw.ac.nz 
  14. >writes:
  15. >   In article <#xdngk+@quantum.on.ca> aboyd@quantum.on.ca (Andrew Boyd):
  16. >   > Actually, the 503 is very similar to the wd (now smc) 8003 series of
  17. >   > cards - both use the 8390 NIC.  If you folks already have a driver for 
  18. >   > the 8003, you won't find it too big a job to support the 503 - just 
  19. >   > different locate and init code.  The runtime code is identical.
  20. >
  21. >Well, that was WRONG.  First of all, WD has their own silicon, which
  22. >has different bugs than the National silicon.  
  23.  
  24. um, it's not *that* different.  And until recently, WD cards were shipped
  25. with nat semi 8390's installed.  Check _your_ board - unless it's pretty 
  26. new, it won't have a WD83C690 installed.
  27.  
  28. >Plus, the 3c503 when I/O mapped has a 16 byte FIFO that you need to 
  29. >ensure is filled.
  30.  
  31. I didn't say anything about I/O mapped mode - excuse me for forgetting
  32. to mention memory mapped mode, in which case you can use the same runtime 
  33. code for the 503 & the 8003.
  34.  
  35. >Plus, the wd8013e has a 16-bit interface that decodes its address
  36. >early and so needs to be read/written to with interrupts off.
  37.  
  38. um, I was only talking about the 8003 (8-bit) NOT the 8013 (16-bit) card.  
  39. Reread my posting.
  40.  
  41. Excuse me for making the mistake of trying to help - I won't do it again.
  42.  
  43. ----
  44. #include <std.disclaimer>
  45.  
  46.