diff options
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 e979bf4b06d..902b6a9d49e 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.623 2003/05/14 04:29:28 nate Exp + * OpenBSD: pcidevs,v 1.624 2003/05/14 15:34:34 maja Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1155,6 +1155,10 @@ static const struct pci_known_product pci_known_products[] = { "Radeon Mobility M6 LZ", }, { + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_M9Lf, + "Radeon Mobility M9 Lf", + }, + { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RAGE128_MF, "Rage 128 Mobility MF", }, |