diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-03-03 05:14:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-03-03 05:14:30 +0000 |
commit | c7f673ff3e01af6d1b4a6cfa6e3c6065da224ddb (patch) | |
tree | 7bcfe652502beabee362bbbd8d38092087d5022f /sys/dev/pci/pcidevs_data.h | |
parent | dcffa5ad7e3809fd70213f5575768d99cef34586 (diff) |
sync
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 3944734528e..962919424e7 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.371 2001/03/02 09:36:22 deraadt Exp + * OpenBSD: pcidevs,v 1.372 2001/03/03 05:14:19 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -787,6 +787,10 @@ static const struct pci_known_product pci_known_products[] = { "Mach64 LD", }, { + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_MOBILITY_M3, + "Mobility M3", + }, + { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_MACH64_LG, "Mach64 LG", }, |