1. 01 Feb, 2008 1 commit
    • Al Viro's avatar
      Fix dl2k constants · 9c52fab2
      Al Viro authored
      
      The MSSR constants didn't match the reality - bitfield declarations used
      to be correct (1000BT_FD - bit 11, 1000BT_HD - bit 10), but enum had
      them the other way round.  Went unnoticed until the switch from the
      bitfields use to the explicit arithmetics and I hadn't caught that one
      when verifying correctness of change...
      Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      9c52fab2
  2. 18 Jan, 2008 5 commits
  3. 22 Dec, 2007 1 commit
    • Al Viro's avatar
      dl2k endianness fixes (.24 fodder?) · 78ce8d3d
      Al Viro authored
      
      * shift before cpu_to_le64(), not after it
      * writel() converts to l-e itself
      * misc missing conversions
      * in set_multicast() hash_table[] is host-endian; we feed it to card
        via writel() and populate it as host-endian, so we'd better put the
        first element into it also in host-endian
      * pci_unmap_single() et.al. expect host-endian, not little-endian
      Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
      Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
      78ce8d3d
  4. 10 Oct, 2007 1 commit
  5. 11 Jul, 2007 1 commit
    • Auke Kok's avatar
      PCI: Change all drivers to use pci_device->revision · 44c10138
      Auke Kok authored
      
      Instead of all drivers reading pci config space to get the revision
      ID, they can now use the pci_device->revision member.
      
      This exposes some issues where drivers where reading a word or a dword
      for the revision number, and adding useless error-handling around the
      read. Some drivers even just read it for no purpose of all.
      
      In devices where the revision ID is being copied over and used in what
      appears to be the equivalent of hotpath, I have left the copy code
      and the cached copy as not to influence the driver's performance.
      
      Compile tested with make all{yes,mod}config on x86_64 and i386.
      Signed-off-by: default avatarAuke Kok <auke-jan.h.kok@intel.com>
      Acked-by: default avatarDave Jones <davej@redhat.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      44c10138
  6. 13 Sep, 2006 1 commit
  7. 26 Jun, 2006 1 commit
    • Jeff Garzik's avatar
      [netdrvr] Remove long-unused bits from Becker template drivers · 1f1bd5fc
      Jeff Garzik authored
      
      Symbols such as PCI_USES_IO, PCI_ADDR0, etc. originated from Donald
      Becker's net driver template, but have been long unused.  Remove.
      
      In a few drivers, this allows the further eliminate of the pci_flags (or
      just plain flags) member in the template driver probe structure.
      
      Most of this logic is simply open-coded in most drivers, since it never
      changes.
      
      Made a few other cleanups while I was in there, too:
      * constify, __devinitdata several PCI ID tables
      * replace table terminating entries such as "{0,}," and "{NULL},"
        with a more-clean "{ }".
      Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
      1f1bd5fc
  8. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4