diff options
author | Holger Wansing <holgerw@debian.org> | 2017-02-17 18:01:11 +0000 |
---|---|---|
committer | Holger Wansing <holgerw@debian.org> | 2017-02-17 18:01:11 +0000 |
commit | bdda8d18e88435c0c1232598b542268693a77e48 (patch) | |
tree | 38309dc9e14d2495e5dd98afed94c160708e512f /it | |
parent | 86e0bde3973057aeb57f67871762c03a70eb531f (diff) | |
download | installation-guide-bdda8d18e88435c0c1232598b542268693a77e48.zip |
Some mips related cleanups and updates.
Patch #6 from bug#855134: Add mips64el to supported hardware table:
Sync translations.
Diffstat (limited to 'it')
-rw-r--r-- | it/hardware/hardware-supported.xml | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/it/hardware/hardware-supported.xml b/it/hardware/hardware-supported.xml index e83d1a3dc..48a94955f 100644 --- a/it/hardware/hardware-supported.xml +++ b/it/hardware/hardware-supported.xml @@ -1,5 +1,5 @@ <!-- retain these comments for translator revision tracking --> -<!-- original version: 70551 --> +<!-- original version: 70553 --> <sect1 id="hardware-supported"> <!-- <title>Supported Hardware</title> --> @@ -111,7 +111,7 @@ di ogni architettura, che vanno sotto il nome di <quote>flavor</quote>. </row> <row> - <entry morerows="2">MIPS (big endian)</entry> + <entry morerows="2">32bit MIPS (big endian)</entry> <entry morerows="2">mips</entry> <!-- <entry>SGI IP22 (Indy/Indigo 2)</entry> @@ -132,7 +132,20 @@ di ogni architettura, che vanno sotto il nome di <quote>flavor</quote>. </row> <row> - <entry morerows="3">MIPS (little endian)</entry> + <entry morerows="2">64bit MIPS (little endian)</entry> + <entry morerows="2">mips64el</entry> + <entry>MIPS Malta</entry> + <entry>5kc-malta</entry> +</row><row> + <entry>Cavium Octeon</entry> + <entry>octeon</entry> +</row><row> + <entry>Loongson 3</entry> + <entry>loongson-3</entry> +</row> + +<row> + <entry morerows="3">32bit MIPS (little endian)</entry> <entry morerows="3">mipsel</entry> <entry>MIPS Malta (32 bit)</entry> <entry>4kc-malta</entry> |