diff options
-rw-r--r-- | sys/dev/pci/pcidevs.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 454f127c932..e6f65af0075 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.165 1999/07/24 19:45:18 jason Exp + * OpenBSD: pcidevs,v 1.166 1999/07/24 23:44:05 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1187,6 +1187,9 @@ #define PCI_PRODUCT_SMC_37C922 0x1001 /* FDC 37C922 */ #define PCI_PRODUCT_SMC_83C170 0x0005 /* 83C170 (EPIC/100) */ +/* Sony products */ +#define PCI_PRODUCT_SONY_CXD1947A 0x8009 /* CXD1947A FireWire */ + /* STB products */ #define PCI_PRODUCT_STB2_RIVA128 0x0018 /* Velocity128 */ |