From owner-cvs-src@FreeBSD.ORG Fri Feb 24 09:29:33 2006 Return-Path: <owner-cvs-src@FreeBSD.ORG> 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 CBEFE16A420; Fri, 24 Feb 2006 09:29:33 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B5D643D4C; Fri, 24 Feb 2006 09:29:33 +0000 (GMT) (envelope-from ariff@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 k1O9TWlk078186; Fri, 24 Feb 2006 09:29:32 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1O9TW4A078185; Fri, 24 Feb 2006 09:29:32 GMT (envelope-from ariff) Message-Id: <200602240929.k1O9TW4A078185@repoman.freebsd.org> From: Ariff Abdullah <ariff@FreeBSD.org> Date: Fri, 24 Feb 2006 09:29:32 +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/sound/pci atiixp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 24 Feb 2006 09:29:34 -0000 ariff 2006-02-24 09:29:32 UTC FreeBSD src repository Modified files: sys/dev/sound/pci atiixp.c Log: Trim unnecessary pointer alignment. Revision Changes Path 1.5 +1 -1 src/sys/dev/sound/pci/atiixp.c