home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / sysv386 / 16357 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  2.0 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!darwin.sura.net!ukma!cs.widener.edu!dsinc!pitt.edu!gvls1!jabber!candle!root
  2. From: root@candle.uucp (Bruce Momjian)
  3. Newsgroups: comp.unix.sysv386
  4. Subject: Re: AT&T Release 3.2 and COM3?
  5. Message-ID: <1992Nov10.025605.9548@candle.uucp>
  6. Date: 10 Nov 92 02:56:05 GMT
  7. References: <1992Nov1.215445.182@dxis.att.com>
  8. Organization: a consultant's basement
  9. Lines: 36
  10. X-Newsreader: TIN [version 1.1 PL6]
  11.  
  12. Bob Schreibmaier (k2ph@dxis.att.com) wrote:
  13. : I'm still pretty early on the learning curve for 386 UNIX,
  14. : so I have one of those beginner questions...
  15. : I have AT&T System V/386 Release 3.2 Version 2.3, which
  16. : initially came with only COM1 (tty00, tty00h, and tty00s)
  17. : configured.  I was successfully able to add COM2 as
  18. : tty01, tty01h, and tty01s to the kernel.  However, I would
  19. : like to be able to use an internal modem card as COM3.
  20. : First of all, is this even possible?  I assume the correct
  21. : entry to add to /etc/conf/sdevice.d/asy would be:
  22. : asy    Y    1    7    1    2    3e8    3ef    0    0
  23. : Is this correct?  What should be added to /etc/conf/node.d/asy?
  24. : Thanks in advance for any help.
  25.  
  26. It is my understanding that the stock ATT asy driver will only handle 2
  27. com ports.  There are two solutions:
  28.  
  29.     1) install fas, a PD asy driver replacement widely available ( I
  30. don't know where, though)
  31.  
  32.     2) this option is funky.  Basically install the asy driver twice
  33. in the kernel by copying and binary editing the Driver.o file so all
  34. asy's become as2's, and installing a new driver called as2.  You also
  35. have to make an as2.h out of asy.h, and change the one or two local
  36. variables in the driver that do not have asy in them to any unused
  37. symbol name.  Edit a new space.c and as2.h files to use the ports and
  38. interrupts you desire.  I have done it on my machine and it works fine.
  39. -- 
  40. Bruce Momjian                          |  830 Blythe Avenue
  41. root%candle.uucp@bts.com               |  Drexel Hill, Pennsylvania 19026 
  42.   +  If your life is a hard drive,     |  (215) 353-9879(w) 
  43.   +  Christ can be your backup.        |  (215) 853-3000(h)
  44.