diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-01-08 19:41:27 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-01-08 19:41:27 +0000 |
commit | 98b53cebf5503c95bef8cca147469ad9240e34a3 (patch) | |
tree | 981095b91454b72b361af909090fea363a80903b /sys/dev/pci/pcidevs_data.h | |
parent | 062ff20282a95ecafae940c3e46f659ef537f6e4 (diff) |
regen
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 42e010f1d81..435c5920c93 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.999 2006/01/08 13:16:58 damien Exp + * OpenBSD: pcidevs,v 1.1000 2006/01/08 19:41:08 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1987,7 +1987,11 @@ static const struct pci_known_product pci_known_products[] = { "Radeon XPRESS 200M", }, { - PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_RS480_PCIE, + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_RS480_PCIE_2, + "RS480 PCIE", + }, + { + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_RS480_PCIE_1, "RS480 PCIE", }, { @@ -2948,7 +2952,7 @@ static const struct pci_known_product pci_known_products[] = { }, { PCI_VENDOR_CREATIVELABS, PCI_PRODUCT_CREATIVELABS_AUDIGY2, - "SoundBlaster Audigy", + "SoundBlaster Audigy 2", }, { PCI_VENDOR_CREATIVELABS, PCI_PRODUCT_CREATIVELABS_FIWIRE, |