diff options
-rw-r--r-- | sys/dev/pci/pcidevs.h | 7 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 18 |
2 files changed, 20 insertions, 5 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 39fc8faccc9..59cdb54051f 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.782 2004/10/22 05:23:24 jsg Exp + * OpenBSD: pcidevs,v 1.783 2004/10/25 01:54:06 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2089,6 +2089,7 @@ /* Ralink Technology Corporation */ #define PCI_PRODUCT_RALINK_RT2460A 0x0101 /* RT2460A */ +#define PCI_PRODUCT_RALINK_RT2560 0x0201 /* RT2560 */ /* Realtek (Creative Labs?) products */ #define PCI_PRODUCT_REALTEK_RT8029 0x8029 /* 8029 */ @@ -2354,7 +2355,9 @@ #define PCI_PRODUCT_TI_PCI4510_FW 0x8029 /* PCI4510 FireWire */ #define PCI_PRODUCT_TI_PCI4520_FW 0x802A /* PCI4520 FireWire */ #define PCI_PRODUCT_TI_PCI7410_FW 0x802B /* PCI7(4-6)10 FireWire */ -#define PCI_PRODUCT_TI_DWL520P 0x8400 /* DWL-520+ */ +#define PCI_PRODUCT_TI_ACX100A 0x8400 /* ACX100A */ +#define PCI_PRODUCT_TI_ACX100B 0x8401 /* ACX100B */ +#define PCI_PRODUCT_TI_ACX111 0x9066 /* ACX111 */ #define PCI_PRODUCT_TI_PCI1130 0xac12 /* PCI1130 CardBus */ #define PCI_PRODUCT_TI_PCI1031 0xac13 /* PCI1031 PCMCIA */ #define PCI_PRODUCT_TI_PCI1131 0xac15 /* PCI1131 CardBus */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index e624e550fa6..dee3c7c0c4b 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.782 2004/10/22 05:23:24 jsg Exp + * OpenBSD: pcidevs,v 1.783 2004/10/25 01:54:06 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -5927,6 +5927,10 @@ static const struct pci_known_product pci_known_products[] = { "RT2460A", }, { + PCI_VENDOR_RALINK, PCI_PRODUCT_RALINK_RT2560, + "RT2560", + }, + { PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8029, "8029", }, @@ -6763,8 +6767,16 @@ static const struct pci_known_product pci_known_products[] = { "PCI7(4-6)10 FireWire", }, { - PCI_VENDOR_TI, PCI_PRODUCT_TI_DWL520P, - "DWL-520+", + PCI_VENDOR_TI, PCI_PRODUCT_TI_ACX100A, + "ACX100A", + }, + { + PCI_VENDOR_TI, PCI_PRODUCT_TI_ACX100B, + "ACX100B", + }, + { + PCI_VENDOR_TI, PCI_PRODUCT_TI_ACX111, + "ACX111", }, { PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1130, |