From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 29 Sep 2002 16:21:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 29 Sep 2002 16:21:13 -0400 Received: from pa90.banino.sdi.tpnet.pl ([213.76.211.90]:272 "EHLO alf.amelek.gda.pl") by vger.kernel.org with ESMTP id ; Sun, 29 Sep 2002 16:19:28 -0400 Subject: Re: [patch] fix parport_serial / serial link order (for 2.4.20-pre8) In-Reply-To: To: Zwane Mwaikambo Date: Sun, 29 Sep 2002 22:24:41 +0200 (CEST) CC: Marek Michalkiewicz , twaugh@redhat.com, serial24@macrolink.com, Linux Kernel X-Mailer: ELM [version 2.4ME+ PL95 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Message-Id: From: Marek Michalkiewicz Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > I submitted both a parport sharing (i am using interrupt driven parport, > which is needed due to both serial ports using the same irq) and netmos > patch a while ago, Tim was concerned about issues encountered > by folks previously wrt the netmos. What are these issues? If they are caused by IRQ sharing between parallel and serial ports, and parport works fine in polling mode (it does for me, I've done quite a lot of printing), I'd suggest to use polling for now, and leave IRQ sharing support for later... Serial ports are more important for me right now, but 2S1P cards are easier to find and even cheaper (!) than 2S cards... There is a disadvantage - extra slot (or holes in the back of the box) needed for the two DB9 connectors connected to the card with ribbon cables. The parport_serial / serial link order issue is quite old - is everyone using modular kernels (not affected by it) these days? Perhaps all of parport_serial should still be CONFIG_EXPERIMENTAL ;) Marek