svn commit: r200644 - head/sys/dev/vge
Pyun YongHyeon
yongari at FreeBSD.org
Thu Dec 17 19:48:55 UTC 2009
Author: yongari
Date: Thu Dec 17 19:48:54 2009
New Revision: 200644
URL: http://svn.freebsd.org/changeset/base/200644
Log:
Remove unused member variable of softc.
Modified:
head/sys/dev/vge/if_vgevar.h
Modified: head/sys/dev/vge/if_vgevar.h
==============================================================================
--- head/sys/dev/vge/if_vgevar.h Thu Dec 17 18:56:52 2009 (r200643)
+++ head/sys/dev/vge/if_vgevar.h Thu Dec 17 19:48:54 2009 (r200644)
@@ -181,7 +181,6 @@ struct vge_softc {
struct resource *vge_irq;
void *vge_intrhand;
device_t vge_miibus;
- uint8_t vge_type;
int vge_if_flags;
int vge_phyaddr;
int vge_flags;
More information about the svn-src-all
mailing list