An error occurred fetching the project authors.
  1. 20 Sep, 2004 1 commit
    • Adrian Bunk's avatar
      [PATCH] TMS380TR must select FW_LOADER · cd631f0f
      Adrian Bunk authored
      I got the following compile error with CONFIG_FW_LOADER=n:
      
      <--  snip  -->
      
      ...
        LD      .tmp_vmlinux1
      drivers/built-in.o(.text+0x297944): In function `tms380tr_reset_adapter':
      : undefined reference to `request_firmware'
      drivers/built-in.o(.text+0x297aaf): In function `tms380tr_reset_adapter':
      : undefined reference to `release_firmware'
      drivers/built-in.o(.text+0x297af9): In function `tms380tr_reset_adapter':
      : undefined reference to `release_firmware'
      make: *** [.tmp_vmlinux1] Error 1
      
      <--  snip  -->
      
      
      CONFIG_TMS380TR must select FW_LOADER (and therefore depend on HOTPLUG).
      Signed-off-by: default avatarAdrian Bunk <bunk@fs.tum.de>
      cd631f0f
  2. 16 Jul, 2004 1 commit
  3. 11 Jul, 2004 1 commit
  4. 30 Jun, 2004 1 commit
  5. 20 Dec, 2003 1 commit
  6. 25 Sep, 2003 1 commit
  7. 24 Sep, 2003 1 commit
    • Rusty Russell's avatar
      [PATCH] Kconfig fixes for modules.txt · 77215b89
      Rusty Russell authored
      Kconfig cleanup megapatch from Nicolas Kaiser <nikai@nikai.net>.
      
      modules.txt no longer exists, and the common wording used to refer to
      it sucks.  This is all by Nicolas Kaiser's: at Randy and Matthew's
      request, "say M" changed to "choose M" (more sense for graphical front
      ends, too).
      77215b89
  8. 19 Sep, 2003 1 commit
    • Arnaldo Carvalho de Melo's avatar
      o LLC: trim down llc_core to the very basic support needed by IPX et all · 5351553b
      Arnaldo Carvalho de Melo authored
      Renaming the basic support module to llc.ko and introducing llc_core.c,
      that has just the basic output path for llc_build_and_send_ui_pkt.
      
      Next step will be to rename llc_main.c to llc_station.c, then consolidate
      all the llc station code in this file, removing all the not needed
      llc_station parameters and killing struct llc_station altogether,
      no sense in having it as there is just one station, always. BTW in
      this changeset parts of llc_main_station was already moved to llc_core.c,
      namely the sap list and lock.
      5351553b
  9. 16 Sep, 2003 1 commit
    • Arnaldo Carvalho de Melo's avatar
      o LLC: split llc into llc_core and llc2 modules · 5b82d4b4
      Arnaldo Carvalho de Melo authored
      For this some more functions had to be moved around, now one doesn't
      have to explicitely select LLC to have access in the menu to ipx,
      appletalk, token ring, etc.
      
      This is not yet as good as I want it to be, but at least makes it
      easier for the hordes of users to select stuff, making it look more
      like how it was in 2.4.
      
      In the next changesets I'll fix the fact that CONFIG_TR is a bool
      and makes psnap, p8022 and llc_core to be built statically even tho
      the token ring drivers are being build as modules.
      5b82d4b4
  10. 20 Apr, 2003 1 commit
    • Randy Dunlap's avatar
      [PATCH] replace URLs in Kconfig · e9148e42
      Randy Dunlap authored
      This is a patch from Robert P.J. Day that replaces www.linuxdoc.org
      (which is outdated and unspported according to www.tldp.org)
      with www.tldp.org in lots of Kconfig files.
      e9148e42
  11. 24 Feb, 2003 1 commit
    • Martin Schwidefsky's avatar
      [PATCH] s390: configuration. · 2f80c90e
      Martin Schwidefsky authored
      updates for unified netdev config
      
      - remove duplicate questions from drivers/s390/Kconfig
      - some trivial fixes to make the s390 specific options work
      - new default configurations
      2f80c90e
  12. 13 Feb, 2003 1 commit
    • Jochen Friedrich's avatar
      Update several token ring drivers: · c714a164
      Jochen Friedrich authored
      New low level tms380 driver for Proteon 1392 / 1392+ cards
      (port from existing 2.2 kernel code)
      
      Add spinlock to fix race condition in tms380tr.
      
      Fix startup of tmsisa to not register and unregister devices multiple
      times, so hotplug doesn't run wild.
      
      Add support for statically compiling tmsisa into kernel.
      
      Remove unnecessary console SPAM during boot.
      
      Fixed probing of ISA devices in tmsisa.
      
      Fixed unsafe reference counting.
      
      Fixed __init function causing Oops with new module system.
      
      Rename tmsisa to skisa.
      c714a164
  13. 09 Feb, 2003 1 commit
  14. 02 Jan, 2003 1 commit
  15. 16 Nov, 2002 1 commit
  16. 29 Oct, 2002 1 commit