Module Name: src
Committed By: skrll
Date: Sat Feb 4 16:31:19 UTC 2012
Modified Files:
src/sys/arch/hp700/gsc: if_ie_gsc.c
Log Message:
G/C some unused code.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/hp700/gsc/if_ie_gsc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/hp700/gsc/if_ie_gsc.c
diff -u src/sys/arch/hp700/gsc/if_ie_gsc.c:1.25 src/sys/arch/hp700/gsc/if_ie_gsc.c:1.26
--- src/sys/arch/hp700/gsc/if_ie_gsc.c:1.25 Fri Jul 1 18:33:09 2011
+++ src/sys/arch/hp700/gsc/if_ie_gsc.c Sat Feb 4 16:31:19 2012
@@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: if_ie_gsc.c,
#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;