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;
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to