From owner-freebsd-commit Mon Jan 8 19:20:07 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA02082 for freebsd-commit-outgoing; Mon, 8 Jan 1996 19:20:07 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA02025 for cvs-all-outgoing; Mon, 8 Jan 1996 19:19:58 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA02015 for cvs-sys-outgoing; Mon, 8 Jan 1996 19:19:56 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA02008 Mon, 8 Jan 1996 19:19:54 -0800 (PST) Date: Mon, 8 Jan 1996 19:19:54 -0800 (PST) From: Bill Paul Message-Id: <199601090319.TAA02008@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa/sound ad1848.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk wpaul 96/01/08 19:19:53 Modified: sys/i386/isa/sound ad1848.c Log: Fix the 'extraneous newline' problem a little more sensibly: just taking it out fixes my problem but hoses the GUS MAX probe messages. Check what device we have and print things appropriately for each. Pointed out by: Jim Lowe Revision Changes Path 1.11 +4 -1 src/sys/i386/isa/sound/ad1848.c