socsvn commit: r307235 - soc2016/vincenzo/head/usr.sbin/bhyve

vincenzo at FreeBSD.org vincenzo at FreeBSD.org
Fri Aug 5 14:08:36 UTC 2016


Author: vincenzo
Date: Fri Aug  5 14:08:35 2016
New Revision: 307235
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=307235

Log:
   bhyve: ptnet: don't support CTRL register

Modified:
  soc2016/vincenzo/head/usr.sbin/bhyve/pci_ptnetmap_netif.c

Modified: soc2016/vincenzo/head/usr.sbin/bhyve/pci_ptnetmap_netif.c
==============================================================================
--- soc2016/vincenzo/head/usr.sbin/bhyve/pci_ptnetmap_netif.c	Fri Aug  5 14:07:39 2016	(r307234)
+++ soc2016/vincenzo/head/usr.sbin/bhyve/pci_ptnetmap_netif.c	Fri Aug  5 14:08:35 2016	(r307235)
@@ -239,10 +239,6 @@
 			ptnet_ptctl(sc, value);
 			break;
 
-		case PTNET_IO_CTRL:
-			/* Nothing to do for now (done at regif time). */
-			break;
-
 		case PTNET_IO_CSBBAH:
 			sc->ioregs[index] = value;
 			break;


More information about the svn-soc-all mailing list