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

Mateusz Guzik mjguzik at gmail.com
Wed Jan 18 14:15:17 UTC 2017


On Wed, Jan 18, 2017 at 01:57:29PM +0000, Sean Bruno wrote:
> 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;

this should be 'device_t dev';

>  	struct cdev	*led_dev;
>  
>          struct em_tx_queue *tx_queues;
> _______________________________________________
> svn-src-all at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-src-all
> To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"

-- 
Mateusz Guzik <mjguzik gmail.com>


More information about the svn-src-head mailing list