1. 03 2月, 2006 1 次提交
  2. 12 11月, 2005 1 次提交
    • M
      [IA64-SGI] set altix preferred console · ff51224c
      Mark Maule 提交于
      Fix default VGA console on SN platforms.  Since SN firmware does not pass
      enough ACPI information to identify VGA cards and the associated legacy IO/MEM
      addresses, we rely on the EFI PCDP table.  Since the linux pcdp driver is
      optional (and overridden if console= directives are used) SN duplicates a
      portion of the pcdp scan code to identify if there is a usable console VGA
      adapter.  Additionally, dup necessary pcdp related structs to avoid dragging
      drivers/pcdp.h into a more public location.
      Signed-off-by: NMark Maule <maule@sgi.com>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      ff51224c
  3. 16 9月, 2005 1 次提交
    • J
      [IA64] Cleanup use of various #defines related to nodes · 24ee0a6d
      Jack Steiner 提交于
      Some of the SN code & #defines related to compact nodes & IO discovery
      have gotten stale over the years. This patch attempts to clean them up.
      Some of the various SN MAX_xxx #defines were also unclear & misused.
      
      The primary changes are:
      
      	- use MAX_NUMNODES. This is the generic linux #define for the number
      	  of nodes that are known to the generic kernel. Arrays & loops
      	  for constructs that are 1:1 with linux-defined nodes should
      	  use the linux #define - not an SN equivalent.
      
      	- use MAX_COMPACT_NODES for MAX_NUMNODES + NUM_TIOS. This is the
      	  number of nodes in the SSI system. Compact nodes are a hack to
      	  get around the IA64 architectural limit of 256 nodes. Large SGI
      	  systems have more than 256 nodes. When we upgrade to ACPI3.0,
      	  I _hope_ that all nodes will be real nodes that are known to
      	  the generic kernel. That will allow us to delete the notion
      	  of "compact nodes".
      
      	- add MAX_NUMALINK_NODES for the total number of nodes that
      	  are in the numalink domain - all partitions.
      
      	- simplified (understandable) scan_for_ionodes()
      
      	- small amount of cleanup related to cnodes
      Signed-off-by: NJack Steiner <steiner@sgi.com>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      24ee0a6d
  4. 09 9月, 2005 1 次提交
  5. 01 9月, 2005 1 次提交
  6. 25 8月, 2005 1 次提交
  7. 18 8月, 2005 2 次提交
  8. 07 7月, 2005 1 次提交
  9. 29 6月, 2005 2 次提交
  10. 04 6月, 2005 1 次提交
  11. 18 5月, 2005 1 次提交
  12. 05 5月, 2005 1 次提交
  13. 04 5月, 2005 1 次提交
  14. 26 4月, 2005 1 次提交
    • A
      [IA64-SGI] Altix: enable poweroff · c1298c5c
      Aaron J Young 提交于
      This patch adds the necessary "hook" to allow SGI/SN
      machines to perform a system power off upon a 
      'init 0', 'halt -p', 'poweroff' or 'shutdown -h'.
      
      The "hook" is to set the pm_power_off callback
      to ia64_sn_power_down(). pm_power_off is checked
      in machine_power_off()/do_poweroff() and, if set, is executed. 
      ia64_sn_power_down() is a function already present (but not 
      used currently) in the sn kernel.
      ia64_sn_power_down() makes a SAL call to execute the
      power off.
      Signed-off-by: NAaron J Young <ayoung@sgi.com>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      c1298c5c
  15. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4