diff options
author | 2009-09-29 16:29:15 +0000 | |
---|---|---|
committer | 2009-09-29 16:29:15 +0000 | |
commit | c6a9016cc0472a760d379f6784436523637c8aa9 (patch) | |
tree | 831d8600365ca6a677769aa72d0da62d870f4d56 | |
parent | phison pciide controller found in expresscard SSD cards (diff) | |
download | wireguard-openbsd-c6a9016cc0472a760d379f6784436523637c8aa9.tar.xz wireguard-openbsd-c6a9016cc0472a760d379f6784436523637c8aa9.zip |
sync
-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 c2d98be2986..e725b9785cb 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.1493 2009/09/20 13:08:23 sthen Exp + * OpenBSD: pcidevs,v 1.1494 2009/09/29 16:29:13 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -308,6 +308,7 @@ #define PCI_VENDOR_ATTANSIC 0x1969 /* Attansic Technology */ #define PCI_VENDOR_AGEIA 0x1971 /* Ageia */ #define PCI_VENDOR_JMICRON 0x197b /* JMicron */ +#define PCI_VENDOR_PHISON 0x1987 /* Phison */ #define PCI_VENDOR_ASPEED 0x1a03 /* ASPEED Technology */ #define PCI_VENDOR_AWT 0x1a3b /* AWT */ #define PCI_VENDOR_SYMPHONY2 0x1c1c /* Symphony Labs */ @@ -4262,6 +4263,9 @@ #define PCI_PRODUCT_PHILIPS_SAA7134 0x7134 /* SAA7134 TV */ #define PCI_PRODUCT_PHILIPS_SAA7135 0x7135 /* SAA7135 TV */ +/* Phison products */ +#define PCI_PRODUCT_PHISON_PS5000 0x5000 /* PS5000 */ + /* Picopower */ #define PCI_PRODUCT_PICOPOWER_PT80C826 0x0000 /* PT80C826 */ #define PCI_PRODUCT_PICOPOWER_PT86C521 0x0001 /* PT86C521 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 3b92950f171..942f9cd2fab 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.1493 2009/09/20 13:08:23 sthen Exp + * OpenBSD: pcidevs,v 1.1494 2009/09/29 16:29:13 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -14116,6 +14116,10 @@ static const struct pci_known_product pci_known_products[] = { "SAA7135 TV", }, { + PCI_VENDOR_PHISON, PCI_PRODUCT_PHISON_PS5000, + "PS5000", + }, + { PCI_VENDOR_PICOPOWER, PCI_PRODUCT_PICOPOWER_PT80C826, "PT80C826", }, @@ -18800,6 +18804,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "JMicron", }, { + PCI_VENDOR_PHISON, + "Phison", + }, + { PCI_VENDOR_ASPEED, "ASPEED Technology", }, |