1. 20 9月, 2009 28 次提交
  2. 18 9月, 2009 2 次提交
  3. 16 9月, 2009 3 次提交
    • D
      sparc: Kill PROM console driver. · 09d3f3f0
      David S. Miller 提交于
      Many years ago when this driver was written, it had a use, but these
      days it's nothing but trouble and distributions should not enable it
      in any situation.
      
      Pretty much every console device a sparc machine could see has a
      bonafide real driver, making the PROM console hack unnecessary.
      
      If any new device shows up, we should write a driver instead of
      depending upon this crutch to save us.  We've been able to take care
      of this even when no chip documentation exists (sunxvr500, sunxvr2500)
      so there are no excuses.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      09d3f3f0
    • J
      mem_class: fix bug · 162dd421
      Jin Dongming 提交于
      When I build and boot -next on fedora 10, I can not login anymore.
      When I input the user name and password, the system does not output
      any message and requires user to input the user name and password
      again and again.
      
      I find the patch which caused this problem with "GIT BISECT" command.
      And the patch is
          commit 7c4b7daa1878972ed0137c95f23569124bd6e2b1
          "mem_class: use minor as index instead of searching the array".
      
      Though I don't know the real reason why user could not login, I
      confirmed the patch I made as following could resolve the problem on
      fedora 10.
      Signed-off-by: NJin Dongming <jin.dongming@np.css.fujitsu.com>
      Acked-by: NKay Sievers <kay.sievers@vrfy.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      162dd421
    • K
      mem_class: use minor as index instead of searching the array · 389e0cb9
      Kay Sievers 提交于
      Declare the device list with the minor numbers as the index, which saves us from
      searching for a matching list entry. Remove old devfs permissions declaration.
      Signed-off-by: NKay Sievers <kay.sievers@vrfy.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      389e0cb9
  4. 15 9月, 2009 2 次提交
  5. 14 9月, 2009 2 次提交
  6. 11 9月, 2009 3 次提交