From owner-cvs-src@FreeBSD.ORG Tue Apr 20 20:51:40 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 CA6F816A4CE; Tue, 20 Apr 2004 20:51:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC77443D5D; Tue, 20 Apr 2004 20:51:40 -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 i3L3peGe094210; Tue, 20 Apr 2004 20:51:40 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3L3peA6094206; Tue, 20 Apr 2004 20:51:40 -0700 (PDT) (envelope-from scottl) Message-Id: <200404210351.i3L3peA6094206@repoman.freebsd.org> From: Scott Long Date: Tue, 20 Apr 2004 20:51:40 -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-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: Wed, 21 Apr 2004 03:51:41 -0000 scottl 2004/04/20 20:51:40 PDT FreeBSD src repository Modified files: sys/dev/asr asr.c Log: Begin the slow, painful process of cleaning up asr. This eliminates many of the bogus casts of NULL. It also distracts me while I procrastinate on useful work. Revision Changes Path 1.41 +68 -91 src/sys/dev/asr/asr.c