From owner-cvs-src@FreeBSD.ORG Sun Aug 1 23:58:05 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 2E72416A4CE; Sun, 1 Aug 2004 23:58:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 259CB43D41; Sun, 1 Aug 2004 23:58:05 +0000 (GMT) (envelope-from mlaier@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 i71Nw5cL093111; Sun, 1 Aug 2004 23:58:05 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i71Nw5Mj093110; Sun, 1 Aug 2004 23:58:05 GMT (envelope-from mlaier) Message-Id: <200408012358.i71Nw5Mj093110@repoman.freebsd.org> From: Max Laier Date: Sun, 1 Aug 2004 23:58:04 +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/dev/an if_an.c src/sys/dev/ath if_ath.c src/sys/dev/hme if_hme.c src/sys/dev/if_ndis if_ndis.c src/sys/dev/wi if_wi.c src/sys/pci if_vr.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: Sun, 01 Aug 2004 23:58:05 -0000 mlaier 2004-08-01 23:58:04 UTC FreeBSD src repository Modified files: sys/dev/an if_an.c sys/dev/ath if_ath.c sys/dev/hme if_hme.c sys/dev/if_ndis if_ndis.c sys/dev/wi if_wi.c sys/pci if_vr.c Log: Second part of ALTQ driver modifications, covering: an(4), ath(4), hme(4), ndis(4), vr(4) and wi(4) Please help testing: http://people.freebsd.org/~mlaier/ALTQ_driver/ Tested by: Vaidas Damosevicius (an, ath, wi) Roman Divacky (vr) Submitted by: yongari (hme) Revision Changes Path 1.63 +7 -5 src/sys/dev/an/if_an.c 1.55 +5 -3 src/sys/dev/ath/if_ath.c 1.28 +5 -3 src/sys/dev/hme/if_hme.c 1.68 +19 -0 src/sys/dev/if_ndis/if_ndis.c 1.168 +6 -10 src/sys/dev/wi/if_wi.c 1.91 +7 -5 src/sys/pci/if_vr.c