Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Argh. Commited the wrong file.



details:   https://anonhg.NetBSD.org/src/rev/97f582aacd81
branches:  trunk
changeset: 543661:97f582aacd81
user:      mjacob <mjacob%NetBSD.org@localhost>
date:      Sat Mar 01 19:49:45 2003 +0000

description:
Argh. Commited the wrong file.

diffstat:

 sys/dev/pci/if_stge.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r daf7c8369f0a -r 97f582aacd81 sys/dev/pci/if_stge.c
--- a/sys/dev/pci/if_stge.c     Sat Mar 01 19:30:30 2003 +0000
+++ b/sys/dev/pci/if_stge.c     Sat Mar 01 19:49:45 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_stge.c,v 1.18 2003/03/01 19:30:30 mjacob Exp $      */
+/*     $NetBSD: if_stge.c,v 1.19 2003/03/01 19:49:45 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.18 2003/03/01 19:30:30 mjacob Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_stge.c,v 1.19 2003/03/01 19:49:45 mjacob Exp $");
 
 #include "bpfilter.h"
 
@@ -82,7 +82,7 @@
 
 #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 */
 



Home | Main Index | Thread Index | Old Index