Manpage changes as suggested by jmc@, thanks.
Index: Makefile
===
RCS file: /home/sunil/cvs/src/usr.bin/mg/Makefile,v
retrieving revision 1.24
diff -u -p -r1.24 Makefile
--- Makefile2 Feb 2011 05:21:36 - 1.24
+++ Makefil
even though oracle still checks b.order at runtime, the rest of
obsd db 1.85 functions, namely those pertaining to hash(3), use
BYTE_ORDER
so,
1. it's inconsistent to do runtime on btree but not on hash
2. complicating the code by checking endianness after assigning
defaults -- even though all o
On Sun, Nov 27, 2011 at 8:58 AM, Claudio Jeker wrote:
> On Fri, Nov 25, 2011 at 02:43:38PM +0100, Mike Belopuhov wrote:
>> shaves off some bus read/write operations.
>> tested on 82598 and 82599. ok?
>
> On what information is this based? The intel driver in .Fx does not do
> that and I wonder if
On Fri, Nov 25, 2011 at 02:43:38PM +0100, Mike Belopuhov wrote:
> shaves off some bus read/write operations.
> tested on 82598 and 82599. ok?
On what information is this based? The intel driver in .Fx does not do
that and I wonder if it is enough in all cases to just reenable the
queues.
> diff