From owner-freebsd-stable@FreeBSD.ORG Mon Oct 16 13:53:05 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6999516A40F for ; Mon, 16 Oct 2006 13:53:05 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id DF15A43D45 for ; Mon, 16 Oct 2006 13:53:04 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 16 Oct 2006 13:53:02 -0000 Received: from vpn-cl-163-127.rz.uni-karlsruhe.de (EHLO [141.3.163.127]) [141.3.163.127] by mail.gmx.net (mp010) with SMTP; 16 Oct 2006 15:53:02 +0200 X-Authenticated: #5465401 Message-ID: <45338F10.2030006@gmx.de> Date: Mon, 16 Oct 2006 15:54:24 +0200 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5.0.7 (X11/20061015) MIME-Version: 1.0 To: freebsd-stable@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: kldunload -f has no effect 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: Mon, 16 Oct 2006 13:53:05 -0000 I need to 'kldunload -f drm' in order to go into suspend to ram with my thinkpad (suspend works fine with dri disabled). Unfortunately, despite the claims of the manpage the '-f' flag does not alter the behaviour of the kldunload tool. How do I get drm unloaded?