diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-08-08 15:19:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-08-08 15:19:22 +0000 |
commit | 879420aec92c0c59ccbf3be34a1f05f5e4395c10 (patch) | |
tree | a5ec82e7f2817f523fce4edff09dd8b11a5c72a9 /sys/dev/pci/pcidevs.h | |
parent | e23b9511bb9df2d0c682fcf4268b52124fc25add (diff) |
sync
Diffstat (limited to 'sys/dev/pci/pcidevs.h')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index ee93b0b97ab..009170674f2 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.426 2001/08/05 10:11:39 deraadt Exp + * OpenBSD: pcidevs,v 1.427 2001/08/08 15:11:15 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -525,6 +525,7 @@ #define PCI_VENDOR_PE 0x1318 /* Packet Engines */ #define PCI_VENDOR_FORTEMEDIA 0x1319 /* Forte Media */ #define PCI_VENDOR_SIIG 0x131f /* SIIG */ +#define PCI_VENDOR_PCTEL 0x134d /* PCTEL */ #define PCI_VENDOR_KAWASAKI 0x136b /* Kawasaki */ #define PCI_VENDOR_LMC 0x1376 /* LAN Media Corp */ #define PCI_VENDOR_NETGEAR 0x1385 /* Netgear */ @@ -1602,6 +1603,9 @@ /* PC Tech products */ #define PCI_PRODUCT_PCTECH_RZ1000 0x1000 /* RZ1000 */ +/* PCTEL */ +#define PCI_PRODUCT_PCTEL_MICROMODEM56 0x7879 /* HSP MicroModem 56 */ + /* Ross -> Pequr -> ServerWorks -> Broadcom products */ #define PCI_PRODUCT_RCC_ROSB4 0x0200 /* ROSB4 SouthBridge */ #define PCI_PRODUCT_RCC_XX5 0x0005 /* PCIHB5 */ |