netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rask Ingemann Lambertsen <rask@sygehus.dk>
To: Ben Greear <greearb@candelatech.com>
Cc: "'netdev@oss.sgi.com'" <netdev@oss.sgi.com>
Subject: Re: [PATCH 3/3] rx_all e100 patch
Date: Tue, 25 Nov 2003 17:56:11 +0100	[thread overview]
Message-ID: <20031125175611.A1506@sygehus.dk> (raw)
In-Reply-To: <3FC30AEE.7000005@candelatech.com>; from greearb@candelatech.com on Mon, Nov 24, 2003 at 11:55:26PM -0800

On Mon, Nov 24, 2003 at 11:55:26PM -0800, Ben Greear wrote:

> +		/* Discard over-runs */
> +		if (bdp->config[6] & CB_CFIG_SAVE_OVERRUNS) {
> +			bdp->config[6] &= !CB_CFIG_SAVE_OVERRUNS;
> +			E100_CONFIG(bdp, 6);
>  		}
> -	}
> +
> +		/* Don't send CRC (FCS) to memory */
> +		if (bdp->config[18] & CB_CFIG_CRC_IN_MEM) {
> +			bdp->config[18] &= !CB_CFIG_CRC_IN_MEM;
> +			E100_CONFIG(bdp, 18);
> +		}
> +        }

I think you want ~CB_CFIG_XXX instead of !CB_CFIG_XXX.

-- 
Regards,
Rask Ingemann Lambertsen

  parent reply	other threads:[~2003-11-25 16:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-25  7:55 [PATCH 3/3] rx_all e100 patch Ben Greear
2003-11-25 15:21 ` Rask Ingemann Lambertsen
2003-11-25 18:03   ` Ben Greear
2003-11-25 23:41     ` Rask Ingemann Lambertsen
2003-11-25 16:56 ` Rask Ingemann Lambertsen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-11-25 17:39 Feldman, Scott
2003-11-25 18:05 ` Ben Greear

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20031125175611.A1506@sygehus.dk \
    --to=rask@sygehus.dk \
    --cc=greearb@candelatech.com \
    --cc=netdev@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).