diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2001-10-09 20:34:55 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2001-10-09 20:34:55 +0000 |
commit | 20e145afae8d28fe3436fc7f0be7a3119663e233 (patch) | |
tree | 862ec69e2f362b19b967a16e0c551d30309d2a8f /sys/dev/pci | |
parent | b2dc0264d3f5972dec7672f3fa79e3786135dade (diff) |
Don't enable BGE_CHECKSUM yet, since it doesn't work.
It shouldn't have been enabled in the first place.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/if_bge.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c index 2fbb2382fb4..f443a7a23dc 100644 --- a/sys/dev/pci/if_bge.c +++ b/sys/dev/pci/if_bge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bge.c,v 1.1 2001/10/05 18:57:28 nate Exp $ */ +/* $OpenBSD: if_bge.c,v 1.2 2001/10/09 20:34:54 nate Exp $ */ /* * Copyright (c) 2001 Wind River Systems * Copyright (c) 1997, 1998, 1999, 2001 @@ -117,7 +117,7 @@ #include <dev/pci/if_bgereg.h> -#define BGE_CHECKSUM +/* #define BGE_CHECKSUM */ int bge_probe __P((struct device *, void *, void *)); void bge_attach __P((struct device *, struct device *, void *)); |