Track pci_config
This commit is contained in:
parent
516af96c60
commit
18dd14d030
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,6 +1,7 @@
|
||||
target
|
||||
sysroot/*
|
||||
!sysroot/etc/pci_config
|
||||
sysroot/bin
|
||||
sysroot/.crates.toml
|
||||
sysroot/.crates2.json
|
||||
initrd_path
|
||||
kernel_path
|
||||
out_dir_path
|
||||
|
11
sysroot/etc/pci_config
Normal file
11
sysroot/etc/pci_config
Normal file
@ -0,0 +1,11 @@
|
||||
[[mappings]]
|
||||
type = "GenericClass"
|
||||
class = "MassStorage"
|
||||
subclass = "SATA"
|
||||
progif = "AHCI1"
|
||||
path = "/bin/ahci"
|
||||
|
||||
[[mappings]]
|
||||
type = "VendDev"
|
||||
list = [[0x1234, 0x1111]]
|
||||
path = "/bin/bga"
|
Loading…
Reference in New Issue
Block a user