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
++ [EMAIL PROTECTED]
++ (612)321-9290 x108
++ GPG Fingerprint: 0BC5 F4D6 649F D0C8 D1A7  CAE4 BEF4 0A5C 300D 2387






To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to