patch-2.3.40 linux/include/asm-alpha/pci.h

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

diff -u --recursive --new-file v2.3.39/linux/include/asm-alpha/pci.h linux/include/asm-alpha/pci.h
@@ -1,6 +1,8 @@
 #ifndef __ALPHA_PCI_H
 #define __ALPHA_PCI_H
 
+#include <asm/machvec.h>
+
 /*
  * The following structure is used to manage multiple PCI busses.
  */
@@ -26,6 +28,9 @@
    bus numbers.  */
 
 #define pcibios_assign_all_busses()	1
+
+#define PCIBIOS_MIN_IO		alpha_mv.min_io_address
+#define PCIBIOS_MIN_MEM		alpha_mv.min_mem_address
 
 #endif /* __ALPHA_PCI_H */
 

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