diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-01-02 03:35:49 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-01-02 03:35:49 +0000 |
commit | f9fd93126120570b2a22ede79b25d35e26f0adab (patch) | |
tree | 8a01aa8438b202f265719da9273bb5931f1746c9 /sys/dev/pci/pcidevs.h | |
parent | b907ccb2715148a16f946dcce7650a55c03f951c (diff) |
regen
Diffstat (limited to 'sys/dev/pci/pcidevs.h')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 06292cf017a..cb79aacb9c3 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.991 2006/01/01 19:02:42 brad Exp + * OpenBSD: pcidevs,v 1.992 2006/01/02 03:35:25 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -91,6 +91,7 @@ #define PCI_VENDOR_SONY 0x104d /* Sony */ #define PCI_VENDOR_OAKTECH 0x104e /* Oak Technology */ #define PCI_VENDOR_WINBOND 0x1050 /* Winbond */ +#define PCI_VENDOR_SMSC 0x1055 /* SMSC */ #define PCI_VENDOR_MOT 0x1057 /* Motorola */ #define PCI_VENDOR_PROMISE 0x105a /* Promise */ #define PCI_VENDOR_NUMBER9 0x105d /* Number 9 */ @@ -2830,6 +2831,13 @@ #define PCI_PRODUCT_SMI_SM820 0x0820 /* Lynx3D */ #define PCI_PRODUCT_SMI_SM910 0x0910 /* 910 */ +/* SMSC products */ +#define PCI_PRODUCT_SMSC_VICTORY66_IDE_1 0x9130 /* Victory66 IDE */ +#define PCI_PRODUCT_SMSC_VICTORY66_ISA 0x9460 /* Victory66 ISA */ +#define PCI_PRODUCT_SMSC_VICTORY66_IDE_2 0x9461 /* Victory66 IDE */ +#define PCI_PRODUCT_SMSC_VICTORY66_USB 0x9462 /* Victory66 USB */ +#define PCI_PRODUCT_SMSC_VICTORY66_PM 0x9463 /* Victory66 Power */ + /* SNC products */ #define PCI_PRODUCT_SNI_PIRAHNA 0x0002 /* Pirahna 2-port */ #define PCI_PRODUCT_SNI_TCPMSE 0x0005 /* Tulip, power, switch extender */ |