Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!gatech!bloom-beacon!eru!hagbard!sunic!mcsun!unido!rwthinf!cip-s01.informatik.rwth-aachen.de!u31b3hs From: u31b3hs@cip-s01.informatik.rwth-aachen.de (Michael Haardt) Newsgroups: comp.os.minix Subject: >>Dumb Questions -- IBM Minix Message-ID: <3719@rwthinf.UUCP> Date: 5 Dec 90 10:11:55 GMT Sender: news@rwthinf.UUCP Reply-To: u31b3hs@cip-s01.informatik.rwth-aachen.de (Michael Haardt) Organization: Informatik RWTH Aachen Lines: 35 Hello world! >>-- The Minix information sheet mentions that the IBM Minix supports >> up to three simultaneous users. Is there any way to add two more, >> on COM3 and COM4? > >Not really. There aren't enough interrupt request lines available >in a PC to let COM3 and COM4 have their own interrupts, so they >have to share interrupts with COM1 and COM2. It would be quite >a challenge to change the rs232 driver to handle shared interrupt >lines, and the additional interrupt service overhead would eat >up even more CPU cycles than it does now :-( > >It would be a much better idea to get a smart multi-port rs232 adapter >card and try to either 1) find a driver for it or 2) write a driver >if you really want to support four or five users. No, that's not true. In a PC, there is one free interrupt (in my opinion) and in a AT there are more free interrupts. Enabling COM3 is possible by adding a third driver function with the apropiate port and interrupt adresses. Enabling COM4, hmm..., thats seems a little bit more difficult in a AT and impossible in a XT, if you use one interrupt per line. But other people did the patch for shared interrupts and performance shouldn't be bad at all. It is not difficult to modify the serial card for shared interrupts if it uses open collector drivers. Modifying it for COM3 on a free interrupt is always possible. In most cases, there are jumpers or you have to disconnect a line and connect another. Michael Haardt u31b3hs%cip-s01.informatik.rwth-aachen.de@unido.bitnet (Please do not use the adress in the header) ------------------------------- Namaskaar --------------------------------