From owner-cvs-all Wed Apr 12 19: 4: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from wint.itfs.nsk.su (wint.itfs.nsk.su [212.20.32.43]) by hub.freebsd.org (Postfix) with ESMTP id AD58437BB34 for ; Wed, 12 Apr 2000 19:04:00 -0700 (PDT) (envelope-from nnd@wint.itfs.nsk.su) Received: (from nnd@localhost) by wint.itfs.nsk.su (8.9.3/8.9.3) id JAA01181; Thu, 13 Apr 2000 09:03:58 +0700 (NOVST) (envelope-from nnd) Date: Thu, 13 Apr 2000 09:03:58 +0700 (NOVST) Message-Id: <200004130203.JAA01181@wint.itfs.nsk.su> From: Nickolay Dudorov To: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/pci if_tx.c if_txvar.h In-Reply-To: User-Agent: tin/1.4.2-20000123 ("Polish") (UNIX) (FreeBSD/5.0-CURRENT (i386)) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In Ustimenko Semen wrote: > > > On Wed, 12 Apr 2000, Warner Losh wrote: > >> 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. ........... >> 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. >> > > What do you all mean? It builds up cleanly on my machine > (current from five days ago). > > What define does it need? And from where can be bpf.h removed? Yes it builds after this commit on the current. And now there is NO more '#include "bpf.h"' but still '#define NBPFILTER 1' and some number of '#if NBPFILTER > 1's while almost all other drivers use bpfXXX routines unconditionally. N.Dudorov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message