From owner-cvs-ports@FreeBSD.ORG Tue Oct 26 14:06:06 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E005416A4CE; Tue, 26 Oct 2004 14:06:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1F7A43D49; Tue, 26 Oct 2004 14:06:06 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9QE66xo002646; Tue, 26 Oct 2004 14:06:06 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9QE66Vb002645; Tue, 26 Oct 2004 14:06:06 GMT (envelope-from sobomax) Message-Id: <200410261406.i9QE66Vb002645@repoman.freebsd.org> From: Maxim Sobolev Date: Tue, 26 Oct 2004 14:06:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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 X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2004 14:06:07 -0000 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