Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 9 Apr 2001 09:29:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 9 Apr 2001 09:29:28 -0400 Received: from medusa.sparta.lu.se ([194.47.250.193]:29224 "EHLO medusa.sparta.lu.se") by vger.kernel.org with ESMTP id ; Mon, 9 Apr 2001 09:29:19 -0400 Date: Mon, 9 Apr 2001 14:13:10 +0200 (MET DST) From: Bjorn Wesen To: linux-kernel@vger.kernel.org Subject: parport initialisation Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi, regarding drivers/parport/* is there any particular reason as to why the different parport drivers aren't initialized using module_init() ? Like weird init order dependencies and stuff. Looking at parport_init itself (which has hardcoded init calls to the different drivers right now) it does not look like it does anything particularly special except some proc filesystem registering. Is it just because nobody has gotten around to "fixing" it or is there a deeper reason ? Regards Bjorn - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/