svn commit: r221015 - head/sys/dev/ichwd

Attilio Rao attilio at FreeBSD.org
Mon Apr 25 14:10:33 UTC 2011


Author: attilio
Date: Mon Apr 25 14:10:33 2011
New Revision: 221015
URL: http://svn.freebsd.org/changeset/base/221015

Log:
  Don't assume that SMI are enabled when attaching ichwd and then do
  correct unwind based on former state.
  
  Sponsored by:	Sandvine Incorporated
  Reviewed by:	des
  MFC after:	1 week

Modified:
  head/sys/dev/ichwd/ichwd.h

Modified: head/sys/dev/ichwd/ichwd.h
==============================================================================
--- head/sys/dev/ichwd/ichwd.h	Mon Apr 25 13:09:32 2011	(r221014)
+++ head/sys/dev/ichwd/ichwd.h	Mon Apr 25 14:10:33 2011	(r221015)
@@ -45,6 +45,7 @@ struct ichwd_softc {
 	int			 active;
 	unsigned int		 timeout;
 
+	int			 smi_enabled;
 	int			 smi_rid;
 	struct resource		*smi_res;
 	bus_space_tag_t		 smi_bst;


More information about the svn-src-all mailing list