From owner-cvs-sys Sun May 31 20:44:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA20526 for cvs-sys-outgoing; Sun, 31 May 1998 20:44:42 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA20179; Sun, 31 May 1998 20:43:19 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA10928; Sun, 31 May 1998 20:42:57 -0700 (PDT) Date: Sun, 31 May 1998 20:42:57 -0700 (PDT) Message-Id: <199806010342.UAA10928@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/scsi sctarg.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/05/31 20:42:57 PDT Modified files: (Branch: RELENG_2_2) sys/scsi sctarg.c Log: Convert to using the bufq macros. Added sctargattach to initialize the bufq. Revision Changes Path 1.17.2.1 +23 -12 src/sys/scsi/sctarg.c