home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / linux / 16480 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  1.4 KB

  1. Path: sparky!uunet!mcsun!ub4b!news.cs.kuleuven.ac.be!blekul11!alijku11!k111114
  2. Organization: Johannes Kepler University Linz - Computing Center
  3. Date: Thursday, 12 Nov 1992 01:38:40 CET
  4. From: <K111114@ALIJKU11.BITNET>
  5. Message-ID: <92317.013840K111114@ALIJKU11.BITNET>
  6. Newsgroups: comp.os.linux
  7. Subject: TCPIP & wd8003
  8. Lines: 27
  9.  
  10. hi.
  11. thanks to Ross Biro, I've discoverd the reason for my problem.
  12. still, it isn't solved.
  13. the wd8003 uses irq3, io-port 2f8 hex, and at the same time there's the com2
  14. serial line on exactly the same address. Don't blame me, 'twas the sysadmin.
  15. Also, I think it will hardly be possible to convince him to change this ...
  16.  
  17. BUT ... the serial line is never ever used, there's nothing attached to it.
  18.  
  19.  
  20. Therefore I just did some patches in serial.c, re- # defining NR_PORTS 1
  21. so only ttys0 on irq4 with a different io-port will be used (and, even THERE
  22. is nothing attached to the com1 serial line.)
  23.  
  24. I also added some printk's in we.c (net/tcp), and irq.c (kernel), to see what
  25. is done with the interrupt.
  26. At bootup, I can see that ONLY the wd driver (eth0.c) calls a irqaction for
  27. IRQ3, not the serial lines. The serial lines are completely quiet.
  28.  
  29. But the printk in we.c at wd8003_interrupt() is NEVER called ...
  30.  
  31. * Remember, DOS is more tolerant on this. It works with both, the "silent" com2
  32. * and the "talkative" :-) wd8003 board.
  33.  
  34. Any clues ? ... *sigh in advance*
  35.  
  36. Herp.
  37.