From owner-cvs-all Sun Oct 24 21:35:49 1999 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 7105E151AF; Sun, 24 Oct 1999 21:35:44 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id WAA29085; Sun, 24 Oct 1999 22:35:43 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id WAA38533; Sun, 24 Oct 1999 22:36:22 -0600 (MDT) Message-Id: <199910250436.WAA38533@harmony.village.org> To: "Matthew N. Dodd" Subject: Re: cvs commit: src/sys/isa sio.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Mon, 25 Oct 1999 00:11:01 EDT." References: Date: Sun, 24 Oct 1999 22:36:22 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message "Matthew N. Dodd" writes: : We really need to break the bus front ends out and switch to use the copy : of sio.c in sys/dev/sio/. : : PCI and MCA attachments will require this as adding more '#ifdef FOOBUS' : statements to the file does nothing for us in the long run. You are right. Peter and Bruce have worked out a plan for dealing with this issue. In the mean time, since I couldn't easily split this code into sio_pccard.c where it belongs, I made the commit. Peter is going to merge his minor changes to dev/sio/sio.c back into isa/sio.c and the former will go away. If you want to work on splittig things out, I'd coordinate with Peter and Bruce. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message