From owner-freebsd-stable@FreeBSD.ORG Thu Jan 24 10:35:02 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6CB316A417 for ; Thu, 24 Jan 2008 10:35:02 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 1305513C457 for ; Thu, 24 Jan 2008 10:35:01 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 24 Jan 2008 10:35:00 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO homeKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp008) with SMTP; 24 Jan 2008 11:35:00 +0100 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX18CxLQhw6oC4O8g3Oa0OAMDYXUB9J0guvlfRF6J2W erEtzQVPxmdX+v Message-ID: <479869D3.10904@gmx.de> Date: Thu, 24 Jan 2008 11:34:59 +0100 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.9 (X11/20080122) MIME-Version: 1.0 To: freebsd-stable@freebsd.org X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: RELENG_7 geom_ioctl not working X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 10:35:02 -0000 I have spread some device_printf() through src/sys/dev/ata/atapi-cd.c and have come to the conclusion that acd_geom_ioctl() never gets called. Hence geom does not recognize media changes. The function is properly registered in the g_class acd_class. Is this functionality not yet implemented or is this a bug?