24 Mar, 2006

3 commits

  • - Remove more unused headers
    - Remove various typedefs
    - Correct type of PaddrP (physical addresses should be ulong)
    - Kill use of bcopy
    - More printk cleanups
    - Kill true/false
    - Clean up direct access to pci BARs

    Signed-off-by: Alan Cox
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Alan Cox
     
  • More header cleanups, strip out typedefs and remove cruft. There are a lot of
    magic macros that can go and also a great deal of abuse of volatile that is
    not needed any more as this patch set cleans up the misuse of pointer access
    to ISA and PCI space.

    It now builds cleanly on 64bit, although there is more work left to do

    Signed-off-by: Alan Cox
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Alan Cox
     
  • Strip some of the typedef mess out Remove a small subset of unused defines
    and the like.

    Signed-off-by: Alan Cox
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Alan Cox
     

04 Feb, 2006

1 commit

  • INKERNEL is always defined
    HOST is never defined
    therefore RTA is also never defined

    Strip the relevant garbage out of the headers on this basis.

    Signed-off-by: Alan Cox
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Alan Cox
     

12 Jan, 2006

1 commit

  • Run all rio files through indent -kr -i8 -bri0 -l255, as requested by Alan.

    rioboot.c and rioinit.c were skipped due to worrisome lindent warnings.

    Cc: Alan Cox
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Andrew Morton
     

17 Apr, 2005

1 commit

  • 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!

    Linus Torvalds