06 Mar, 2016

1 commit

  • The icn, act2000 and pcbit drivers are all for very old hardware,
    and it is highly unlikely that anyone is actually still using them
    on modern kernels, if at all.

    All three drivers apparently are for hardware that predates PCI
    being the common connector, as they are ISA-only and active
    PCI ISDN cards were widely available in the 1990s.

    Looking through the git logs, it I cannot find any indication of a
    patch to any of these drivers that has been tested on real hardware,
    only cleanups or global API changes.

    Signed-off-by: Arnd Bergmann
    Acked-by: Karsten Keil
    Signed-off-by: Greg Kroah-Hartman

    Arnd Bergmann
     

20 Jun, 2009

1 commit


30 Apr, 2009

1 commit


27 Apr, 2009

2 commits

  • isdn: document Kernel CAPI driver interface

    Create a file Documentation/isdn/INTERFACE.CAPI describing the
    interface between the kernel CAPI subsystem and ISDN device drivers,
    analogous to the existing Documentation/isdn/INTERFACE for the old
    isdn4linux subsystem. Also add kerneldoc comments to the exported
    functions in drivers/isdn/capi/kcapi.c.

    Impact: Documentation
    Signed-off-by: Tilman Schmidt
    Signed-off-by: Karsten Keil
    Signed-off-by: David S. Miller

    Tilman Schmidt
     
  • After the merging of mISDN, state which files refer only to the
    old isdn4linux subsystem. Also add a few missing files.

    Signed-off-by: Tilman Schmidt
    Signed-off-by: Karsten Keil
    Signed-off-by: David S. Miller

    Tilman Schmidt
     

09 Apr, 2009

1 commit


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