From owner-freebsd-questions Fri Aug 20 15:36:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id E028114DDF for ; Fri, 20 Aug 1999 15:36:41 -0700 (PDT) (envelope-from bigeye.rhein-neckar.de!naddy@mips.rhein-neckar.de) Received: from mips.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id AAA14418 for freebsd-questions@freebsd.org; Sat, 21 Aug 1999 00:34:45 +0200 (CEST) (envelope-from bigeye.rhein-neckar.de!naddy@mips.rhein-neckar.de) Received: by mips.rhein-neckar.de id m11Hx30-000WyUC (Debian Smail-3.2.0.101 1997-Dec-17 #2); Sat, 21 Aug 1999 00:22:06 +0200 (CEST) From: naddy@mips.rhein-neckar.de (Christian Weisgerber) Subject: Re: 4 seriel ports Date: 21 Aug 1999 00:24:27 +0200 Message-ID: <7pkkir$fu1$1@bigeye.rhein-neckar.de> References: <001401beeb3e$21389a90$1600000a@SOS> To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Morten Seeberg wrote: > Hi, AFAIR it is possible on x86 systems (or atleast windows and dos :) ) to > have 4 serial ports, which share 2 IRQs?? Sure. The Am386 box I'm typing this on has four serial ports on a single IRQ using an AST Fourport clone. In fact, your question reminds me of a Cyclades eight-port card that I need to ask back from somebody else. You just need the right *hardware*. > (I have 2 onboard serieal ports and an xtra I/O card. Nope. I'm not aware of onboard serial ports being able to share IRQs, although this should be the most simple case. Simple I/O cards usually can't share IRQs between their ports either. Sharing over the ISA bus is completely out. You need specially designed cards, such as AST Fourports and clones, Vision Systems' 4Com or similar, or cards with ports entirely unlike the 8250-derived COM-type ones such as the Cyclades, Stallion, and Rocketport ones. > How is this done on BSD? See sio(4) and the various drivers for the non-COM-type special multi-port cards. I haven't actually used any multi-port cards under BSD yet, but I'm going to eventually, and the information seems to be there. -- Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message