aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/intpm
diff options
context:
space:
mode:
authorAndriy Gapon <avg@FreeBSD.org>2016-09-08 12:12:39 +0000
committerAndriy Gapon <avg@FreeBSD.org>2016-09-08 12:12:39 +0000
commit6c29523e00a9f8cd441f5105edd4869f33fce288 (patch)
tree7416e5f87e87d2f2e801fd3ea4e82146cc9c0a5c /sys/dev/intpm
parent63876b3ba2a64bf6e0d96b6aefeeb25ccb9b5f78 (diff)
downloadsrc-6c29523e00a9f8cd441f5105edd4869f33fce288.tar.gz
src-6c29523e00a9f8cd441f5105edd4869f33fce288.zip
intpm: fix attachment to supported AMD FCHs
Notes
Notes: svn path=/head/; revision=305602
Diffstat (limited to 'sys/dev/intpm')
-rw-r--r--sys/dev/intpm/intpm.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/intpm/intpm.c b/sys/dev/intpm/intpm.c
index 3e844cb486af..aaeb3d0f864a 100644
--- a/sys/dev/intpm/intpm.c
+++ b/sys/dev/intpm/intpm.c
@@ -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) {