Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Feb 2013 20:31:48 +0000 (UTC)
From:      Neel Natu <neel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r247282 - head/usr.sbin/bhyve
Message-ID:  <201302252031.r1PKVmxK012699@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 {



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