1. 20 Sep, 2004 3 commits
    • 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
    • Javier Achirica's avatar
    • François Romieu's avatar
      [PATCH] r8169: default on disabling PCIDAC · 5c904c63
      François Romieu authored
      Default to disabling PCI DAC as this option appears unsafe on amd64
      (original suggestion by Hans-Frieder Vogt <hfvogt@arcor.de>).
      
      The driver will typically report PCI System error when something goes
      wrong. The relevant interrupt is not masked any more and the driver
      can thus be disabled.
      Signed-off-by: default avatarFrancois Romieu <romieu@fr.zoreil.com>
      5c904c63
  2. 17 Sep, 2004 1 commit
  3. 16 Sep, 2004 21 commits
  4. 17 Sep, 2004 4 commits
  5. 16 Sep, 2004 2 commits
  6. 15 Sep, 2004 9 commits