Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jul 1995 04:07:50 -0700
From:      asami@cs.berkeley.edu (Satoshi Asami)
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
Message-ID:  <199507221107.EAA01431@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199507201631.JAA13782@freefall.cdrom.com> (message from Paul Traina on Thu, 20 Jul 1995 09:31:24 -0700)

next in thread | previous in thread | raw e-mail | index | archive | help
 * 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;



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