Date: Tue, 12 Dec 2000 10:05:14 +0100 From: Nicolas Souchu <nsouch@alcove.fr> To: Warner Losh <imp@village.org> Cc: hackers@FreeBSD.ORG Subject: Re: Partial start on pci + serial/parallel cards Message-ID: <20001212100513.B6007@wiliam.alcove-int> In-Reply-To: <200012111836.LAA38242@harmony.village.org>; from imp@village.org on Mon, Dec 11, 2000 at 11:36:22AM -0700 References: <20001211154207.A25074@wiliam.alcove-int> <200012090613.XAA18688@harmony.village.org> <20001211154207.A25074@wiliam.alcove-int> <200012111836.LAA38242@harmony.village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Dec 11, 2000 at 11:36:22AM -0700, Warner Losh wrote: > In message <20001211154207.A25074@wiliam.alcove-int> Nicolas Souchu writes: > : On Fri, Dec 08, 2000 at 11:13:12PM -0700, Warner Losh wrote: > : > > : > OK. I have a partial start on the serial/parallel cards. It isn't > : > attaching anything yet, but should give people an idea on the > : > direction I'd like to head. > : > > : > As part of this work, I'll likely remove pci attachment of sio, and > : > change it to puc. puc is the name NetBSD uses (I snagged the tables > : > and some code from NetBSD's puc driver, btw) so I kept using it. I'll > : > also need to add puc attachments to sio and ppc drivers. > : > : What will actually happened to them, especially ppc? Currently, ppc is > : isa dependent so why should we change the DRIVER_MODULE directive to > : attach to puc? > > I'd make ppc less isa specific, but it isn't that hard to do from You must think of moving the microseq interpretation in an other file. > looking at the code. I'd also think about moving it to dev/ppc with a > ppc_isa.c and ppc_puc.c. This is something I don't understand. If ppc_puc is a PCI driver why don't you put in the pci directory and let ppc_isa in isa one? Nicholas -- Nicolas.Souchu@alcove.fr Alcôve - Open Source Software Engineer - http://www.alcove.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001212100513.B6007>