From owner-freebsd-commit Sun Mar 26 11:28:38 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA22641 for commit-outgoing; Sun, 26 Mar 1995 11:28:38 -0800 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA22624 for cvs-sys-outgoing; Sun, 26 Mar 1995 11:28:33 -0800 Received: (from rgrimes@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA22612; Sun, 26 Mar 1995 11:28:25 -0800 Date: Sun, 26 Mar 1995 11:28:25 -0800 From: "Rodney W. Grimes" Message-Id: <199503261928.LAA22612@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa fd.c ft.c Sender: commit-owner@FreeBSD.org Precedence: bulk rgrimes 95/03/26 11:28:24 Modified: sys/i386/isa fd.c ft.c Log: Terminate all probe/diagnostic/error messages correctly with a \n. Report floppy/tape units on seperate lines as fdX:/ftX: to correct lots of ways the current scheme failed to end the output with \n. Add controller and/or drive designator to the fron of several messages that come from this drive. [It's not fun to track down driver messages using grep over the source tree.] Reviewed by: joerg