Subversion Repositories Kolibri OS

Rev

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

Rev 3391 Rev 3747
Line 261... Line 261...
261
 
261
 
262
    /* total resources associated with a PCI device */
262
    /* total resources associated with a PCI device */
Line 263... Line 263...
263
    PCI_NUM_RESOURCES,
263
    PCI_NUM_RESOURCES,
264
 
264
 
265
    /* preserve this for compatibility */
265
    /* preserve this for compatibility */
Line 266... Line 266...
266
    DEVICE_COUNT_RESOURCE
266
	DEVICE_COUNT_RESOURCE = PCI_NUM_RESOURCES,
Line 267... Line 267...
267
};
267
};
Line 374... Line 374...
374
 //   struct device_dma_parameters dma_parms;
374
 //   struct device_dma_parameters dma_parms;
Line 375... Line 375...
375
 
375
 
376
	pci_power_t     current_state;  /* Current operating state. In ACPI-speak,
376
	pci_power_t     current_state;  /* Current operating state. In ACPI-speak,
377
					   this is D0-D3, D0 being fully functional,
377
					   this is D0-D3, D0 being fully functional,
378
					   and D3 being off. */
378
					   and D3 being off. */
379
	int		pm_cap;		/* PM capability offset in the
-
 
380
					   configuration space */
379
	u8		pm_cap;		/* PM capability offset */
381
    unsigned int    pme_support:5;  /* Bitmask of states from which PME#
380
    unsigned int    pme_support:5;  /* Bitmask of states from which PME#
382
                       can be generated */
381
                       can be generated */
383
	unsigned int	pme_interrupt:1;
382
	unsigned int	pme_interrupt:1;
384
	unsigned int	pme_poll:1;	/* Poll device's PME status bit */
383
	unsigned int	pme_poll:1;	/* Poll device's PME status bit */
Line 401... Line 400...
401
	struct pcie_link_state	*link_state;	/* ASPM link state. */
400
	struct pcie_link_state	*link_state;	/* ASPM link state. */
402
#endif
401
#endif
Line 403... Line 402...
403
 
402
 
404
	pci_channel_state_t error_state;	/* current connectivity state */
403
	pci_channel_state_t error_state;	/* current connectivity state */
405
    struct  device  dev;        /* Generic device interface */
-
 
-
 
404
    struct  device  dev;        /* Generic device interface */
406
    struct acpi_device *acpi_dev;
405
 
Line 407... Line 406...
407
    int     cfg_size;   /* Size of configuration space */
406
    int     cfg_size;   /* Size of configuration space */
408
 
407
 
409
    /*
408
    /*