Fix RFD_TCI macro.
This commit is contained in:
parent
b09a412b7f
commit
74c56226fb
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: if_stge.c,v 1.17 2003/02/10 21:10:06 christos Exp $ */
|
||||
/* $NetBSD: if_stge.c,v 1.18 2003/03/01 19:30:30 mjacob Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
|
@ -42,7 +42,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_stge.c,v 1.17 2003/02/10 21:10:06 christos Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_stge.c,v 1.18 2003/03/01 19:30:30 mjacob Exp $");
|
||||
|
||||
#include "bpfilter.h"
|
||||
|
||||
|
@ -82,7 +82,7 @@ __KERNEL_RCSID(0, "$NetBSD: if_stge.c,v 1.17 2003/02/10 21:10:06 christos Exp $"
|
|||
|
||||
#include <dev/pci/if_stgereg.h>
|
||||
|
||||
/* #define STGE_CU_BUG 1 */
|
||||
#define STGE_CU_BUG 1
|
||||
#define STGE_VLAN_UNTAG 1
|
||||
/* #define STGE_VLAN_CFI 1 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue