Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Feb 2001 08:09:34 -0600 (CST)
From:      Dan Debertin <airboss@bitstream.net>
To:        Bosko Milekic <bmilekic@technokratis.com>
Cc:        "net@freebsd.org" <net@FreeBSD.ORG>
Subject:   Re: buffer problems with ep
Message-ID:  <Pine.LNX.4.30.0102160803440.11181-100000@dmitri.bitstream.net>
In-Reply-To: <Pine.LNX.4.30.0102152326140.10575-100000@dmitri.bitstream.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 15 Feb 2001, Dan Debertin wrote:

> Sure thing. Here's what I get when I add that #define:
>
> ../../dev/ep/if_ep.c: In function `ep_attach':
> ../../dev/ep/if_ep.c:325: structure has no member named `rx_bpf_disc'
> ../../dev/ep/if_ep.c: In function `ep_intr':
> ../../dev/ep/if_ep.c:591: warning: int format, long int arg (arg 2)
> ../../dev/ep/if_ep.c:591: warning: int format, long int arg (arg 3)
>
> and then an abort. I'm going to make clean and give it another go, though.

Bosko,

make clean didn't change anything. It looks like the line in question,

    sc->rx_no_first = sc->rx_no_mbuf = sc->rx_bpf_disc =
        sc->rx_overrunf = sc->rx_overrunl = sc->tx_underrun = 0;

is just zeroing these out, so I removed sc->rx_bpf_disc, and it compiled
fine.

However, no Status: messages (or messages of any kind) on the console or
anywhere.

Let me know if there's anything else I can do to help find the problem.

Thanks,

Dan Debertin
--
++ Unix is the worst operating system, except for all others.

++ Dan Debertin
++ Senior Systems Administrator
++ Bitstream Underground, LLC
++ airboss@bitstream.net
++ (612)321-9290 x108
++ GPG Fingerprint: 0BC5 F4D6 649F D0C8 D1A7  CAE4 BEF4 0A5C 300D 2387






To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.30.0102160803440.11181-100000>