diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-09-22 21:03:12 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-09-22 21:03:12 +0000 |
commit | ae364d8ea331da992bd261a9abb64af0b7a0d27f (patch) | |
tree | 75e726b4890e407f9fb08e7c7e80fef0fd06183b /sys/dev/pci/pcidevs_data.h | |
parent | 85eb3e14b5f852b10c6cd5be13c3262ab12ba1a9 (diff) |
sync
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 23a7c3c31d3..4e1a3ff9083 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.668 2003/09/21 17:45:28 grange Exp + * OpenBSD: pcidevs,v 1.669 2003/09/22 21:02:45 grange Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -335,6 +335,14 @@ static const struct pci_known_product pci_known_products[] = { "ATP860-A IDE", }, { + PCI_VENDOR_ACARD, PCI_PRODUCT_ACARD_ATP865A, + "ATP865-A IDE", + }, + { + PCI_VENDOR_ACARD, PCI_PRODUCT_ACARD_ATP865R, + "ATP865-R IDE", + }, + { PCI_VENDOR_ACARD, PCI_PRODUCT_ACARD_AEC6710, "AEC6710 SCSI", }, |