Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jul 1995 14:11:12 -0700
From:      Paul Traina <pst@cisco.com>
To:        asami@CS.Berkeley.EDU (Satoshi Asami)
Cc:        CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com
Subject:   Re: cvs commit: src/sys/i386/conf files.i386 
Message-ID:  <199507282111.OAA12372@puli.cisco.com>
In-Reply-To: Your message of "Sat, 22 Jul 1995 04:07:50 PDT." <199507221107.EAA01431@silvia.HIP.Berkeley.EDU> 

next in thread | previous in thread | raw e-mail | index | archive | help
> Date: Sat, 22 Jul 1995 04:07:50 -0700
> To: pst@freefall.cdrom.com
> CC: CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com
> Subject: Re: cvs commit: src/sys/i386/conf files.i386
> From: asami@CS.Berkeley.EDU (Satoshi Asami)
> 
>  * pst         95/07/20 09:31:23
>  * 
>  *   Modified:    sys/i386/conf  files.i386
>  *   Log:
>  *   Remove vat_audio driver support
> 
> Seems like you need to fix conf.c too.  It complains vat_audio.h can't 
> be found.
> 
> The following patch "fixed" it and I'm now running a new kernel (I
> don't know what the heck this is all about...I only have pcaudio,
> sob), but of course we need a real fix. :)
> 
> Satoshi
> =======
> --- sys/i386/i386/conf.c.org	Sun Jul 16 08:13:47 1995
> +++ sys/i386/i386/conf.c	Sat Jul 22 03:15:19 1995
> @@ -593,7 +593,7 @@
>  #define sndselect       seltrue
>  #endif
>  
> -#include "vat_audio.h"		/* BSD audio driver emulator for voxware */
> +#define NVAT_AUDIO 0
>  #if     NVAT_AUDIO > 0		/* not general purpose, just vat */
>  d_open_t	vaopen;
>  d_close_t	vaclose;

Whoops, sorry...
Actually, the proper patch is to eliminate everything dealing with vat audio,
not just #defining it to 0.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199507282111.OAA12372>