]> scripts.mit.edu Git - xen.git/blob - xend-pci-permissive.sxp
Change hard-coded source_server to a currently existing one
[xen.git] / xend-pci-permissive.sxp
1 ###############################################################################
2 # Configuration file for granting quiry PCI devices full write access to their 
3 # configuration space.  This file should only be used when you are unable to 
4 # determine the exact registers required by your device.  Even so, it should 
5 # be used only temporarily.
6
7 # SEND A MESSAGE TO xen-devel@lists.xensource.com IF YOU USE THIS FILE.
8
9 # Using this file should NOT be necessary.  If you must use it to make some
10 # device work, send a message to the above list with as much information about 
11 # your device as possible so the developers can make accomodations for it.  
12 # Once developers make the necessary updates you can remove the corresponding
13 # entry for your device. 
14 ###############################################################################
15 # Entries are formated as follows:  <vendor>:<device>[:<subvendor>:<subdevice>]
16
17 # Example: Appending to an existing list
18 #  
19 # (unconstrained_dev_ids
20 #     ('XXXX:XXXX:XXXX:XXXX'    # existing entry
21 #      'YYYY:YYYY:YYYY:YYYY'    # new entry 1
22 #      'ZZZZ:ZZZZ')             # new entry 2
23 # )
24 ###############################################################################
25 (unconstrained_dev_ids
26      #('0123:4567:89AB:CDEF')
27 )