Module Name:    src
Committed By:   dyoung
Date:           Mon Mar 15 19:43:17 UTC 2010

Modified Files:
        src/sys/dev/cardbus: cardbusvar.h

Log Message:
Delete unused members ct_rbus_iot and ct_rbus_memt from struct
cardbus_devfunc.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/dev/cardbus/cardbusvar.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/cardbus/cardbusvar.h
diff -u src/sys/dev/cardbus/cardbusvar.h:1.51 src/sys/dev/cardbus/cardbusvar.h:1.52
--- src/sys/dev/cardbus/cardbusvar.h:1.51	Thu Mar  4 22:37:38 2010
+++ src/sys/dev/cardbus/cardbusvar.h	Mon Mar 15 19:43:17 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: cardbusvar.h,v 1.51 2010/03/04 22:37:38 dyoung Exp $	*/
+/*	$NetBSD: cardbusvar.h,v 1.52 2010/03/15 19:43:17 dyoung Exp $	*/
 
 /*
  * Copyright (c) 1998, 1999 and 2000
@@ -177,9 +177,6 @@
 	int ct_bus;			/* bus number */
 	int ct_func;			/* function number */
 
-	rbus_tag_t ct_rbus_iot;		/* CardBus i/o rbus tag */
-	rbus_tag_t ct_rbus_memt;	/* CardBus mem rbus tag */
-
 	pcireg_t ct_bar[6];		/* Base Address Regs 0 to 6 */
 	pcireg_t ct_bhlc;		/* Latency timer and cache line size */
 	/* u_int32_t ct_cisreg; */	/* CIS reg: is it needed??? */

Reply via email to