Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jan 2010 20:38:52 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r203128 - head/sys/mips/cavium
Message-ID:  <201001282038.o0SKcqcZ047135@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Thu Jan 28 20:38:52 2010
New Revision: 203128
URL: http://svn.freebsd.org/changeset/base/203128

Log:
  trim unused members of the softc.

Modified:
  head/sys/mips/cavium/obiovar.h

Modified: head/sys/mips/cavium/obiovar.h
==============================================================================
--- head/sys/mips/cavium/obiovar.h	Thu Jan 28 19:57:24 2010	(r203127)
+++ head/sys/mips/cavium/obiovar.h	Thu Jan 28 20:38:52 2010	(r203128)
@@ -47,12 +47,9 @@ struct obio_softc {
 	bus_space_tag_t oba_st;		/* bus space tag */
 	bus_addr_t oba_addr;		/* address of device */
 	bus_size_t oba_size;		/* size of device */
-	int oba_width;			/* bus width */
-	int oba_irq;			/* XINT interrupt bit # */
 	struct rman oba_rman;
 	struct rman oba_irq_rman;
 	
 };
-extern struct bus_space obio_bs_tag;
 
 #endif /* _OCTEON_OBIOVAR_H_ */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001282038.o0SKcqcZ047135>