diff options
Diffstat (limited to 'sys/arch/mvme88k/stand/netboot/if_lereg.h')
-rw-r--r-- | sys/arch/mvme88k/stand/netboot/if_lereg.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/stand/netboot/if_lereg.h b/sys/arch/mvme88k/stand/netboot/if_lereg.h index c5ef3a72781..a44f313d49e 100644 --- a/sys/arch/mvme88k/stand/netboot/if_lereg.h +++ b/sys/arch/mvme88k/stand/netboot/if_lereg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_lereg.h,v 1.4 2003/06/02 23:27:52 millert Exp $ */ +/* $OpenBSD: if_lereg.h,v 1.5 2009/01/18 21:49:11 miod Exp $ */ /*- * Copyright (c) 1982, 1992, 1993 @@ -40,6 +40,8 @@ #define LETBUFLOG2 0 #define LE_TLEN (LETBUFLOG2 << 13) +#define LEMEMSIZE 16384 /* memory needed to fulfill above settings */ + /* Local Area Network Controller for Ethernet (LANCE) registers */ struct lereg1 { volatile u_short ler1_rdp; /* register data port */ |