From owner-freebsd-multimedia@FreeBSD.ORG Sat Dec 17 11:19:01 2005 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DD9616A41F for ; Sat, 17 Dec 2005 11:19:01 +0000 (GMT) (envelope-from attodorov@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44A8943D4C for ; Sat, 17 Dec 2005 11:19:00 +0000 (GMT) (envelope-from attodorov@gmail.com) Received: by wproxy.gmail.com with SMTP id i31so794173wra for ; Sat, 17 Dec 2005 03:18:59 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ZPW6rcApV79MRDL6HRAPl471I7sjDxvfYkmdmGWsR1nRKV3ty1MX2JHtaKaV1IseH3SWiGA9jmC2h8mN2kdIVAGggUTt/ejuNTqqcz+XbcvMEBFU560+7vqQoKSjQeRrHuHLl4+uf/o17HUrkIbfnX1u3IXQlLiLrR5kBdLVew4= Received: by 10.54.143.12 with SMTP id q12mr77636wrd; Sat, 17 Dec 2005 03:18:59 -0800 (PST) Received: by 10.54.86.9 with HTTP; Sat, 17 Dec 2005 03:18:59 -0800 (PST) Message-ID: <4ac1e6310512170318qe773688j4de12d1224bb4390@mail.gmail.com> Date: Sat, 17 Dec 2005 13:18:59 +0200 From: Angel Todorov To: freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: snd_atiixp X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Dec 2005 11:19:01 -0000 Hi, I'm using 6.0 RELEASE , and i applied the corresponding patch for the ATIIXP sound chip, but once i do make depend to rebuild the kernel, it can't find /usr/src/sys/modules/sound/driver/atiixp , i.e atiixp.c , atiixp.h , and the Makefile for it. Do i have to manually get these from somewhere and put them in this dir ? Thanks (otherwise the patch seems to be applied correctly). Regards, Angel