summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/prefix/romprefix.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/prefix/romprefix.S')
-rw-r--r--src/arch/x86/prefix/romprefix.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/prefix/romprefix.S b/src/arch/x86/prefix/romprefix.S
index 978b07b5..3abef0ea 100644
--- a/src/arch/x86/prefix/romprefix.S
+++ b/src/arch/x86/prefix/romprefix.S
@@ -96,7 +96,7 @@ pciheader:
.word ( pci_devlist - pciheader ) /* Device list pointer */
.word pciheader_len /* PCI data structure length */
.byte 0x03 /* PCI data structure revision */
- .byte 0x02, 0x00, 0x00 /* Class code */
+ .byte 0x00, 0x00, 0x02 /* Class code */
pciheader_image_length:
.word 0 /* Image length */
.word 0x0001 /* Revision level */