From owner-cvs-src@FreeBSD.ORG Sat Feb 21 05:01:55 2004 Return-Path: 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 4AD5816A4CE; Sat, 21 Feb 2004 05:01:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C1CD43D1F; Sat, 21 Feb 2004 05:01:55 -0800 (PST) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1LD1tGe081842; Sat, 21 Feb 2004 05:01:55 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1LD1sv2081841; Sat, 21 Feb 2004 05:01:54 -0800 (PST) (envelope-from harti) Message-Id: <200402211301.i1LD1sv2081841@repoman.freebsd.org> From: Hartmut Brandt Date: Sat, 21 Feb 2004 05:01:54 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/harp if_harp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2004 13:01:55 -0000 harti 2004/02/21 05:01:54 PST FreeBSD src repository Modified files: sys/dev/harp if_harp.c Log: Make sure that the first mbuf in the chain passed to atm_intr always contains a packet header. Revision Changes Path 1.4 +8 -4 src/sys/dev/harp/if_harp.c