Subversion Repositories Kolibri OS

Rev

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

Rev 6102 Rev 6125
Line 1164... Line 1164...
1164
			void *alignf_data);
1164
			void *alignf_data);
Line 1165... Line 1165...
1165
 
1165
 
Line -... Line 1166...
-
 
1166
 
-
 
1167
int pci_remap_iospace(const struct resource *res, phys_addr_t phys_addr);
-
 
1168
 
-
 
1169
static inline void
-
 
1170
_pcibios_resource_to_bus(struct pci_dev *dev, struct pci_bus_region *region,
-
 
1171
                         struct resource *res)
-
 
1172
{
-
 
1173
    region->start = res->start;
1166
 
1174
    region->end = res->end;
1167
int pci_remap_iospace(const struct resource *res, phys_addr_t phys_addr);
1175
}
1168
 
1176
 
Line 1169... Line 1177...
1169
static inline pci_bus_addr_t pci_bus_address(struct pci_dev *pdev, int bar)
1177
static inline pci_bus_addr_t pci_bus_address(struct pci_dev *pdev, int bar)
1170
{
1178
{
1171
	struct pci_bus_region region;
1179
	struct pci_bus_region region;
Line 1172... Line 1180...
1172
 
1180
 
1173
	pcibios_resource_to_bus(pdev->bus, ®ion, &pdev->resource[bar]);
1181
    _pcibios_resource_to_bus(pdev, ®ion, &pdev->resource[bar]);