From owner-freebsd-current Sun Apr 19 19:06:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA07586 for freebsd-current-outgoing; Sun, 19 Apr 1998 19:06:24 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from sasami.jurai.net (winter@sasami.jurai.net [207.153.65.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA07575 for ; Mon, 20 Apr 1998 02:06:20 GMT (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.8.8/8.8.7) with SMTP id WAA25210 for ; Sun, 19 Apr 1998 22:06:20 -0400 (EDT) Date: Sun, 19 Apr 1998 22:06:20 -0400 (EDT) From: "Matthew N. Dodd" To: current@FreeBSD.ORG Subject: source code layout? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok, we've got sys/pci for PCI devices which as near as I can tell is fairly i386 specific which should imply that it be located in sys/i386/pci. We've got sys/dev for device files that should be arch independent but some aren't. I'm working on a driver that would like to have the isa specific bits in sys/i386/isa and the EISA bits in sys/i386/eisa, and the rest in sys/i386/dev/tce, but we have no sys/i386/dev. Should we? I don't believe these bits (and others floating in the source tree) belong in sys/dev. /* Matthew N. Dodd | A memory retaining a love you had for life winter@jurai.net | As cruel as it seems nothing ever seems to http://www.jurai.net/~winter | go right - FLA M 3.1:53 */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message