svn commit: r312380 - head/sys/dev/e1000

Sean Bruno sbruno at FreeBSD.org
Wed Jan 18 13:57:31 UTC 2017


Author: sbruno
Date: Wed Jan 18 13:57:29 2017
New Revision: 312380
URL: https://svnweb.freebsd.org/changeset/base/312380

Log:
  Change device type to unbreak drm-next testing and builds.
  
  Submitted by:	Matt Macy <mmacy at nextbsd.org>

Modified:
  head/sys/dev/e1000/if_em.h

Modified: head/sys/dev/e1000/if_em.h
==============================================================================
--- head/sys/dev/e1000/if_em.h	Wed Jan 18 13:31:17 2017	(r312379)
+++ head/sys/dev/e1000/if_em.h	Wed Jan 18 13:57:29 2017	(r312380)
@@ -436,7 +436,7 @@ struct adapter {
 #define intr_type shared->isc_intr
 	/* FreeBSD operating-system-specific structures. */
 	struct e1000_osdep osdep;
-	struct device	*dev;
+	device_t	*dev;
 	struct cdev	*led_dev;
 
         struct em_tx_queue *tx_queues;


More information about the svn-src-all mailing list