Subversion Repositories Kolibri OS

Rev

Rev 5270 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5270 Rev 6082
Line 63... Line 63...
63
 *     the card driver (fbdev for example) should tell the arbiter
63
 *     the card driver (fbdev for example) should tell the arbiter
64
 *     if it has disabled legacy decoding, so the card can be left
64
 *     if it has disabled legacy decoding, so the card can be left
65
 *     out of the arbitration process (and can be safe to take
65
 *     out of the arbitration process (and can be safe to take
66
 *     interrupts at any time.
66
 *     interrupts at any time.
67
 */
67
 */
-
 
68
#if defined(CONFIG_VGA_ARB)
68
extern void vga_set_legacy_decoding(struct pci_dev *pdev,
69
extern void vga_set_legacy_decoding(struct pci_dev *pdev,
69
				    unsigned int decodes);
70
				    unsigned int decodes);
-
 
71
#else
-
 
72
static inline void vga_set_legacy_decoding(struct pci_dev *pdev,
-
 
73
					   unsigned int decodes) { };
-
 
74
#endif
Line 70... Line 75...
70
 
75
 
71
/**
76
/**
72
 *     vga_get         - acquire & locks VGA resources
77
 *     vga_get         - acquire & locks VGA resources
73
 *
78
 *