Pull up following revision(s) (requested by abs in ticket #1911):
sys/dev/pci/ahcisata_pci.c: revision 1.71 Add support for ASMEDIA 0x0624 ... an AHCI SATA adaptor which identifies itself as an IDE storage device
This commit is contained in:
parent
699d56fcca
commit
09d0842c27
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: ahcisata_pci.c,v 1.38.8.1 2018/12/18 18:26:23 martin Exp $ */
|
||||
/* $NetBSD: ahcisata_pci.c,v 1.38.8.2 2023/10/13 18:02:02 martin Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2006 Manuel Bouyer.
|
||||
|
@ -26,7 +26,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.38.8.1 2018/12/18 18:26:23 martin Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: ahcisata_pci.c,v 1.38.8.2 2023/10/13 18:02:02 martin Exp $");
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/malloc.h>
|
||||
|
@ -194,6 +194,8 @@ static const struct ahci_pci_quirk ahci_pci_quirks[] = {
|
|||
AHCI_PCI_QUIRK_FORCE },
|
||||
{ PCI_VENDOR_ASMEDIA, PCI_PRODUCT_ASMEDIA_ASM1061_12,
|
||||
AHCI_PCI_QUIRK_FORCE },
|
||||
{ PCI_VENDOR_ASMEDIA, PCI_PRODUCT_ASMEDIA_ASM1062_JMB575,
|
||||
AHCI_PCI_QUIRK_FORCE },
|
||||
{ PCI_VENDOR_AMD, PCI_PRODUCT_AMD_HUDSON_SATA,
|
||||
AHCI_PCI_QUIRK_FORCE },
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue