From owner-cvs-all Sun Aug 16 16:38:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA07502 for cvs-all-outgoing; Sun, 16 Aug 1998 16:38:03 -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 QAA07458; Sun, 16 Aug 1998 16:37:58 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA05894; Sun, 16 Aug 1998 16:37:55 -0700 (PDT) Date: Sun, 16 Aug 1998 16:37:55 -0700 (PDT) Message-Id: <199808162337.QAA05894@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/dpt dpt_scsi.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/08/16 16:37:54 PDT Modified files: sys/dev/dpt dpt_scsi.c Log: Fixed printf format and spelling errors. Didn't fix related description of DPT_SHUTDOWN_SLEEP in LINT. Didn't add timestamps so that the (combined?) sleep interval can be printed as intended in the original printf. Revision Changes Path 1.11 +3 -3 src/sys/dev/dpt/dpt_scsi.c