From owner-freebsd-doc@FreeBSD.ORG Mon Feb 18 06:05:13 2008 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 403F716A498 for ; Mon, 18 Feb 2008 06:05:13 +0000 (UTC) (envelope-from paulbeard@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.178]) by mx1.freebsd.org (Postfix) with ESMTP id 11F8413C442 for ; Mon, 18 Feb 2008 06:05:12 +0000 (UTC) (envelope-from paulbeard@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so2634373waf.3 for ; Sun, 17 Feb 2008 22:05:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:mime-version:to:message-id:content-type:from:subject:date:x-mailer; bh=WwMGcXzO5fSBxkxOqO/MjanLnX8Pv4sWcdF0eGEF2lw=; b=pf7vyx6/6zqib12e1fU7kJW2MfWWERuErEQk0cemzrTQ7U9PmQ6uBTVsL6EaKEhDJ16PiepEpdzoHyB0kS2Iz/yTx/9iI+idcBxvHWPrwHs70xLnSN2zQOZmYULPwdIw9LCMT5HTybwT3dlZRHNYYKNbZX46Hn9LYWbDUSzhtUA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:to:message-id:content-type:from:subject:date:x-mailer; b=eno8Y4sB805OeyByXuRw+0Hg8gE4i3A8KOktuop5WvizGcy7sAxHwpIhE5GqME/jdSykmWRBvhAwkYGECrsAOhYe26gOBv9KKxOlJnDRrEQ3srOH6aes+n5X0XhUX9RscR3Fx+t5UJ48qOic8NVyG3wzKnLDIXoy4BNp9n6QmGg= Received: by 10.114.58.1 with SMTP id g1mr4580247waa.91.1203313040763; Sun, 17 Feb 2008 21:37:20 -0800 (PST) Received: from ?192.168.2.8? ( [72.1.134.183]) by mx.google.com with ESMTPS id m40sm5632775waf.16.2008.02.17.21.37.20 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 17 Feb 2008 21:37:20 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v753) To: doc@FreeBSD.org Message-Id: From: paul beard Date: Sun, 17 Feb 2008 21:38:11 -0800 X-Mailer: Apple Mail (2.753) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: rebooting vs kldload? X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Feb 2008 06:05:13 -0000 On this page, the following text appears: This driver allows ATAPI devices (CD-ROM, CD-RW, DVD drives etc...) to be accessed through the SCSI subsystem, and so allows the use of applications like sysutils/cdrdao or cdrecord(1). To use this driver, you will need to add the following line to the / boot/loader.conf file: atapicam_load="YES" then, reboot your machine. Is there any reason why one can't load the kernel module manually, at least for testing, without rebooting? I was able to do that just to satisfy myself that it camcontrol could see what I hoped it would.