1% Load the ahci_test program with a higher priority than ahcid
2
3pci_driver{
4    binary: "ahci_test",
5    supported_cards:
6    [ pci_card{ vendor: 16'8086, device: 16'2922, function: _, subvendor: _, subdevice: _ },
7      pci_card{ vendor: 16'8086, device: 16'3a22, function: _, subvendor: _, subdevice: _ },
8      pci_card{ vendor: 16'8086, device: 16'8c02, function: _, subvendor: _, subdevice: _ },
9      pci_card{ vendor: 16'8086, device: 16'a102, function: _, subvendor: _, subdevice: _ },
10      pci_card{ vendor: 16'8086, device: 16'1d02, function: _, subvendor: _, subdevice: _ },
11      pci_card{ vendor: 16'1002, device: 16'4390, function: _, subvendor: _, subdevice: _ } ],
12    core_hint: 0,
13    core_offset: 0,
14    multi_instance: 0,
15    interrupt_load: 0.5,
16    priority: 1000,
17    platforms: ['x86_64', 'x86_32']
18}.
19