svn commit: r247282 - head/usr.sbin/bhyve

Neel Natu neel at FreeBSD.org
Mon Feb 25 20:31:48 UTC 2013


Author: neel
Date: Mon Feb 25 20:31:47 2013
New Revision: 247282
URL: http://svnweb.freebsd.org/changeset/base/247282

Log:
  Get rid of unused struct member.
  
  Pointed out by:	Gopakumar T
  Obtained from:	NetApp

Modified:
  head/usr.sbin/bhyve/pci_emul.h

Modified: head/usr.sbin/bhyve/pci_emul.h
==============================================================================
--- head/usr.sbin/bhyve/pci_emul.h	Mon Feb 25 20:09:07 2013	(r247281)
+++ head/usr.sbin/bhyve/pci_emul.h	Mon Feb 25 20:31:47 2013	(r247282)
@@ -105,7 +105,6 @@ struct pci_devinst {
 	uint8_t	  pi_bus, pi_slot, pi_func;
 	uint8_t   pi_lintr_pin;
 	char	  pi_name[PI_NAMESZ];
-	uint16_t  pi_iobase;
 	int	  pi_bar_getsize;
 
 	struct {


More information about the svn-src-all mailing list