Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Apr 2011 14:10:33 +0000 (UTC)
From:      Attilio Rao <attilio@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r221015 - head/sys/dev/ichwd
Message-ID:  <201104251410.p3PEAXY9079286@svn.freebsd.org>

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



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