patch-2.4.22 linux-2.4.22/include/asm-mips/mips-boards/bonito64.h
Next file: linux-2.4.22/include/asm-mips/mips-boards/generic.h
Previous file: linux-2.4.22/include/asm-mips/mc146818rtc.h
Back to the patch index
Back to the overall index
- Lines: 38
- Date:
2003-08-25 04:44:43.000000000 -0700
- Orig file:
linux-2.4.21/include/asm-mips/mips-boards/bonito64.h
- Orig date:
2002-11-28 15:53:15.000000000 -0800
diff -urN linux-2.4.21/include/asm-mips/mips-boards/bonito64.h linux-2.4.22/include/asm-mips/mips-boards/bonito64.h
@@ -1,19 +1,14 @@
/*
- * bonito.h
- *
- * Carsten Langgaard, carstenl@mips.com
- * Copyright (C) 2001 MIPS Technologies, Inc. All rights reserved.
- *
- * ########################################################################
+ * Bonito Register Map
*
* This file is the original bonito.h from Algorithmics with minor changes
* to fit into linux.
- */
-
-/*
- * Bonito Register Map
+ *
* Copyright (c) 1999 Algorithmics Ltd
*
+ * Carsten Langgaard, carstenl@mips.com
+ * Copyright (C) 2001 MIPS Technologies, Inc. All rights reserved.
+ *
* Algorithmics gives permission for anyone to use and modify this file
* without any obligation or license condition except that you retain
* this copyright message in any source redistribution in whole or part.
@@ -40,6 +35,12 @@
/* offsets from base pointer, this construct allows optimisation */
/* static char * const _bonito = PA_TO_KVA1(BONITO_BASE); */
+
+/*
+ * Algorithmics Bonito64 system controller register base.
+ */
+extern char * const _bonito;
+
#define BONITO(x) *(volatile u32 *)(_bonito + (x))
#endif /* __ASSEMBLY__ */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)