Track pci_config

This commit is contained in:
pjht 2024-09-09 10:05:00 -05:00
parent 516af96c60
commit 18dd14d030
Signed by: pjht
GPG Key ID: 7B5F6AFBEC7EE78E
2 changed files with 14 additions and 2 deletions

5
.gitignore vendored
View File

@ -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
View 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"