From owner-freebsd-questions@FreeBSD.ORG Sun May 6 13:07:23 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 82B8B106566B for ; Sun, 6 May 2012 13:07:23 +0000 (UTC) (envelope-from bonomi@mail.r-bonomi.com) Received: from mail.r-bonomi.com (mx-out.r-bonomi.com [204.87.227.120]) by mx1.freebsd.org (Postfix) with ESMTP id 4386F8FC0A for ; Sun, 6 May 2012 13:07:22 +0000 (UTC) Received: (from bonomi@localhost) by mail.r-bonomi.com (8.14.4/rdb1) id q46D8Vcb065855 for freebsd-questions@freebsd.org; Sun, 6 May 2012 08:08:31 -0500 (CDT) Date: Sun, 6 May 2012 08:08:31 -0500 (CDT) From: Robert Bonomi Message-Id: <201205061308.q46D8Vcb065855@mail.r-bonomi.com> To: freebsd-questions@freebsd.org In-Reply-To: Subject: Re: kernel configuration file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2012 13:07:23 -0000 Carmel wrote; > > In the "Generic kernel configuration file for FreeBSD/amd64", if I do > not have a floppy drive, is it safe to comment out this entry? > > # Floppy drives > device fdc Definitely, "yes". > > Are there any other entries that I could eliminate if I do not have a > floppy drive? device atapifd obviouly. :) > > Also, according the the "webcamd" documentation, I need to have this in > the loader.conf file. > > webcamd requires the cuse4bsd(3) kernel module. To load the driver as a > module at boot time, place the following line in loader.conf(5): > > cuse4bsd_load="YES" > > Is there a way that I can simply compile it into the kernel? Would a: > > device cuse4bsd # Required by webcamd > > entry in the kernel file work? I cannot find any documentation on that. The simplest approach for this is 'try it and find out'. If you use the "traditional" kernel-huild 'Configure/make depend/make' sequence, to rebuild the kernel -only-, its a matter of one minute or so on a _slow_ (486-class) machine. you'll either get a Configure error, a linker error, or it 'just works'.