diff options
| author | John Polstra <jdp@FreeBSD.org> | 2002-07-04 23:19:20 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 2002-07-04 23:19:20 +0000 |
| commit | 5ddc57942fb3efd5461a46d6a838db67de407d44 (patch) | |
| tree | 8901847a2ad2efca6a8b1e62c0f4caa84cf9692a /sys/dev | |
| parent | 70c17636347a905d942d9c3bdc1fb0194f3b357b (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/bge/if_bge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bge/if_bge.c b/sys/dev/bge/if_bge.c index afb01a77d077..eaf2c7b7b92a 100644 --- a/sys/dev/bge/if_bge.c +++ b/sys/dev/bge/if_bge.c @@ -113,7 +113,7 @@ #include <dev/bge/if_bgereg.h> -#define BGE_CSUM_FEATURES (CSUM_IP | CSUM_TCP | CSUM_UDP | CSUM_IP_FRAGS) +#define BGE_CSUM_FEATURES (CSUM_IP | CSUM_TCP | CSUM_UDP) MODULE_DEPEND(bge, miibus, 1, 1, 1); |
