Author: avg
Date: Thu Sep  8 12:12:39 2016
New Revision: 305602
URL: https://svnweb.freebsd.org/changeset/base/305602

Log:
  intpm: fix attachment to supported AMD FCHs

Modified:
  head/sys/dev/intpm/intpm.c

Modified: head/sys/dev/intpm/intpm.c
==============================================================================
--- head/sys/dev/intpm/intpm.c  Thu Sep  8 12:09:34 2016        (r305601)
+++ head/sys/dev/intpm/intpm.c  Thu Sep  8 12:12:39 2016        (r305602)
@@ -218,10 +218,12 @@ intsmb_attach(device_t dev)
                break;
 #endif
        case 0x43851002:
-       case 0x780b1022:
                if (pci_get_revid(dev) >= 0x40)
                        sc->sb8xx = 1;
                break;
+       case 0x780b1022:
+               sc->sb8xx = 1;
+               break;
        }
 
        if (sc->sb8xx) {
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to