From owner-freebsd-questions@FreeBSD.ORG Wed Jul 30 22:18:23 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 2989837B401 for ; Wed, 30 Jul 2003 22:18:23 -0700 (PDT) Received: from orngca-mls02.socal.rr.com (orngca-mls02.socal.rr.com [66.75.160.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAE9943F85 for ; Wed, 30 Jul 2003 22:18:22 -0700 (PDT) (envelope-from lcao@san.rr.com) Received: from melchior (dt092n54.san.rr.com [204.210.48.84]) h6V5EQC18437; Wed, 30 Jul 2003 22:14:26 -0700 (PDT) From: long cao To: marlon corleone Date: Wed, 30 Jul 2003 22:18:17 -0700 User-Agent: KMail/1.5.2 References: <20030731033738.65542.qmail@web10003.mail.yahoo.com> In-Reply-To: <20030731033738.65542.qmail@web10003.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307302218.17257.lcao@san.rr.com> cc: freebsd-questions@freebsd.org Subject: Re: dvd question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: lcao@san.rr.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2003 05:18:23 -0000 if you compile your kernel with cpu i686_cpu cpu_enable_sse is turned on by default you can also type make LINT in your kernel conf dir to get list of possible kernel options as well hope that helps --long On Wednesday 30 July 2003 08:37 pm, marlon corleone wrote: > is this the only entry i should put in my kernel > config: options CPU_ENABLE_SSE > to support dvd, in recent docs and tutorial they > include > options USER_LDT > > should i include this entry? options USER_LDT > > im running 5.1-RELEASE > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" --