44 lines
761 B
TOML
44 lines
761 B
TOML
## Storage drivers for InitFS (pcid-spawner format) ##
|
|
|
|
[[driver]]
|
|
name = "ahcid"
|
|
description = "AHCI SATA driver"
|
|
priority = 100
|
|
command = ["/scheme/initfs/lib/drivers/ahcid"]
|
|
|
|
[[driver.match]]
|
|
class = 1
|
|
subclass = 6
|
|
|
|
[[driver]]
|
|
name = "ided"
|
|
description = "PATA IDE driver"
|
|
priority = 100
|
|
command = ["/scheme/initfs/lib/drivers/ided"]
|
|
|
|
[[driver.match]]
|
|
class = 1
|
|
subclass = 1
|
|
|
|
[[driver]]
|
|
name = "nvmed"
|
|
description = "NVMe storage driver"
|
|
priority = 100
|
|
command = ["/scheme/initfs/lib/drivers/nvmed"]
|
|
|
|
[[driver.match]]
|
|
class = 1
|
|
subclass = 8
|
|
|
|
[[driver]]
|
|
name = "virtio-blkd"
|
|
description = "VirtIO block device driver"
|
|
priority = 100
|
|
command = ["/scheme/initfs/lib/drivers/virtio-blkd"]
|
|
|
|
[[driver.match]]
|
|
vendor = 0x1AF4
|
|
device = 0x1001
|
|
class = 1
|
|
subclass = 0
|