home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / bsd / 11055 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.6 KB  |  38 lines

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!The-Star.honeywell.com!umn.edu!noc.msc.net!uc.msc.edu!raistlin!shamash!runyon.cim.cdc.com!pbd
  2. From: pbd@runyon.cim.cdc.com (Paul Dokas)
  3. Newsgroups: comp.unix.bsd
  4. Subject: XFree86 mouse problems solved
  5. Message-ID: <51150@shamash.cdc.com>
  6. Date: 8 Jan 93 21:32:52 GMT
  7. Sender: usenet@shamash.cdc.com
  8. Organization: ICEM Systems, Inc.
  9. Lines: 27
  10.  
  11. The problems that I was having with X turned out to be in the hardware.
  12. The serial ports on my IDE-IO (ide, fd, 2s 1p 1g) card are useless (no
  13. surprise here :-| )
  14.  
  15. So I'm now down to 2 serial ports (a mouse and a terminal), but I need
  16. 3 (I've got a modem).  I've got a simple dual serial card (a 16450 and
  17. a 16550 on board), but I'm considering getting another.  But I've got
  18. a few questions first.  Does anyone know if the default com driver will
  19. handle shared IRQs for serial ports?  For example, will the following
  20. work:
  21.  
  22.   device         com1    at isa? port "IO_COM1" tty irq 4 vector comintr
  23.   device         com2    at isa? port "IO_COM2" tty irq 3 vector comintr
  24.   device         com3    at isa? port 0x3e8 tty irq 4 vector comintr
  25.   device         com4    at isa? port 0x2e8 tty irq 3 vector comintr
  26.  
  27. com1 and com3 share IRQ 4 and com2 and com4 share IRQ 3.  Where com1
  28. and com2 are on one board and com3 and com4 are on another.
  29.  
  30. If this won't work, then can someone recommend a multi-port serial
  31. card.
  32.  
  33. -- 
  34. #include <std.disclaimer>
  35. #define FULL_NAME                          "Paul Dokas"
  36. #define EMAIL                              "pbd@runyon.cim.cdc.com"
  37. /*            Just remember, you *WILL* die someday.             */
  38.