[coreboot-gerrit] Patch set updated for coreboot: include/device/pci_ids.h: Correct Entertainment sub-class

HAOUAS Elyes (ehaouas@noos.fr) gerrit at coreboot.org
Wed Nov 16 13:36:02 CET 2016


HAOUAS Elyes (ehaouas at noos.fr) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17436

-gerrit

commit ee07f3b08d3d8c950706c587c672ca0883183348
Author: Elyes HAOUAS <ehaouas at noos.fr>
Date:   Tue Nov 15 18:42:48 2016 +0100

    include/device/pci_ids.h: Correct Entertainment sub-class
    
    According to PCI LOCAL BUS SPECIFICATION, REV. 3.0 page 305,
    the sub-class for Entertainment en/decryption is 0x1010
    
    Change-Id: Ia069e2ec328a8180fc1e2e70146c3710e703ee59
    Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
 src/include/device/pci_ids.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index 94955fc..467b2a2 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -109,7 +109,7 @@
 
 #define PCI_BASE_CLASS_CRYPT		0x10
 #define PCI_CLASS_CRYPT_NETWORK		0x1000
-#define PCI_CLASS_CRYPT_ENTERTAINMENT	0x1001
+#define PCI_CLASS_CRYPT_ENTERTAINMENT	0x1010
 #define PCI_CLASS_CRYPT_OTHER		0x1080
 
 #define PCI_BASE_CLASS_SIGNAL_PROCESSING 0x11



More information about the coreboot-gerrit mailing list