home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 21560 < prev    next >
Encoding:
Text File  |  1992-12-23  |  2.2 KB  |  50 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!jvnc.net!gmd.de!joergp
  3. From: joergp@gmd.de (Joerg Prust)
  4. Subject: BUG in 0.99[p1] kernel config script and Re: Serial driver issues
  5. Message-ID: <joergp.725145625@gmd.de>
  6. Sender: news@gmd.de (USENET News)
  7. Nntp-Posting-Host: gmdzi
  8. Organization: GMD, Sankt Augustin, Germany
  9. Date: Wed, 23 Dec 1992 21:20:25 GMT
  10. Lines: 38
  11.  
  12.  
  13. The config.in file of the 0.99 kernel sources contains a small typing error:
  14. I think CONFIG_AUTOIRQ should be CONFIG_AUTO_IRQ, otherwise this stuff will
  15. never be included (Linus, do you hear me?).
  16.  
  17. Second, NEW_INTERRUPT_ROUTINE is #undef'ed in kernel/chr_drv/serial.c by
  18. default, is this intended? (The comments state that it should be okay for
  19. most people!?)
  20.  
  21. I came across these because I have two simple serial cards which I want to
  22. use simultaneously:
  23.  
  24. As far as I read from recent news, these cannot share the same IRQ-lines.
  25. The last weeks there have been some postings regarding multiport cards,
  26. but with a little soldering, you can use IRQ's 10 to 12 with every
  27. off-the-shelve short (8 bit) card! I read about this in the German
  28. computer magazine c't (jan '93) and intend to try that for Linux.
  29. You "just" have to disconnect the IRQ3/4 lines of one card and connect
  30. them to the pins D3 and D4 of the upper part of the slot connector, which
  31. drive the IRQ10 and IRQ11 lines (i.e.).
  32. To do this, you only need a card which fits into the 16-bit-part of the
  33. AT-bus-slot and a few inches of wire (I will recycle an old CGA card...).
  34. The only problem might be to find the IRQ lines on the serial card, but most
  35. of them have jumpers to set the IRQ's. These can be left open and will be
  36. the points where the new connector has to be attached to.
  37.  
  38. Of course this should ONLY be done if you are not afraid of
  39. hardware-hacking and know what you are doing!!!
  40.  
  41. Tsch"uss
  42.       J"org
  43.  
  44. ---------------------------------------------------------------------------
  45. Joerg Prust
  46. German National Research Center for Computer Science (GMD)
  47. Artificial Intelligence Research Division 
  48. Schloss Birlinghoven, D-5205 St.Augustin 1, FRG
  49. Email: joergp@gmd.de   Phone: +49 2241 142675   Fax: +49 2241 142889
  50.