From owner-freebsd-commit Thu Jan 25 15:03:28 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA15244 for freebsd-commit-outgoing; Thu, 25 Jan 1996 15:03:28 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA15226 for cvs-all-outgoing; Thu, 25 Jan 1996 15:03:19 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA15213 for cvs-sys-outgoing; Thu, 25 Jan 1996 15:03:16 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA15203 Thu, 25 Jan 1996 15:03:12 -0800 (PST) Date: Thu, 25 Jan 1996 15:03:12 -0800 (PST) From: Joerg Wunsch Message-Id: <199601252303.PAA15203@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/scsi bt.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/01/25 15:03:11 Modified: sys/i386/isa if_le.c Log: Remove the "no board found at" message, ia rather similar message with the same information is printed one line below by the generic isa code anyway. Revision Changes Path 1.28 +2 -3 src/sys/i386/isa/if_le.c Modified: sys/i386/scsi bt.c Log: Correctly initialize the `btprobing' variable. It's always been 0, causing a bogus error message to appear if no board has been fond. Revision Changes Path 1.5 +2 -2 src/sys/i386/scsi/bt.c