patch-2.3.43 linux/include/asm-alpha/machvec.h

Next file: linux/include/asm-alpha/mmu_context.h
Previous file: linux/include/asm-alpha/jensen.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.42/linux/include/asm-alpha/machvec.h linux/include/asm-alpha/machvec.h
@@ -21,6 +21,7 @@
 struct linux_hose_info;
 struct pci_dev;
 struct pci_ops;
+struct pci_controler;
 
 struct alpha_machine_vector
 {
@@ -39,8 +40,8 @@
 	unsigned long min_io_address;
 	unsigned long min_mem_address;
 
-	unsigned long (*mv_virt_to_bus)(void *);
-	void * (*mv_bus_to_virt)(unsigned long);
+	void (*mv_pci_tbi)(struct pci_controler *hose,
+			   dma_addr_t start, dma_addr_t end);
 
 	unsigned int (*mv_inb)(unsigned long);
 	unsigned int (*mv_inw)(unsigned long);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)