1. 23 Jan, 2003 1 commit
    • Ivan Kokshaysky's avatar
      [PATCH] nautilus update · 2192cb52
      Ivan Kokshaysky authored
      - make irongate_ioremap() use generic __alpha_remap_area_pages();
      - remove huge debugging printk;
      - AGP remapping hardware disabled for now. Any attempt to use it
        would result in corrupted memory;
      - albacore (UP1500) support:
        - handle differences between AMD-761 (UP1500) and AMD-751 (UP1000/1100)
          chipsets, namely ECC mode/status and pci_mem registers;
        - customized nautilus_init_pci() to minimize amount of system memory
          consumed by PCI MMIO for 4Gb configuration.
      
      Ivan.
      2192cb52
  2. 21 Jan, 2003 1 commit
  3. 20 Jan, 2003 3 commits
    • Jeff Wiedemeier's avatar
      [PATCH] use CONFIG_EARLY_PRINTK to turn off "srmcons" prints · 8d2d33c0
      Jeff Wiedemeier authored
      Use CONFIG_EARLY_PRINTK to trigger disable_early_printk() call in
      console_init (tty_io.c) to turn off "srmcons" prints rather than the
      existing code in time.c.
      
      /jeff
      8d2d33c0
    • Jeff Wiedemeier's avatar
      [PATCH] remove srmcons_allowed implementation from marvel · 4cdc7fe8
      Jeff Wiedemeier authored
      Remove unused marvel_srmcons_allowed implementation.
      
      /jeff
      4cdc7fe8
    • Richard Henderson's avatar
      [ALPHA] New SRM console driver. · aca8e5a3
      Richard Henderson authored
      From Jeff Wiedemeier:
      
      How about this.. This version no longer piggy backs on ttyS0 (it
      actually doesn't touch any files outside arch/alpha/kernel at all). It
      does use a dynamic major for the tty piece of the driver. From
      userspace, /dev/console is ok for most uses, but because of the 'noctty
      = 1' at tty_tio.c:1329 (in the IS_SYSCONS_DEV section) using
      /dev/console cannot result in a controlling tty so some things, like
      'resize' and bash job control don't work. For those uses, however, it's
      easy enough to parse /proc/devices on the way up to get the major number
      and create the specific device for the tty side of the driver.
      
      I made a distinction in kernel options as well. "srmcons" specifically
      requests the early prints (as before) and "console=srm" requests the
      full driver, including the early prints. The two options can be
      combined with "console=srm" behavior resulting. The other change is that
      if "console=srm" is specified, I don't unregister_srm_console before
      console_init any more - that only happens in the "srmcons" case. That
      way preferred console selection remains stable and "console=srm" doesn't
      result in the early messages being repeated when the driver
      re-registers. The use of "srmcons_allowed" is also eliminated due to the
      "srmcons" vs. "console=srm" distinction.
      aca8e5a3
  4. 19 Jan, 2003 2 commits
  5. 17 Jan, 2003 2 commits
  6. 16 Jan, 2003 31 commits