From owner-cvs-src@FreeBSD.ORG Sat May 29 21:01:30 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 4E1DD16A4CE; Sat, 29 May 2004 21:01:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32A6143D2D; Sat, 29 May 2004 21:01:30 -0700 (PDT) (envelope-from scottl@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 i4U41UpD021881; Sat, 29 May 2004 21:01:30 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4U41TUJ021880; Sat, 29 May 2004 21:01:29 -0700 (PDT) (envelope-from scottl) Message-Id: <200405300401.i4U41TUJ021880@repoman.freebsd.org> From: Scott Long Date: Sat, 29 May 2004 21:01:29 -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/ips ips.c ips.h ips_commands.c ips_ioctl.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, 30 May 2004 04:01:30 -0000 scottl 2004/05/29 21:01:29 PDT FreeBSD src repository Modified files: sys/dev/ips ips.c ips.h ips_commands.c ips_ioctl.c Log: Use a unique malloc type rather than M_DEVBUF. Revision Changes Path 1.12 +6 -4 src/sys/dev/ips/ips.c 1.9 +2 -0 src/sys/dev/ips/ips.h 1.10 +21 -21 src/sys/dev/ips/ips_commands.c 1.5 +6 -6 src/sys/dev/ips/ips_ioctl.c