Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101429
b: refs/heads/master
c: 043ebd6
h: refs/heads/master
i:
  101427: 977e605
v: v3
  • Loading branch information
Maciej W. Rozycki authored and Ralf Baechle committed Jul 15, 2008
1 parent c87f1fb commit c7c3b0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 52f4f6bbcff5510f662a002ec1219660ea25af62
refs/heads/master: 043ebd6c9de7500a399017643bbc5cafd4e37060
9 changes: 5 additions & 4 deletions trunk/include/asm-mips/dec/kn05.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* KN04-CA) and DECsystem 5900/260 (KN05) R4k CPU card MB ASIC
* definitions.
*
* Copyright (C) 2002, 2003, 2005 Maciej W. Rozycki
* Copyright (C) 2002, 2003, 2005, 2008 Maciej W. Rozycki
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Expand Down Expand Up @@ -54,11 +54,11 @@
*/
#define KN4K_MB_INT_TC (1<<0) /* TURBOchannel? */
#define KN4K_MB_INT_RTC (1<<1) /* RTC? */
#define KN4K_MB_INT_MT (1<<3) /* ??? */
#define KN4K_MB_INT_MT (1<<3) /* I/O ASIC cascade */

/*
* Bits for the MB control & status register.
* Set to 0x00bf8001 on my system by the ROM.
* Set to 0x00bf8001 for KN05 and to 0x003f8000 for KN04 by the firmware.
*/
#define KN4K_MB_CSR_PF (1<<0) /* PreFetching enable? */
#define KN4K_MB_CSR_F (1<<1) /* ??? */
Expand All @@ -69,7 +69,8 @@
#define KN4K_MB_CSR_IM (1<<13) /* ??? */
#define KN4K_MB_CSR_NC (1<<14) /* ??? */
#define KN4K_MB_CSR_EE (1<<15) /* (bus) Exception Enable? */
#define KN4K_MB_CSR_MSK (0x1f<<16) /* ??? */
#define KN4K_MB_CSR_MSK (0x1f<<16) /* CPU Int[4:0] mask */
#define KN4K_MB_CSR_FW (1<<21) /* ??? */
#define KN4K_MB_CSR_W (1<<31) /* ??? */

#endif /* __ASM_MIPS_DEC_KN05_H */

0 comments on commit c7c3b0f

Please sign in to comment.