From owner-freebsd-commit Fri Jul 28 14:12:00 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id OAA04830 for commit-outgoing; Fri, 28 Jul 1995 14:12:00 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id OAA04814 for cvs-sys-outgoing; Fri, 28 Jul 1995 14:11:57 -0700 Received: from puli.cisco.com (puli.cisco.com [171.69.1.174]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id OAA04742 ; Fri, 28 Jul 1995 14:11:45 -0700 Received: from localhost.cisco.com (localhost.cisco.com [127.0.0.1]) by puli.cisco.com (8.6.8+c/8.6.5) with SMTP id OAA12372; Fri, 28 Jul 1995 14:11:13 -0700 Message-Id: <199507282111.OAA12372@puli.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 In-Reply-To: Your message of "Sat, 22 Jul 1995 04:07:50 PDT." <199507221107.EAA01431@silvia.HIP.Berkeley.EDU> Date: Fri, 28 Jul 1995 14:11:12 -0700 From: Paul Traina Sender: commit-owner@FreeBSD.org Precedence: bulk > 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.