From owner-freebsd-sparc64@FreeBSD.ORG Fri Nov 5 08:30:39 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C69BA16A4CE for ; Fri, 5 Nov 2004 08:30:39 +0000 (GMT) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56F8D43D1D for ; Fri, 5 Nov 2004 08:30:39 +0000 (GMT) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from kg-work.kg4.no (151.80-202-173.nextgentel.com [80.202.173.151]) by mail.broadpark.no (Postfix) with SMTP id 387895528 for ; Fri, 5 Nov 2004 09:31:28 +0100 (MET) Date: Fri, 5 Nov 2004 09:26:21 +0100 From: Torfinn Ingolfsen To: freebsd-sparc64@freebsd.org Message-Id: <20041105092621.3cbf0107.torfinn.ingolfsen@broadpark.no> In-Reply-To: <20041105065728.GB16038@kt-is.co.kr> References: <20041031135102.2f15b595.torfinn.ingolfsen@broadpark.no> <20041104052600.GF11500@kt-is.co.kr> <20041104113255.139691c9.torfinn.ingolfsen@broadpark.no> <20041104105211.GD12606@kt-is.co.kr> <20041105015406.3247a32c.torfinn.ingolfsen@broadpark.no> <20041105064230.GA16038@kt-is.co.kr> <20041105065728.GB16038@kt-is.co.kr> X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2.1) X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq;m"_0v;~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Audio on Ultra 1? X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 08:30:39 -0000 On Fri, 5 Nov 2004 15:57:28 +0900 Pyun YongHyeon wrote: > > > > Ah, another possibility. > > Did you have the following two options in your kernel? > > options sound > ^^^^^^^ > > options snd_audiocs > ^^^^^^^ > Oops, should be device. After I sent my last message yesterday, I was thinking about that. I had 'device sbd_audiocs' in my kernel config file, but not 'device sound'. (The reason for that is simple; I copied my kernel config file from GENERIC, then browsed through NOTES to add any options I needed. 'device sound' isn't in either GENERIC or NOTES), Well, anyway, I added 'device sound' and now we get a bit further, but the compile still fails: /usr/src/sys/sparc64/isa/isa_dma.c:45: warning: no previous prototype for 'isa_dma_init'*** Error code 1 Stop in /usr/obj/usr/src/sys/ULTRA1E. *** Error code 1 I don't know why it barfs on that, isa_dma.c looks exactly like in the patch file. -- Regards, Torfinn Ingolfsen, Norway