Files
foc/l4/conf/examples/x86-fb.io
2013-01-11 17:00:47 +01:00

20 lines
416 B
Io

# vim:set ft=ioconfig:
# configuration file for io
gui => new System_bus()
{
ps2dev => wrap(hw-root.match("PNP0303"));
}
fbdrv => new System_bus()
{
PCI0 => new PCI_bus_ident()
{
host_bridge_dummy => new PCI_dummy_device();
pci_gfx[] => wrap(hw-root.match("PCI/CC_03"));
}
dev1 => wrap(hw-root.match("BIOS"));
dev2 => wrap(hw-root.match("PNP0900"));
dev3 => wrap(hw-root.match("PNP0100"));
}