From owner-freebsd-hackers@FreeBSD.ORG Fri Nov 18 17:15:54 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA255106566C; Fri, 18 Nov 2011 17:15:54 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4CE7C8FC15; Fri, 18 Nov 2011 17:15:54 +0000 (UTC) Received: by vbbfa15 with SMTP id fa15so518146vbb.13 for ; Fri, 18 Nov 2011 09:15:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=xNbtsJiw94fYeLw3F9lSRqFMe9XCIsmIn/DtdUU1f3M=; b=Edca7CEj5DoOxVBYSV5m5ioHT3ZsFjmSeoWKFgdOtMwbjfJTspau2ggWRE+XHJW7dT d447X7JfjWh0FkqVLIGj6eTptNK8yyinqvPDJt9rWR8A/YC6KPeL0UEo16f0YMGYj/HD C9yKy+RqNwn5cyP55DIP7qN7Yzk6KubaWA4e0= MIME-Version: 1.0 Received: by 10.52.65.77 with SMTP id v13mr4195166vds.95.1321634900786; Fri, 18 Nov 2011 08:48:20 -0800 (PST) Received: by 10.52.101.132 with HTTP; Fri, 18 Nov 2011 08:48:20 -0800 (PST) Date: Fri, 18 Nov 2011 16:48:20 +0000 Message-ID: From: "Paul B. Mahol" To: FreeBSD-Current , FreeBSD Hackers Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Reprobing of devices after module load? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Nov 2011 17:15:54 -0000 Hi, Is there nice way in FreeBSD to force reprobe of devices for specific driver like it is done when kernel module is loaded (via DRIVER_MODULE(...) stuff)?