From owner-cvs-all@FreeBSD.ORG Sat May 1 20:33:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C3DF16A4CF; Sat, 1 May 2004 20:33:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 180C043D39; Sat, 1 May 2004 20:33:19 -0700 (PDT) (envelope-from scottl@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 i423XIGe012054; Sat, 1 May 2004 20:33:18 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i423XI41012053; Sat, 1 May 2004 20:33:18 -0700 (PDT) (envelope-from scottl) Message-Id: <200405020333.i423XI41012053@repoman.freebsd.org> From: Scott Long Date: Sat, 1 May 2004 20:33:18 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/asr asr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 May 2004 03:33:19 -0000 scottl 2004/05/01 20:33:18 PDT FreeBSD src repository Modified files: sys/dev/asr asr.c Log: Remove the defAlignLong and getAlignLong macros. I guess that the original intent was to make sure that message structs allocated off of the stack were 4-byte aligned. However, the macros as defined did absolutely nothing. And since I2O forces you to manually copy messages down to the hardware, there really is no point of enforced alignment anyways. Revision Changes Path 1.56 +91 -103 src/sys/dev/asr/asr.c