From owner-cvs-all Wed Sep 16 06:25:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA09479 for cvs-all-outgoing; Wed, 16 Sep 1998 06:25:04 -0700 (PDT) (envelope-from owner-cvs-all) 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 GAA09471; Wed, 16 Sep 1998 06:24:59 -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 GAA03788; Wed, 16 Sep 1998 06:24:40 -0700 (PDT) Date: Wed, 16 Sep 1998 06:24:40 -0700 (PDT) Message-Id: <199809161324.GAA03788@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/cam cam_xpt.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/16 06:24:40 PDT Modified files: sys/cam cam_xpt.c Log: Properly allocate our, per lun, probe peripheral softc from the TEMP malloc pool. Noticed by: Don Lewis Revision Changes Path 1.4 +2 -2 src/sys/cam/cam_xpt.c