UDI - Adding an attempt at a BochsGA UDI GFX driver
[tpg/acess2.git] / UDI / drivers / gfx_bochs / udiprops.txt
1 properties_version 0x101
2 supplier 1
3 contact 2
4 name 3
5 shortname bochsga
6 release 5 1.0
7
8 requires udi 0x101
9 requires udi_physio 0x101
10 requires udi_bridge 0x101
11 requires udi_gfx 0x101
12
13 meta 1 udi_bridge
14 meta 2 udi_gfx
15 #meta 3 udi_gio
16
17 parent_bind_ops 1 0 1 1 # bridge, rgn 0, ops 1, cb 1
18 child_bind_ops 2 0 2    # Provider
19 #parent_bind_ops 3 0 2 3        # GIO bound to 3D provider
20
21 #enumerates 102 1 1 3  gio_type string software3d
22
23 # - Classic non-PCI version
24 device 100 1  bus string system  sysbus_io_addr_lo ubit32 0x01CE  sysbus_io_size ubit32 2  sysbys_mem_addr_lo ubit32 0xE0000000 sysbus_mem_size 0x400000
25 # - PCI Version (Non-indexed registers at offset 0x500 in BAR2 MMIO)
26 device 101 1  bus string pci  pci_vendor_id ubit32 0x1234  pci_device_id ubit32 0x1111  pci_base_class ubit32 0x03  pci_sub_clais ubit32 0x00  pci_prog_if ubit32 0x00
27
28 # Messages
29 message 1       John Hodge (thePowersGang)
30 message 2       [email protected]
31 message 3       Bochs Graphics Adapter
32 message 5       BochsGA
33 message 100     BochsGA ISA Device
34 message 101     BochsGA PCI Device
35
36 message 1001    "Unknown property passed to %s: %i"
37
38 module bochsga
39 region 0
40
41 # Source-only udiprops
42 compile_options -Wall
43 source_files bochsga_core.c

UCC git Repository :: git.ucc.asn.au