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 e5e58984f6f..fcdc5ec5455 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.851 2005/04/05 17:29:46 mickey Exp + * OpenBSD: pcidevs,v 1.852 2005/04/05 21:27:23 fgsch Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -563,6 +563,10 @@ static const struct pci_known_product pci_known_products[] = { "M5451 Audio", }, { + PCI_VENDOR_ALI, PCI_PRODUCT_ALI_M5457, + "M5457 Modem", + }, + { PCI_VENDOR_ALI, PCI_PRODUCT_ALI_M7101, "M7101 Power Mgmt", }, |