Use hex pci id's in initfs.toml

This is consistent with the pcid configs for non-initfs drivers.
This commit is contained in:
bjorn3
2024-06-14 11:06:49 +02:00
parent 8f98e28e97
commit 019779daee
+4 -4
View File
@@ -25,13 +25,13 @@ command = ["nvmed"]
name = "virtio-blk"
class = 1
subclass = 0
vendor = 6900
device = 4097
vendor = 0x1AF4
device = 0x1001
command = ["virtio-blkd"]
[[drivers]]
name = "virtio-gpu"
class = 3
vendor = 6900
device = 4176
vendor = 0x1AF4
device = 0x1050
command = ["virtio-gpud"]