diff options
| author | Simon Rettberg | 2019-02-15 10:38:39 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2019-02-15 10:38:39 +0100 |
| commit | 893714cfea74a68b5637f1d9866d1b8d8973cf94 (patch) | |
| tree | 0bc3209f0dc939a4dab61218c9af71f904bb17e5 /src/arch/x86/prefix/mromprefix.S | |
| parent | [efi] Add support for console --update in efifb mode (diff) | |
| parent | [init] Show startup and shutdown function names in debug messages (diff) | |
| download | ipxe-893714cfea74a68b5637f1d9866d1b8d8973cf94.tar.gz ipxe-893714cfea74a68b5637f1d9866d1b8d8973cf94.tar.xz ipxe-893714cfea74a68b5637f1d9866d1b8d8973cf94.zip | |
Merge branch 'master' into openslx
Diffstat (limited to 'src/arch/x86/prefix/mromprefix.S')
| -rw-r--r-- | src/arch/x86/prefix/mromprefix.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/prefix/mromprefix.S b/src/arch/x86/prefix/mromprefix.S index 73a869d90..2b5c6bf64 100644 --- a/src/arch/x86/prefix/mromprefix.S +++ b/src/arch/x86/prefix/mromprefix.S @@ -500,7 +500,7 @@ mpciheader: .word 0x0000 /* Device list pointer */ .word mpciheader_len /* PCI data structure length */ .byte 0x03 /* PCI data structure revision */ - .byte 0x02, 0x00, 0x00 /* Class code */ + .byte 0x00, 0x00, 0x02 /* Class code */ mpciheader_image_length: .word 0 /* Image length */ .word 0x0001 /* Revision level */ |
