diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-06-20 05:12:05 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-06-20 05:12:05 +0000 |
commit | a59f26cb5aa7eb539ce270af6dd6b8c88534be01 (patch) | |
tree | 0b7cab2c61186c1847922fadf75552fbafdc331d /sys/dev/pci/pcidevs_data.h | |
parent | cd9b8f7b80fb1a4f050f0f338d82258d264c73ec (diff) |
regen
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 7d9eff62012..dd95751546f 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.1075 2006/06/19 05:00:19 brad Exp + * OpenBSD: pcidevs,v 1.1076 2006/06/20 05:10:56 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -8583,6 +8583,10 @@ static const struct pci_known_product pci_known_products[] = { "PDC40718", }, { + PCI_VENDOR_PROMISE, PCI_PRODUCT_PROMISE_PDC20775, + "PDC20775", + }, + { PCI_VENDOR_PROMISE, PCI_PRODUCT_PROMISE_PDC20575, "PDC20575", }, |