pci: use appropriate base class ids

This will allow SLOF to print the appropriate name instead of "unknown"
for PCI classes 0xd to 0x11.

Signed-off-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
This commit is contained in:
Greg Kurz 2018-08-29 17:37:25 +02:00 committed by Alexey Kardashevskiy
parent a8a16a7b59
commit 6e4b4adb89
1 changed files with 5 additions and 5 deletions

View File

@ -254,11 +254,11 @@
0A OF pci-class-name-0A ENDOF
0B OF pci-class-name-0B ENDOF
0C OF pci-class-name-0C ENDOF
0C OF pci-class-name-0D ENDOF
0C OF pci-class-name-0E ENDOF
0C OF pci-class-name-0F ENDOF
0C OF pci-class-name-10 ENDOF
0C OF pci-class-name-11 ENDOF
0D OF pci-class-name-0D ENDOF
0E OF pci-class-name-0E ENDOF
0F OF pci-class-name-0F ENDOF
10 OF pci-class-name-10 ENDOF
11 OF pci-class-name-11 ENDOF
dup OF drop s" unknown" ENDOF
ENDCASE
;