From owner-freebsd-hackers Tue Dec 12 9: 7:17 2000 From owner-freebsd-hackers@FreeBSD.ORG Tue Dec 12 09:07:15 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 CEF9137B404 for ; Tue, 12 Dec 2000 09:07:13 -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 eBCH78s74372; Tue, 12 Dec 2000 10:07:09 -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 KAA30358; Tue, 12 Dec 2000 10:07:07 -0700 (MST) Message-Id: <200012121707.KAA30358@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 "Tue, 12 Dec 2000 10:05:14 +0100." <20001212100513.B6007@wiliam.alcove-int> References: <20001212100513.B6007@wiliam.alcove-int> <20001211154207.A25074@wiliam.alcove-int> <200012090613.XAA18688@harmony.village.org> <20001211154207.A25074@wiliam.alcove-int> <200012111836.LAA38242@harmony.village.org> Date: Tue, 12 Dec 2000 10:07:07 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20001212100513.B6007@wiliam.alcove-int> Nicolas Souchu writes: : > 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? Because in FreeBSD you put all the files for a driver in one directory. In NetBSD you'd do things the way you are talking about. sio and ppc break this rule right now. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message