diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-12-03 19:32:49 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-12-03 19:32:49 +0000 |
commit | 1505f224bfd97f15ad6d608f9394fc03cf7b07ed (patch) | |
tree | d6b7df3b6d601d4c709b10e5c4a164a0374fcf8c /sys/dev/pci/pcidevs_data.h | |
parent | b12a6d5a05a69ea6e8a46b06c1f1579a4fb6ba22 (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 3b9e1623178..d5f307c13c7 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.973 2005/11/30 11:07:34 mickey Exp + * OpenBSD: pcidevs,v 1.974 2005/12/03 19:32:04 pedro Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1495,6 +1495,10 @@ static const struct pci_known_product pci_known_products[] = { "SB200 PCI-ISA", }, { + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_IXP_MODEM_200, + "IXP200 Modem", + }, + { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_SB200_SMB, "SB200 SMBus", }, |