patch-2.4.0-test9 linux/arch/sparc64/kernel/auxio.c
Next file: linux/arch/sparc64/kernel/central.c
Previous file: linux/arch/sparc64/config.in
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Tue Oct 3 09:24:41 2000
- Orig file:
v2.4.0-test8/linux/arch/sparc64/kernel/auxio.c
- Orig date:
Mon Dec 20 22:05:52 1999
diff -u --recursive --new-file v2.4.0-test8/linux/arch/sparc64/kernel/auxio.c linux/arch/sparc64/kernel/auxio.c
@@ -18,6 +18,7 @@
#include <asm/sbus.h>
#include <asm/ebus.h>
#include <asm/fhc.h>
+#include <asm/starfire.h>
/* Probe and map in the Auxiliary I/O register */
unsigned long auxio_register = 0;
@@ -55,7 +56,7 @@
return;
}
#endif
- if(central_bus) {
+ if(central_bus || this_is_starfire) {
auxio_register = 0UL;
return;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)