From owner-freebsd-net Fri Feb 16 6:17:52 2001 Delivered-To: freebsd-net@freebsd.org Received: from ceasefire.bitstream.net (ceasefire.bitstream.net [216.243.128.220]) by hub.freebsd.org (Postfix) with SMTP id 2B42B37B4EC for ; Fri, 16 Feb 2001 06:17:49 -0800 (PST) Received: (qmail 70552 invoked from network); 16 Feb 2001 14:17:43 -0000 Received: from unknown (HELO dmitri.bitstream.net) (216.243.132.33) by ceasefire with SMTP; 16 Feb 2001 14:17:43 -0000 Date: Fri, 16 Feb 2001 08:09:34 -0600 (CST) From: Dan Debertin To: Bosko Milekic Cc: "net@freebsd.org" Subject: Re: buffer problems with ep In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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