Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Oct 2004 14:06:06 +0000 (UTC)
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/misc/zaptel Makefile ports/misc/zaptel/files patch-wcfxo::wcfxo.c patch-wcfxs::wcfxs.c patch-zaptel::zaptel.c zaptel.sh
Message-ID:  <200410261406.i9QE66Vb002645@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410261406.i9QE66Vb002645>