1. 13 4月, 2006 1 次提交
  2. 01 4月, 2006 1 次提交
    • O
      [PATCH] Don't pass boot parameters to argv_init[] · 9b41046c
      OGAWA Hirofumi 提交于
      The boot cmdline is parsed in parse_early_param() and
      parse_args(,unknown_bootoption).
      
      And __setup() is used in obsolete_checksetup().
      
      	start_kernel()
      		-> parse_args()
      			-> unknown_bootoption()
      				-> obsolete_checksetup()
      
      If __setup()'s callback (->setup_func()) returns 1 in
      obsolete_checksetup(), obsolete_checksetup() thinks a parameter was
      handled.
      
      If ->setup_func() returns 0, obsolete_checksetup() tries other
      ->setup_func().  If all ->setup_func() that matched a parameter returns 0,
      a parameter is seted to argv_init[].
      
      Then, when runing /sbin/init or init=app, argv_init[] is passed to the app.
      If the app doesn't ignore those arguments, it will warning and exit.
      
      This patch fixes a wrong usage of it, however fixes obvious one only.
      Signed-off-by: NOGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      9b41046c
  3. 31 3月, 2006 10 次提交
  4. 30 3月, 2006 1 次提交
  5. 04 3月, 2006 2 次提交
  6. 01 3月, 2006 1 次提交
    • J
      [PATCH] pcmcia: add id for AMB8110 PC Card · 2fe22a8b
      Jesse Allen 提交于
      The axnet_cs driver can support the AMB8110 PC Card, so add the id for it.
      
      In the old pcmcia-cs config file, this card is listed with the comment "not
      specific enough".  The last entry in the axnet_ids has the same comment.
      They are disabled, and for good reason as it was originally identified by
      the MANFID, and that is shared with several cards that use both the
      pcnet_cs driver and axnet_cs driver.  I tried my AMB8110 with pcnet_cs, and
      found that it works fine, and I cannot find a reason for either, except
      that the old config file recommended axnet_cs.
      Signed-off-by: NJesse Allen <the3dfxdude@gmail.com>
      Cc: Jeff Garzik <jgarzik@pobox.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NDominik Brodowski <linux@dominikbrodowski.net>
      2fe22a8b
  7. 17 1月, 2006 1 次提交
  8. 10 1月, 2006 1 次提交
  9. 06 1月, 2006 4 次提交
  10. 01 12月, 2005 1 次提交
  11. 29 10月, 2005 1 次提交
  12. 04 10月, 2005 1 次提交
  13. 19 8月, 2005 1 次提交
  14. 28 7月, 2005 1 次提交
  15. 16 7月, 2005 1 次提交
  16. 08 7月, 2005 2 次提交
  17. 28 6月, 2005 10 次提交