From owner-cvs-src@FreeBSD.ORG Sun Jul 4 16:10:36 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 8F1F916A4CE; Sun, 4 Jul 2004 16:10:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70F4243D1F; Sun, 4 Jul 2004 16:10:36 +0000 (GMT) (envelope-from imp@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 i64GAatP049466; Sun, 4 Jul 2004 16:10:36 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i64GAag8049465; Sun, 4 Jul 2004 16:10:36 GMT (envelope-from imp) Message-Id: <200407041610.i64GAag8049465@repoman.freebsd.org> From: Warner Losh Date: Sun, 4 Jul 2004 16:10:36 +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/i4b/driver i4b_ing.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, 04 Jul 2004 16:10:36 -0000 imp 2004-07-04 16:10:36 UTC FreeBSD src repository Modified files: sys/i4b/driver i4b_ing.c Log: meta_p is a void *, so a variable that's of type void * can't be dereferenced directly. Toss an ifdef around it for the moment and allow this to compile. This likely means that priority packets aren't queued to the special high priority queue. The maintainer of this should look into the problem. This is likely fallout from the netgraph migration to using a more generic meta tag from the mbug recently. Fixes: pc98 tinerbox Revision Changes Path 1.20 +4 -1 src/sys/i4b/driver/i4b_ing.c