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

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!mcsun!Germany.EU.net!Urmel.Informatik.RWTH-Aachen.DE!cip-s02!u31b3hs
  3. From: u31b3hs@cip-s02.informatik.rwth-aachen.de (Michael Haardt)
  4. Subject: Re: How to run a second modem on COM3, IRQ5
  5. Message-ID: <u31b3hs.715505811@cip-s02>
  6. Sender: news@Urmel.Informatik.RWTH-Aachen.DE (Newsfiles Owner)
  7. Nntp-Posting-Host: cip-s02
  8. Organization: Rechnerbetrieb Informatik  /  RWTH Aachen
  9. References: <1992Sep2.202602.18765@magnus.acs.ohio-state.edu>
  10. Date:  3 Sep 92 07:36:51 GMT
  11. Lines: 24
  12.  
  13. bjones@magnus.acs.ohio-state.edu (William A Jones) writes:
  14. >I just obatined a Gateway Telepath modem from a coworker who decided that he
  15. >didn't want it anymore.  So, now I have two high speed modems.  But, after
  16. >reading the documentation, I discovered that the Telepath can be configured
  17. >to use any of the 4 COM ports as IRQ5.  So, what I was hoping to do is
  18. >keep my current installation (Microsoft Mouse on COM1, IRQ4; modem on
  19. >COM2, IRQ3) and run the Gateway on COM3 (or COM4) using IRQ5.  Is this
  20. >possible?  If so, what changes (I'm sure there are some) would I need to
  21. >make to the kernel?  What else would I have to do to get this to happen?
  22.  
  23. I use a usual serial card aat COM3 with IRQ 5 without any problems.  I
  24. changed only the interrupt number in the table, somwhere in the kernel
  25. sources (serial.c?)  Anyway, that is all you need to do.
  26.  
  27. It might be a nice idea to see which device uses which port addresses
  28. and IRQs during boot, having kind of a unique format like:
  29.  
  30. ttys? at 0x??? using irq ?
  31.  
  32. Btw: I can't find any more free interrupts in the range from 0 to 7,
  33. are there any?  Using interrupts from the second irq controller would
  34. mean that I have to solder something :(
  35.  
  36. Michael
  37.