From owner-cvs-all Wed Apr 12 13:37:17 2000 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id C3C1837BB2A; Wed, 12 Apr 2000 13:37:02 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id OAA29329; Wed, 12 Apr 2000 14:36:59 -0600 (MDT) (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 OAA39907; Wed, 12 Apr 2000 14:36:46 -0600 (MDT) Message-Id: <200004122036.OAA39907@harmony.village.org> To: Bill Fumerola Subject: Re: cvs commit: src/sys/pci if_tx.c if_txvar.h Cc: Ustimenko Semen , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Wed, 12 Apr 2000 13:21:55 EDT." <20000412132155.J23367@jade.chc-chimes.com> References: <20000412132155.J23367@jade.chc-chimes.com> <200004120651.XAA09003@freefall.freebsd.org> Date: Wed, 12 Apr 2000 14:36:46 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20000412132155.J23367@jade.chc-chimes.com> Bill Fumerola writes: : On Tue, Apr 11, 2000 at 11:51:45PM -0700, Ustimenko Semen wrote: : > semenu 2000/04/11 23:51:45 PDT : > : > Modified files: : > sys/pci if_tx.c if_txvar.h : > Log: : > Driver is now using miibus, and newbus. : > : > PR: kern/17601 : : This breaks world (sys/modules/tx). : : : World building modules is stupid. They should be built with the kernel build, : if anything. : ME TOO I know that I've broken world a time or two by tweaking some driver or another only to see it break on the alpha and thus cause the world to break. It appears to need a shim define (it should likely be converted to newbus completely) as well as bpf.h. I think the latter can be removed completely. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message