From owner-freebsd-bugs@FreeBSD.ORG Tue Sep 29 00:20:06 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 853111065676 for ; Tue, 29 Sep 2009 00:20:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 754478FC1C for ; Tue, 29 Sep 2009 00:20:06 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8T0K6CL079348 for ; Tue, 29 Sep 2009 00:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8T0K6F1079347; Tue, 29 Sep 2009 00:20:06 GMT (envelope-from gnats) Date: Tue, 29 Sep 2009 00:20:06 GMT Message-Id: <200909290020.n8T0K6F1079347@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Cc: Subject: Re: kern/138851: FreeBSD by default does not support ATAPI CDs X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Sep 2009 00:20:06 -0000 The following reply was made to PR kern/138851; it has been noted by GNATS. From: Giorgos Keramidas To: Joerg.Schilling@fokus.fraunhofer.de (Joerg Schilling) Cc: bug-followup@freebsd.org Subject: Re: kern/138851: FreeBSD by default does not support ATAPI CDs Date: Tue, 29 Sep 2009 02:46:28 +0300 On Mon, 28 Sep 2009 21:05:40 +0200, Joerg.Schilling@fokus.fraunhofer.de (Joerg Schilling) wrote: >Giorgos Keramidas wrote: >>> Why should FreeBSD not by default include a technology that >>> is available since 7 years? >> >> The support for ATAPICAM is loadable as a kernel module too. >> We can probably add ATAPICAM to the default 'GENERIC' kernel >> config file. It may also be useful to patch cdrtools to try >> kldload-ing "atapicam.ko" when it detects that >> "dev.atapicam.0.%driver" is not available as a sysctl knob. > > If you believe that this is needed and helps, please help with > the implementation as I plan to pulish cdrtools-3.0-final in > areox. 2 weeks. Hi Joerg, I'll try to write a patch for the latest cdrtools-devel sources and email it to you asap. If it matches the preferred coding style of cdrtools and it successfully loads atapicam.ko on demand, it would be nice to see it included in this release.