svn commit: r203128 - head/sys/mips/cavium
Warner Losh
imp at FreeBSD.org
Thu Jan 28 20:38:52 UTC 2010
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_ */
More information about the svn-src-head
mailing list