PCI_QUIRK_HASEXTCNF is no longer required for AMD Seattle PCHB
This commit is contained in:
parent
da1fbcb728
commit
5b72f5853d
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: pci_quirks.c,v 1.11 2018/10/16 00:10:58 jmcneill Exp $ */
|
/* $NetBSD: pci_quirks.c,v 1.12 2018/10/17 01:16:50 jmcneill Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1998 Christopher G. Demetriou. All rights reserved.
|
* Copyright (c) 1998 Christopher G. Demetriou. All rights reserved.
|
||||||
@ -35,7 +35,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__KERNEL_RCSID(0, "$NetBSD: pci_quirks.c,v 1.11 2018/10/16 00:10:58 jmcneill Exp $");
|
__KERNEL_RCSID(0, "$NetBSD: pci_quirks.c,v 1.12 2018/10/17 01:16:50 jmcneill Exp $");
|
||||||
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <sys/device.h>
|
#include <sys/device.h>
|
||||||
@ -53,10 +53,6 @@ static const struct pci_quirkdata pci_quirks[] = {
|
|||||||
PCI_QUIRK_HASEXTCNF },
|
PCI_QUIRK_HASEXTCNF },
|
||||||
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_COREI76K_IMC_0,
|
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_COREI76K_IMC_0,
|
||||||
PCI_QUIRK_HASEXTCNF },
|
PCI_QUIRK_HASEXTCNF },
|
||||||
{ PCI_VENDOR_AMD, PCI_PRODUCT_AMD_SEATTLE_PCHB_1,
|
|
||||||
PCI_QUIRK_HASEXTCNF },
|
|
||||||
{ PCI_VENDOR_AMD, PCI_PRODUCT_AMD_SEATTLE_PCHB_2,
|
|
||||||
PCI_QUIRK_HASEXTCNF },
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const struct pci_quirkdata *
|
const struct pci_quirkdata *
|
||||||
|
Loading…
Reference in New Issue
Block a user