diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2004-09-28 04:57:49 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2004-09-28 04:57:49 +0000 |
commit | 25278a07fc942adb76304767fcfac0eaeeda7de6 (patch) | |
tree | 70175a1043faa39ef9870f5042a8d5c154d3d90c /sys | |
parent | 267950b8c179932ae962ef12a5b948859960053f (diff) |
cleanup NGE_RXLEN
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_ngereg.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_ngereg.h b/sys/dev/pci/if_ngereg.h index e62ecb02acd..7d9c8e09ee8 100644 --- a/sys/dev/pci/if_ngereg.h +++ b/sys/dev/pci/if_ngereg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ngereg.h,v 1.5 2004/08/05 19:57:17 brad Exp $ */ +/* $OpenBSD: if_ngereg.h,v 1.6 2004/09/28 04:57:48 brad Exp $ */ /* * Copyright (c) 2001 Wind River Systems * Copyright (c) 1997, 1998, 1999, 2000, 2001 @@ -676,7 +676,6 @@ struct nge_softc { bus_space_read_4(sc->nge_btag, sc->nge_bhandle, reg) #define NGE_TIMEOUT 1000 -#define NGE_RXLEN 1536 #define NGE_MIN_FRAMELEN 60 /* |