From owner-freebsd-current@FreeBSD.ORG Fri Dec 9 11:37:09 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 070B91065670 for ; Fri, 9 Dec 2011 11:37:09 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id 9397F8FC13 for ; Fri, 9 Dec 2011 11:37:08 +0000 (UTC) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.4/8.14.4/ALCHEMY.FRANKEN.DE) with ESMTP id pB9BBWid034011; Fri, 9 Dec 2011 12:11:33 +0100 (CET) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.4/8.14.4/Submit) id pB9BBWca034010; Fri, 9 Dec 2011 12:11:32 +0100 (CET) (envelope-from marius) Date: Fri, 9 Dec 2011 12:11:32 +0100 From: Marius Strobl To: Thomas Mueller Message-ID: <20111209111132.GA33937@alchemy.franken.de> References: <4EE0C064.8080902@xs4all.nl> <20111209092359.DC5BA106566B@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20111209092359.DC5BA106566B@hub.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: Michiel Boland , freebsd-current@freebsd.org Subject: Re: Burning CDs and DVDs on SATA drive in FreeBSD 9.0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2011 11:37:09 -0000 On Fri, Dec 09, 2011 at 09:23:58AM +0000, Thomas Mueller wrote: > > Recompile the port; the CAM ioctl numbers have changed. > > > Cheers > > Michiel > > When did these CAM ioctl numbers change? Was it before or after I built and installed cdrtools? > > Running ls -rtl /var/db/pkg/cdrtools-3.00_1 produces > > > total 48 > -rw-r--r-- 1 root wheel 17550 Sep 26 09:20 +MTREE_DIRS > -rw-r--r-- 1 root wheel 470 Sep 26 09:20 +DISPLAY > -rw-r--r-- 1 root wheel 1009 Sep 26 09:20 +DESC > -rw-r--r-- 1 root wheel 11102 Sep 26 09:20 +CONTENTS > -rw-r--r-- 1 root wheel 63 Sep 26 09:20 +COMMENT > -rw-r--r-- 1 root wheel 17 Dec 7 15:44 +REQUIRED_BY > > > So it might have been on FreeBSD 9.0-BETA2. > I'm not sure what CAM IOCTL number change others are referring to but you certainly need to rebuild libcam consumers after r225950, which was merged to stable/9 in r226067 on October 6 2011. Marius