diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-01-04 01:34:25 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-01-04 01:34:25 +0000 |
commit | a8f0a7574a819137ee9441a60c99bc300a50b449 (patch) | |
tree | 9d1808fd0bbd5a4965b08ba8b09b599940add0dc /sys/arch/amd64 | |
parent | 014bf74b4ca3e4825cf9f58fa6a69f34dc57350b (diff) |
remove AMD64 strings from pcidevs
ok mortimer@ mpi@ deraadt@
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; |