cvs commit: ports/misc/zaptel Makefile ports/misc/zaptel/files patch-wcfxo::wcfxo.c patch-wcfxs::wcfxs.c patch-zaptel::zaptel.c zaptel.sh

Maxim Sobolev sobomax at FreeBSD.org
Tue Oct 26 07:06:07 PDT 2004


sobomax     2004-10-26 14:06:06 UTC

  FreeBSD ports repository

  Modified files:
    misc/zaptel          Makefile 
    misc/zaptel/files    zaptel.sh 
  Added files:
    misc/zaptel/files    patch-wcfxo::wcfxo.c patch-wcfxs::wcfxs.c 
                         patch-zaptel::zaptel.c 
  Log:
  Improve compatibility with 4.x, particularly:
  
  o Don't use devinfo(8) in startup script, since it doesn't exist on 4.x. Use
    pciinfo(8) instead.
  
  o In zaptel driver don't require a specific major on the 5.x system that
    support auto major numbering;
  
  o Assign specific majors to wcfxs and wcfxo drivers on systems that don't
    support auto major numbering;
  
  o Ensure that nodes are created properly on non-devfs systems.
  
  Revision  Changes    Path
  1.10      +1 -0      ports/misc/zaptel/Makefile
  1.1       +22 -0     ports/misc/zaptel/files/patch-wcfxo::wcfxo.c (new)
  1.1       +20 -0     ports/misc/zaptel/files/patch-wcfxs::wcfxs.c (new)
  1.1       +26 -0     ports/misc/zaptel/files/patch-zaptel::zaptel.c (new)
  1.3       +46 -3     ports/misc/zaptel/files/zaptel.sh


More information about the cvs-all mailing list