From owner-freebsd-commit Mon Jan 8 21:51:51 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA06990 for freebsd-commit-outgoing; Mon, 8 Jan 1996 21:51:51 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA06926 for cvs-all-outgoing; Mon, 8 Jan 1996 21:51:43 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA06867 for cvs-sys-outgoing; Mon, 8 Jan 1996 21:51:35 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id VAA06844 Mon, 8 Jan 1996 21:51:30 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id VAA27269; Mon, 8 Jan 1996 21:51:01 -0800 To: Bill Paul cc: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/isa/sound ad1848.c In-reply-to: Your message of "Mon, 08 Jan 1996 19:19:54 PST." <199601090319.TAA02008@freefall.freebsd.org> Date: Mon, 08 Jan 1996 21:51:01 -0800 Message-ID: <27267.821166661@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-commit@FreeBSD.ORG Precedence: bulk Guys? Just curious, but what's the state of the sound driver in 2.1? Do we need to bring anything across urgently? Jordan > 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