Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 9 Mar 2003 03:57:50 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 9 Mar 2003 03:57:50 -0500 Received: from chii.cinet.co.jp ([61.197.228.217]:4224 "EHLO yuzuki.cinet.co.jp") by vger.kernel.org with ESMTP id ; Sun, 9 Mar 2003 03:57:49 -0500 Message-ID: <3E6B0464.48F9509F@cinet.co.jp> Date: Sun, 09 Mar 2003 18:07:48 +0900 From: Osamu Tomita X-Mailer: Mozilla 4.8C-ja [ja/Vine] (X11; U; Linux 2.5.64-ac3-pc98smp i686) X-Accept-Language: ja MIME-Version: 1.0 To: Paul Gortmaker CC: Linux Kernel Mailing List , Alan Cox , Jeff Garzik Subject: Re: [PATCH] PC-9800 subarch. support for 2.5.64-ac3 (11/20) NIC References: <20030309035245.GA1231@yuzuki.cinet.co.jp> <20030309042519.GL1231@yuzuki.cinet.co.jp> <3E6AEA01.1077F367@yahoo.com> Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1349 Lines: 34 Thanks for the comment. Paul Gortmaker wrote: > > Osamu Tomita wrote: > > > > This is the patch to support NEC PC-9800 subarchitecture > > against 2.5.64-ac3. (11/20) > > > > C-bus(PC98's legacy bus like ISA) network cards support. > > Change IO port and IRQ assign. > > Add auto detect function for some cards. > > PCI netwwork card works fine without patch. > > I had a quick look at the ne.c part of this patch, and I can't > say I'm really thrilled to see some 30 or more ifdefs added to > just one driver. Okay, I know it is an old crusty ISA driver, but > when somebody has to go in there to repair the inevitable bitrot, > the readability factor is significantly reduced. I see. > If the hardware differences can't be abstracted out any cleaner > than this, then it probably makes sense to just make a ne2k-pc98.c > and you can scrap all the bits you don't want. Code sharing is > fine, but no point bending over backwards in trying to do so. > (e.g. we already have MCA and PCMCIA versions of ne.c now...) I'll try to write separated driver for PC98. And post later. Regards, Osamu Tomita - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/