summaryrefslogtreecommitdiffstats
path: root/release/doc/en_US.ISO8859-1/hardware/ia64/proc-ia64.sgml
blob: 9532a6a51792beb10ab6f4a967338494f2a2ccba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!--
	$FreeBSD$
-->
<sect1 id="proc-ia64">
  <title>Supported Processors and Motherboards</title>

  <para>Currently supported processors are the 
    <ulink url="http://www.intel.com/design/itanium/itanium/index.htm">Itanium</ulink>
    and the <ulink url="http://www.intel.com/design/itanium2/index.htm">Itanium 2</ulink>.</para>

  <para>Supported chipsets include:</para>
   <itemizedlist>
     <listitem>
       <para>HP zx1 (only on development branch, see the 
         <ulink url="http://perforce.freebsd.org/">Perforce repository</ulink>)</para>
     </listitem>
     <listitem>
       <para>HP i2000
     </listitem>
     <listitem>
       <para>Intel 460GX</para>
     </listitem>
     <listitem>
       <para>Intel E8870</para>
     </listitem>
   </itemizedlist>

  <para>Both Uniprocessor (UP) and Symmetric Multi-processor (SMP)
    configurations are under active development.  At this time,
    SMP-enabled systems are considered less stable.  The current
    priorities are UP fixes to improve stability.</para>

  <sect2>
    <title>Supported Devices Overview</title>

    <para>This section contains additional information about what
      devices may or may not be supported by &os;/&arch;.</para>

    <para>Except for the PC chipset embedded &man.ata.4; controllers,
      most should work out of the box.  Eventually, all
      &arch;-compatible ATA controllers are expected to be fully
      supported.  Refer to the following sections for various disk
      controllers and their current status.</para>
    
    <para>In general, <quote>PC standard</quote> serial ports
      supported by the &man.sio.4; driver are expected to work on
      Intel legacy machines, but not PA legacy machines.  The reason
      is that all devices on HP machines are memory-mapped and there
      is <emphasis>no</emphasis> ISA device support other than the PCI
      dictated VGA legacy.</para>

    <para>In addition to &man.sio.4; devices, the following devices
      fail on non-Intel legacy machines (but should work on boxes with
      an Intel legacy) because their drivers make ISA-specific
      assumptions that do not hold:</para>

    <informaltable frame="none">
      <tgroup cols="2">
	<tbody>
	  <row>
            <entry>&man.sio.4;</entry>
            <entry>No support for memory-mapped I/O</entry>
	  </row>

	  <row>
            <entry>&man.syscons.4;</entry>
            <entry>Expect BIOS, VGA probes, etc.</entry>
	  </row>

	  <row>
            <entry>&man.pcm.4;</entry>
            <entry>Probes MSS ISA ports <emphasis>ad nauseum</emphasis></entry>
	  </row>

	  <row>
            <entry>&man.atkbd.4;, &man.psm.4;</entry>
            <entry>Fixed ISA port locations</entry>
	  </row>
	</tbody>
      </tgroup>
    </informaltable>
  </sect2>
</sect1>
OpenPOWER on IntegriCloud