patch-2.3.99-pre9 linux/drivers/tc/tc.c

Next file: linux/drivers/tc/tcsyms.c
Previous file: linux/drivers/sound/via82cxxx_audio.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre8/linux/drivers/tc/tc.c linux/drivers/tc/tc.c
@@ -1,4 +1,4 @@
-/* $Id: $
+/* $Id: tc.c,v 1.3 1999/10/09 00:01:32 ralf Exp $
  * tc-init: We assume the TURBOchannel to be up and running so
  * just probe for Modules and fill in the global data structure
  * tc_bus.
@@ -13,6 +13,7 @@
 
 #include <linux/string.h>
 #include <linux/init.h>
+#include <linux/ioport.h>
 #include <asm/addrspace.h>
 #include <asm/errno.h>
 #include <asm/dec/machtype.h>
@@ -231,6 +232,6 @@
 					tc_bus[i].name, tc_bus[i].firmware);
 			}
 #endif
+		ioport_resource.end = KSEG2 - 1;
 	}
-
 }

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