From owner-freebsd-hackers Mon Dec 11 10:36:29 2000 From owner-freebsd-hackers@FreeBSD.ORG Mon Dec 11 10:36:28 2000 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id DF7BC37B400 for ; Mon, 11 Dec 2000 10:36:24 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eBBIaMs69832; Mon, 11 Dec 2000 11:36:23 -0700 (MST) (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 LAA38242; Mon, 11 Dec 2000 11:36:22 -0700 (MST) Message-Id: <200012111836.LAA38242@harmony.village.org> To: Nicolas Souchu Subject: Re: Partial start on pci + serial/parallel cards Cc: hackers@FreeBSD.ORG In-reply-to: Your message of "Mon, 11 Dec 2000 15:42:07 +0100." <20001211154207.A25074@wiliam.alcove-int> References: <20001211154207.A25074@wiliam.alcove-int> <200012090613.XAA18688@harmony.village.org> Date: Mon, 11 Dec 2000 11:36:22 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 looking at the code. I'd also think about moving it to dev/ppc with a ppc_isa.c and ppc_puc.c. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message