summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2005-05-29 17:29:38 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2005-05-29 17:29:38 +0000
commitbe64a50ad39e8b2c4d98d970746244190bb4f3b3 (patch)
tree3a9d8f4fded6971e34c56356bab8a789b6306943 /sys/arch
parent8339b237d044d50c0855f0ec48a3d3fd9655aaa1 (diff)
Lock SMM space on Intel E7xxx chipsets, too.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/i386/pci/pchb.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/i386/pci/pchb.c b/sys/arch/i386/pci/pchb.c
index 318d909e0a9..a45d90922fa 100644
--- a/sys/arch/i386/pci/pchb.c
+++ b/sys/arch/i386/pci/pchb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pchb.c,v 1.47 2005/05/29 17:27:16 grange Exp $ */
+/* $OpenBSD: pchb.c,v 1.48 2005/05/29 17:29:37 grange Exp $ */
/* $NetBSD: pchb.c,v 1.6 1997/06/06 23:29:16 thorpej Exp $ */
/*
@@ -403,6 +403,9 @@ pchbattach(parent, self, aux)
case PCI_PRODUCT_INTEL_82855PE:
case PCI_PRODUCT_INTEL_82860_HB:
case PCI_PRODUCT_INTEL_82875P_HB:
+ case PCI_PRODUCT_INTEL_E7221_HB:
+ case PCI_PRODUCT_INTEL_E7501_HB:
+ case PCI_PRODUCT_INTEL_E7710_SMCH:
bcreg = pci_conf_read(pa->pa_pc, pa->pa_tag,
I82820_SMRAM);
bcreg |= (I82820_SMRAM_D_LCK << I82820_SMRAM_SHIFT);