summaryrefslogtreecommitdiff
path: root/sys/arch/i386/pci
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2008-04-28 06:17:48 +0000
committerBrad Smith <brad@cvs.openbsd.org>2008-04-28 06:17:48 +0000
commit78f443e7ca5eec38047fe09b4c7e3ac0cf8132af (patch)
tree8f8771147ab11d666073545e9355aa6f0553e931 /sys/arch/i386/pci
parente663e0eac106456cd9f7a7efd0134884ae0bc742 (diff)
Sync PCI ids.
Diffstat (limited to 'sys/arch/i386/pci')
-rw-r--r--sys/arch/i386/pci/pchb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/pci/pchb.c b/sys/arch/i386/pci/pchb.c
index f1b7ad2c901..5f4eefb11b2 100644
--- a/sys/arch/i386/pci/pchb.c
+++ b/sys/arch/i386/pci/pchb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pchb.c,v 1.68 2008/03/23 08:36:41 damien Exp $ */
+/* $OpenBSD: pchb.c,v 1.69 2008/04/28 06:17:47 brad Exp $ */
/* $NetBSD: pchb.c,v 1.65 2007/08/15 02:26:13 markd Exp $ */
/*
@@ -191,7 +191,7 @@ pchbattach(struct device *parent, struct device *self, void *aux)
has_agp = 1; /* XXX is this detected otherwise */
break;
#endif /* __i386__ */
- case PCI_PRODUCT_AMD_AMD64_HT:
+ case PCI_PRODUCT_AMD_AMD64_0F_HT:
for (i = 0; i < AMD64HT_NUM_LDT; i++)
pchb_amd64ht_attach(self, pa, i);
break;