Module Name:    src
Committed By:   dyoung
Date:           Tue Apr 14 20:17:16 UTC 2009

Modified Files:
        src/sys/dev/pci: if_bnxreg.h

Log Message:
Delete two unused data members, the powerhook and the shutdownhook
handles.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/pci/if_bnxreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/if_bnxreg.h
diff -u src/sys/dev/pci/if_bnxreg.h:1.7 src/sys/dev/pci/if_bnxreg.h:1.8
--- src/sys/dev/pci/if_bnxreg.h:1.7	Tue Jun 24 10:17:45 2008
+++ src/sys/dev/pci/if_bnxreg.h	Tue Apr 14 20:17:15 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_bnxreg.h,v 1.7 2008/06/24 10:17:45 gmcgarry Exp $	*/
+/*	$NetBSD: if_bnxreg.h,v 1.8 2009/04/14 20:17:15 dyoung Exp $	*/
 /*	$OpenBSD: if_bnxreg.h,v 1.17 2006/11/20 21:26:27 brad Exp $	*/
 
 /*-
@@ -4601,8 +4601,6 @@
 	bus_size_t		bnx_size;
 
 	void				*bnx_intrhand;		/* Interrupt handler */
-	void				*bnx_powerhook;
-	void				*bnx_shutdownhook;
 
 	/* ASIC Chip ID. */
 	u_int32_t					bnx_chipid;

Reply via email to