From owner-cvs-src@FreeBSD.ORG  Tue Nov 23 09:30:28 2004
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id A518716A4CF; Tue, 23 Nov 2004 09:30:28 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 7EC7343D54; Tue, 23 Nov 2004 09:30:28 +0000 (GMT)
	(envelope-from glebius@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAN9USEE026718;
	Tue, 23 Nov 2004 09:30:28 GMT
	(envelope-from glebius@repoman.freebsd.org)
Received: (from glebius@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAN9USDw026716;
	Tue, 23 Nov 2004 09:30:28 GMT
	(envelope-from glebius)
Message-Id: <200411230930.iAN9USDw026716@repoman.freebsd.org>
From: Gleb Smirnoff <glebius@FreeBSD.org>
Date: Tue, 23 Nov 2004 09:30:28 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/netgraph ng_cisco.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 23 Nov 2004 09:30:28 -0000

glebius     2004-11-23 09:30:27 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_cisco.c 
  Log:
  o Use ng_timeout() instead of timeout(9).
  
  o Implement some netgraph flow control:
  - Whenever status of HDLC heartbeat from pear is timed out,
    send NGM_LINK_IS_DOWN message.
  - If HDLC link changes status from down to up, send
    NGM_LINK_IS_UP message.
  
  Approved by:    julian (mentor), implicitly
  MFC after:      1 week
  
  Revision  Changes    Path
  1.25      +33 -11    src/sys/netgraph/ng_cisco.c