This commit is contained in:
seb 2005-06-24 21:41:16 +00:00
parent af3a92ca00
commit 716f8f5ee2
2 changed files with 15 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.722 2005/06/20 00:19:38 briggs Exp $ */
/* $NetBSD: pcidevs.h,v 1.723 2005/06/24 21:41:16 seb Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.721 2005/06/20 00:18:54 briggs Exp
* NetBSD: pcidevs,v 1.722 2005/06/24 21:39:25 seb Exp
*/
/*
@ -2759,6 +2759,8 @@
#define PCI_PRODUCT_TI_PCI4510LYNX 0x8029 /* PCI4510 IEEE 1394 Host Controller w/ PCI-CardBus Bridge */
#define PCI_PRODUCT_TI_PCI4520LYNX 0x802A /* PCI4520 IEEE 1394 Host Controller w/ PCI-CardBus Bridge */
#define PCI_PRODUCT_TI_PCI7410LYNX 0x802B /* PCI7[4-6]10 IEEE 1394 Host Controller w/ PCI-CardBus Bridge */
#define PCI_PRODUCT_TI_PCI6515A 0x8036 /* PCI6515A Cardbus Controller */
#define PCI_PRODUCT_TI_PCI6515ASM 0x8038 /* PCI6515A Cardbus Controller (Smart Card mode) */
#define PCI_PRODUCT_TI_ACX100 0x8400 /* ACX100 802.11b */
#define PCI_PRODUCT_TI_ACX111 0x9066 /* ACX111 802.11b/g */
#define PCI_PRODUCT_TI_PCI1130 0xac12 /* PCI1130 PCI-CardBus Bridge */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.720 2005/06/20 00:19:38 briggs Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.721 2005/06/24 21:41:16 seb Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.721 2005/06/20 00:18:54 briggs Exp
* NetBSD: pcidevs,v 1.722 2005/06/24 21:39:25 seb Exp
*/
/*
@ -9179,6 +9179,14 @@ const struct pci_product pci_products[] = {
PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI7410LYNX,
"PCI7[4-6]10 IEEE 1394 Host Controller w/ PCI-CardBus Bridge",
},
{
PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI6515A,
"PCI6515A Cardbus Controller",
},
{
PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI6515ASM,
"PCI6515A Cardbus Controller (Smart Card mode)",
},
{
PCI_VENDOR_TI, PCI_PRODUCT_TI_ACX100,
"ACX100 802.11b",
@ -10352,4 +10360,4 @@ const struct pci_product pci_products[] = {
"Video Controller",
},
};
const int pci_nproducts = 2006;
const int pci_nproducts = 2008;