Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Apr 2000 09:03:58 +0700 (NOVST)
From:      Nickolay Dudorov <nnd@mail.nsk.ru>
To:        cvs-all@freebsd.org
Subject:   Re: cvs commit: src/sys/pci if_tx.c if_txvar.h 
Message-ID:  <200004130203.JAA01181@wint.itfs.nsk.su>
In-Reply-To: <Pine.BSF.4.21.0004130507360.57731-100000@iclub.nsu.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
In <Pine.BSF.4.21.0004130507360.57731-100000@iclub.nsu.ru> Ustimenko Semen <semen@iclub.nsu.ru> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004130203.JAA01181>