diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-04-29 17:30:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-04-29 17:30:58 +0000 |
commit | eaf908a056081e6b70a47e3f13ca0514d74475a3 (patch) | |
tree | bb7d321c1c040f65857f95218ede41913822af06 /sys/dev | |
parent | 21ff4b9853f59892821ae587e3d7cb1e537b853f (diff) |
sync
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 6 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
2 files changed, 14 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 7045405b168..ff2fc46c035 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.389 2001/04/14 13:37:29 aaron Exp + * OpenBSD: pcidevs,v 1.390 2001/04/29 17:30:53 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -535,6 +535,7 @@ #define PCI_VENDOR_BROADCOM 0x14e4 /* Broadcom */ #define PCI_VENDOR_CONEXANT 0x14f1 /* Conexant */ #define PCI_VENDOR_DELTA 0x1500 /* Delta */ +#define PCI_VENDOR_TOPIC 0x151f /* Topic/SmartLink */ #define PCI_VENDOR_BLUESTEEL 0x15ab /* Bluesteel Networks */ #define PCI_VENDOR_VMWARE 0x15ad /* VMware */ #define PCI_VENDOR_NETSEC 0x1660 /* NetSec */ @@ -1726,6 +1727,9 @@ #define PCI_PRODUCT_TI_PCI1420 0xac51 /* PCI1420 PCI-CardBus */ #define PCI_PRODUCT_TI_PCI1451 0xac52 /* PCI1451 PCI-CardBus */ +/* Topic */ +#define PCI_PRODUCT_TOPIC_5634PCV 0x0000 /* 5634PCV SurfRider */ + /* Toshiba products */ #define PCI_PRODUCT_TOSHIBA_TC35856F 0x0020 /* TC35856F ATM (Meteor) */ #define PCI_PRODUCT_TOSHIBA_R4X00 0x102f /* R4x00 Host-PCI */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index a7f5c2a0363..d5f4ea1a629 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.389 2001/04/14 13:37:29 aaron Exp + * OpenBSD: pcidevs,v 1.390 2001/04/29 17:30:53 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3531,6 +3531,10 @@ static const struct pci_known_product pci_known_products[] = { "PCI1451 PCI-CardBus", }, { + PCI_VENDOR_TOPIC, PCI_PRODUCT_TOPIC_5634PCV, + "5634PCV SurfRider", + }, + { PCI_VENDOR_TOSHIBA, PCI_PRODUCT_TOSHIBA_TC35856F, "TC35856F ATM (Meteor)", }, @@ -6219,6 +6223,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "Delta", }, { + PCI_VENDOR_TOPIC, + "Topic/SmartLink", + }, + { PCI_VENDOR_BLUESTEEL, "Bluesteel Networks", }, |