From owner-freebsd-questions@FreeBSD.ORG Fri Jul 4 05:27:10 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53D9837B401 for ; Fri, 4 Jul 2003 05:27:10 -0700 (PDT) Received: from ns1.vagner.com (ns1.vagner.com [65.39.87.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B82643FB1 for ; Fri, 4 Jul 2003 05:27:09 -0700 (PDT) (envelope-from george@vagner.com) Received: (from root@localhost) by ns1.vagner.com (8.12.9/8.12.8) id h64CR7JP038064; Fri, 4 Jul 2003 05:27:07 -0700 (MST) (envelope-from george@vagner.com) Received: from vagner.com (c-24-30-250-3.va.client2.attbi.com [24.30.250.3]) by ns1.vagner.com (8.12.9/8.12.8av) with ESMTP id h64CR3OM038054; Fri, 4 Jul 2003 05:27:03 -0700 (MST) (envelope-from george@vagner.com) Message-ID: <3F057297.3090104@vagner.com> Date: Fri, 04 Jul 2003 08:27:03 -0400 From: Laszlo Vagner User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Greg J." References: <200307032115.01788.dkelly@HiWAAY.net> <20030704045959.36d40a42.xcas@cox.net> In-Reply-To: <20030704045959.36d40a42.xcas@cox.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.1 required=4.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_MOZILLA_UA,X_ACCEPT_LANG version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-Virus-Scanned: by AMaViS perl-11 cc: freebsd-questions@freebsd.org Subject: Re: pcm on 5.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2003 12:27:10 -0000 Greg J. wrote: >On Thu, 3 Jul 2003 21:15:01 -0500 >David Kelly wrote: > > > >>On Thursday 03 July 2003 07:01 pm, Kenneth Culver wrote: >> >> >>>On Thursday, July 3, 2003, at 07:58 PM, Laszlo Vagner wrote: >>> >>> >>>>I just updated to 5.1-r and was wondering how to add soundcard >>>>support to the >>>>kernel.? >>>> >>>>in 4.8 i just added 'device pcm' in my kernel config and recompiled >>>>but 5.1 is different >>>>and i dont want to do something to mess things up. >>>> >>>>dmesg follows. >>>> >>>> >>>Just do what you've always done. Add device pcm to your kernel. >>> >>> >>I don't think its quite that easy, but its even easier now. >> >>% cd /usr/src/sys/i386/conf >>% grep -i pcm * >>GENERIC:# PCCARD (PCMCIA) support >>GENERIC:# Pcmcia and cardbus bridge support >>GRUMPY:# PCCARD (PCMCIA) support >>GRUMPY:# Pcmcia and cardbus bridge support >>NOTES:# pca: PCM audio through your PC speaker >>NOTES:# gp: National Instruments AT-GPIB and AT-GPIB/TNT board, PCMCIA-GPIB >>OLDCARD:# PCCARD (PCMCIA) support >>OLDCARD:device pcic # PCMCIA bridge >> >>Does not appear to be a pcm device available for statically compiling >>into the kernel. But never mind as its available as a kld in >>/boot/kernel/ >> >> > >sure it still works.. I use device pcm for the hacked up audigy2 sound driver. :-) I've noticed a lot of things that aren't in either NOTES or GENERIC... like options TCP_DROP_SYNFIN. > > > I was looking for the LINT file but didnt find it, is the NOTES file the LINT file now?