summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorMats O Jansson <maja@cvs.openbsd.org>2003-05-14 15:36:05 +0000
committerMats O Jansson <maja@cvs.openbsd.org>2003-05-14 15:36:05 +0000
commita01c95195695e9fc81a9c23589e48003c49053f7 (patch)
treeaf632d8754c9a6654c214761dc237861467f2c3c /sys/dev/pci
parent7b6f74034ccb547ca89f3284014b6a6b30e72be2 (diff)
sync. -moj
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pcidevs.h3
-rw-r--r--sys/dev/pci/pcidevs_data.h6
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 1e56c8f9f5e..4dcabeddddd 100644
--- a/sys/dev/pci/pcidevs.h
+++ b/sys/dev/pci/pcidevs.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 $ */
@@ -945,6 +945,7 @@
#define PCI_PRODUCT_ATI_RADEON_M7LW 0x4c57 /* Radeon Mobility M7 LW */
#define PCI_PRODUCT_ATI_RADEON_M6LY 0x4c59 /* Radeon Mobility M6 LY */
#define PCI_PRODUCT_ATI_RADEON_M6LZ 0x4c5a /* Radeon Mobility M6 LZ */
+#define PCI_PRODUCT_ATI_RADEON_M9Lf 0x4c66 /* Radeon Mobility M9 Lf */
#define PCI_PRODUCT_ATI_RAGE128_MF 0x4d46 /* Rage 128 Mobility MF */
#define PCI_PRODUCT_ATI_RAGE128_ML 0x4d4c /* Rage 128 Mobility ML */
#define PCI_PRODUCT_ATI_R300 0x4e44 /* Radeon 9500/9700 */
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",
},