home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / sysv386 / 12302 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  1.3 KB

  1. Path: sparky!uunet!mcsun!fuug!demos!kiae!glas!gn!iecc.cambridge.ma.us!johnl
  2. From: johnl@iecc.cambridge.ma.us
  3. Newsgroups: comp.unix.sysv386
  4. Date: 19 Jul 92 18:45 MDT
  5. Subject: Re: ISC3.0 (SYSV3.2) and COM3/3rd seria
  6. Sender: Notesfile to Usenet Gateway <notes@glas.apc.org>
  7. Message-ID: <9207191345.AA13415@iecc.cambridg>
  8. References: <sledge.711324562@messua>
  9. Nf-ID: #R:sledge.711324562@messua:1086768343:9207191345.AA13415@iecc.cambridg:-768986761:001:824
  10. Nf-From: iecc.cambridge.ma.us!johnl    Jul 19 18:45:00 1992
  11. Lines: 25
  12.  
  13.  
  14. >How to tell the Kernel that there exists a 3rd serial line to use with
  15. >"asy".
  16.  
  17. Either you can use kconfig, or it's proabably easier to edit the config
  18. file yourself, it's called /etc/conf/sdevice.d/asy.  Here's what mine looks
  19. like:
  20.  
  21. asy    Y    1    7    1    4    3f8    3ff    0    0
  22. asy    Y    1    7    1    3    2f8    2ff    0    0
  23. asy    Y    1    7    1    5    3e8    3ef    0    0
  24.  
  25.  
  26. The second column is Y to configure, N to leave out a given line.
  27. The 6th column is the interrupt, the 7th and 8th the beginning and end of
  28. the I/O addresses.  The asy driver can handle up to 16 terminals; add new
  29. lines to the file as needed.  The driver supports shared interrupts if
  30. the cards physically do (but most don't.)
  31.  
  32. After you edit this file, you need to build and install a new kernel in the
  33. usual way with kconfig.
  34.  
  35. Regards,
  36. John Levine, johnl@iecc.cambridge.ma.us, {spdcc|ima|world}!iecc!johnl
  37.  
  38.