Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp700/gsc G/C some unused code.



details:   https://anonhg.NetBSD.org/src/rev/2a2a19d3f519
branches:  trunk
changeset: 773507:2a2a19d3f519
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Feb 04 16:31:19 2012 +0000

description:
G/C some unused code.

diffstat:

 sys/arch/hp700/gsc/if_ie_gsc.c |  13 ++-----------
 1 files changed, 2 insertions(+), 11 deletions(-)

diffs (34 lines):

diff -r 30dacab3d602 -r 2a2a19d3f519 sys/arch/hp700/gsc/if_ie_gsc.c
--- a/sys/arch/hp700/gsc/if_ie_gsc.c    Sat Feb 04 16:31:02 2012 +0000
+++ b/sys/arch/hp700/gsc/if_ie_gsc.c    Sat Feb 04 16:31:19 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ie_gsc.c,v 1.25 2011/07/01 18:33:09 dyoung Exp $    */
+/*     $NetBSD: if_ie_gsc.c,v 1.26 2012/02/04 16:31:19 skrll Exp $     */
 
 /*     $OpenBSD: if_ie_gsc.c,v 1.6 2001/01/12 22:57:04 mickey Exp $    */
 
@@ -38,7 +38,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_ie_gsc.c,v 1.25 2011/07/01 18:33:09 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ie_gsc.c,v 1.26 2012/02/04 16:31:19 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -70,15 +70,6 @@
 
 #define        I82596_DEBUG    I82586_DEBUG
 
-/*
- * XXX fredette - I'm defining these on a hunch.  When things
- * appear to be working, remove these.
- */
-#if 1
-#define fdcache_small fdcache
-#define pdcache_small pdcache
-#endif
-
 #ifdef __for_reference_only
 struct ie_gsc_regs {
        uint32_t        ie_reset;



Home | Main Index | Thread Index | Old Index