diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2007-12-20 02:35:10 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2007-12-20 02:35:10 +0000 |
commit | 1eb9eea193d15734fb92ea2c17465f6fb5641ec5 (patch) | |
tree | a8778bc6ef6e1a51f7dd589742642bd8c4e3a4a6 /sys/dev/pci/pcidevs_data.h | |
parent | aded0d5c0240c10443f9eb3cc4ef9a705f9d1207 (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 3aa15e1c93d..390a5f95bd9 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.1303 2007/12/20 02:16:27 brad Exp + * OpenBSD: pcidevs,v 1.1304 2007/12/20 02:34:25 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2452,6 +2452,10 @@ static const struct pci_known_product pci_known_products[] = { "Radeon X1600", }, { + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_X1400, + "Radeon Mobility X1400", + }, + { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_X1300_M52, "Radeon Mobility X1300 M52-64", }, |