diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-01-02 03:41:13 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-01-02 03:41:13 +0000 |
commit | f337ead5e5b012be871f4257fb91cea1d447d0fa (patch) | |
tree | fdb8fd06aba661175a40cf470cdec7b204fafc04 /sys/dev/pci/pcidevs_data.h | |
parent | 8e65728fc9d96811cb639f234a8031f44495e915 (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 9fe543d2b3e..4b8cdfac5d0 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.992 2006/01/02 03:35:25 brad Exp + * OpenBSD: pcidevs,v 1.993 2006/01/02 03:40:47 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1559,6 +1559,10 @@ static const struct pci_known_product pci_known_products[] = { "IXP300 AC97", }, { + PCI_VENDOR_ATI, PCI_PRODUCT_ATI_IXP_SMB_300, + "IXP300 SMBus", + }, + { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_IXP_IDE_300, "IXP300 IDE", }, |