From owner-cvs-src@FreeBSD.ORG Fri Jul 1 10:45:03 2005 Return-Path: X-Original-To: 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 4C4C916A41C; Fri, 1 Jul 2005 10:45:03 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3923843D1D; Fri, 1 Jul 2005 10:45:03 +0000 (GMT) (envelope-from harti@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 j61Aj3ij066290; Fri, 1 Jul 2005 10:45:03 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j61Aj31s066289; Fri, 1 Jul 2005 10:45:03 GMT (envelope-from harti) Message-Id: <200507011045.j61Aj31s066289@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 1 Jul 2005 10:45:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/hatm if_hatm.c if_hatm_ioctl.c if_hatm_tx.c src/sys/dev/fatm if_fatm.c src/sys/dev/patm if_patm_attach.c if_patm_tx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 01 Jul 2005 10:45:03 -0000 harti 2005-07-01 10:45:02 UTC FreeBSD src repository Modified files: sys/dev/hatm if_hatm.c if_hatm_ioctl.c if_hatm_tx.c sys/dev/fatm if_fatm.c sys/dev/patm if_patm_attach.c if_patm_tx.c Log: Fix another fallout from the ifnet change that assumed that a softc starts with an ifatm which in turns has an ifnet. Remove also a couple of unneccessary casts that could hide such things in the future. Approved by: re Revision Changes Path 1.19 +2 -2 src/sys/dev/fatm/if_fatm.c 1.24 +3 -3 src/sys/dev/hatm/if_hatm.c 1.12 +1 -1 src/sys/dev/hatm/if_hatm_ioctl.c 1.13 +1 -1 src/sys/dev/hatm/if_hatm_tx.c 1.11 +1 -1 src/sys/dev/patm/if_patm_attach.c 1.9 +1 -1 src/sys/dev/patm/if_patm_tx.c