Merge branch 'initfs_hex_pci_id' into 'master'
Use hex pci id's in initfs.toml See merge request redox-os/drivers!166
This commit is contained in:
+4
-4
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user