From owner-cvs-all Wed Sep 9 11:30:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA24672 for cvs-all-outgoing; Wed, 9 Sep 1998 11:30:53 -0700 (PDT) (envelope-from owner-cvs-all) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id LAA24634; Wed, 9 Sep 1998 11:30:48 -0700 (PDT) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0zGp0l-0005KQ-00; Wed, 9 Sep 1998 12:30:35 -0600 Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.1/8.8.3) with ESMTP id MAA04771; Wed, 9 Sep 1998 12:31:29 -0600 (MDT) Message-Id: <199809091831.MAA04771@harmony.village.org> To: Bruce Evans Subject: Re: cvs commit: src/sys/conf files Cc: cvs-all@freebsd.org, cvs-committers@freebsd.org In-reply-to: Your message of "Thu, 10 Sep 1998 04:15:40 +1000." <199809091815.EAA10016@godzilla.zeta.org.au> References: <199809091815.EAA10016@godzilla.zeta.org.au> Date: Wed, 09 Sep 1998 12:31:29 -0600 From: Warner Losh Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Actually, the real problem is that sys/bus.h includes these files, which are generated by the kerenl. Another "problem" is that there is now a sys/bus.h and a machine/bus.h which serve different purposes. sys/bus.h is for autoconfig's notion of what bus is attached to what other bus, while machine/bus.h is for the whole notion of how to access a device attached to a bus to diddle the hardware. Warner