From owner-freebsd-commit Mon Feb 26 19:05:13 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA13560 for freebsd-commit-outgoing; Mon, 26 Feb 1996 19:05:13 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA13535 for cvs-all-outgoing; Mon, 26 Feb 1996 19:04:58 -0800 (PST) Received: (from gpalmer@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA13473 Mon, 26 Feb 1996 19:04:30 -0800 (PST) Date: Mon, 26 Feb 1996 19:04:30 -0800 (PST) From: Gary Palmer Message-Id: <199602270304.TAA13473@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/scsi aic7xxx.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk gpalmer 96/02/26 19:04:29 Branch: sys/i386/scsi RELENG_2_1_0 Modified: sys/i386/scsi aic7xxx.c Log: Add a missing space to a panic message: panic: ahcintr: AWAITING_MSG for an SCB thatdoes not have a waiting message. ^^ Revision Changes Path 1.29.2.10 +2 -2 src/sys/i386/scsi/aic7xxx.c