Add BGA driver stub
This commit is contained in:
parent
0b04c9e3b4
commit
034a9388f5
4 changed files with 43 additions and 1 deletions
|
@ -2,4 +2,18 @@
|
|||
name = "AHCI storage"
|
||||
class = 1
|
||||
subclass = 6
|
||||
command = ["initfs:bin/ahcid", "$NAME", "$BAR5", "$IRQ"]
|
||||
command = ["ahcid", "$NAME", "$BAR5", "$IRQ"]
|
||||
|
||||
[[drivers]]
|
||||
name = "Bochs Graphics Array"
|
||||
class = 3
|
||||
vendor = 4660
|
||||
device = 4369
|
||||
command = ["bgad", "$NAME", "$BAR0"]
|
||||
|
||||
[[drivers]]
|
||||
name = "Bochs Graphics Array"
|
||||
class = 3
|
||||
vendor = 33006
|
||||
device = 48879
|
||||
command = ["bgad", "$NAME", "$BAR0"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue