diff options
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/pci/pchb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/amd64/pci/pchb.c b/sys/arch/amd64/pci/pchb.c index 6e599d7be4a..9b30aa3aca8 100644 --- a/sys/arch/amd64/pci/pchb.c +++ b/sys/arch/amd64/pci/pchb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pchb.c,v 1.43 2018/04/28 15:44:59 jasper Exp $ */ +/* $OpenBSD: pchb.c,v 1.44 2020/01/04 01:34:24 jsg Exp $ */ /* $NetBSD: pchb.c,v 1.1 2003/04/26 18:39:50 fvdl Exp $ */ /* * Copyright (c) 2000 Michael Shalayeff @@ -159,8 +159,8 @@ pchbattach(struct device *parent, struct device *self, void *aux) case PCI_VENDOR_AMD: printf("\n"); switch (PCI_PRODUCT(pa->pa_id)) { - case PCI_PRODUCT_AMD_AMD64_0F_HT: - case PCI_PRODUCT_AMD_AMD64_10_HT: + case PCI_PRODUCT_AMD_0F_HT: + case PCI_PRODUCT_AMD_10_HT: for (i = 0; i < AMD64HT_NUM_LDT; i++) pchb_amd64ht_attach(self, pa, i); break; |