diff options
Diffstat (limited to 'arch/mips/include/asm/sgi/gio.h')
| -rw-r--r-- | arch/mips/include/asm/sgi/gio.h | 16 | 
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/mips/include/asm/sgi/gio.h b/arch/mips/include/asm/sgi/gio.h index 889cf028c95..24be2b425be 100644 --- a/arch/mips/include/asm/sgi/gio.h +++ b/arch/mips/include/asm/sgi/gio.h @@ -18,18 +18,18 @@   * three physical connectors, but only two slots, GFX and EXP0.   *   * There is 10MB of GIO address space for GIO64 slot devices - * slot#   slot type address range            size + * slot#   slot type address range	      size   * -----   --------- ----------------------- ----- - *   0     GFX       0x1f000000 - 0x1f3fffff   4MB - *   1     EXP0      0x1f400000 - 0x1f5fffff   2MB - *   2     EXP1      0x1f600000 - 0x1f9fffff   4MB + *   0	   GFX	     0x1f000000 - 0x1f3fffff   4MB + *   1	   EXP0	     0x1f400000 - 0x1f5fffff   2MB + *   2	   EXP1	     0x1f600000 - 0x1f9fffff   4MB   *   * There are un-slotted devices, HPC, I/O and misc devices, which are grouped   * into the HPC address space. - *   -     MISC      0x1fb00000 - 0x1fbfffff   1MB + *   -	   MISC	     0x1fb00000 - 0x1fbfffff   1MB   *   * Following space is reserved and unused - *   -     RESERVED  0x18000000 - 0x1effffff 112MB + *   -	   RESERVED  0x18000000 - 0x1effffff 112MB   *   * GIO bus IDs   * @@ -39,10 +39,10 @@   * the slot undefined.   *   * 32-bit IDs are divided into - *	bits 0:6        the product ID; ranges from 0x00 to 0x7F. + *	bits 0:6	the product ID; ranges from 0x00 to 0x7F.   *	bit 7		0=GIO Product ID is 8 bits wide   *			1=GIO Product ID is 32 bits wide. - *	bits 8:15       manufacturer version for the product. + *	bits 8:15	manufacturer version for the product.   *	bit 16		0=GIO32 and GIO32-bis, 1=GIO64.   *	bit 17		0=no ROM present   *			1=ROM present on this board AND next three words  | 
