Re: [PATCH] Remove module reference counting.

From: Alan Cox (alan_at_lxorguk.ukuu.org.uk)
Date: 07/28/03

  • Next message: Andries Brouwer: "Re: i8042 problem"
    To: Bill Nottingham <notting@redhat.com>
    Date:	28 Jul 2003 12:38:41 +0100
    
    

    On Llu, 2003-07-28 at 01:12, Bill Nottingham wrote:
    > It loads/unloads things like scsi modules and firewire controller
    > modules, but only for hardware actually present in the system (i.e.,
    > you'd probably be loading it again anyway, if you haven't already
    > loaded it.)

    It loads things like floppy anyway, and it loads lots of things like the
    firewire stuff that nobody ever uses because it has to see if anything
    is plugged into them.

    I guess kudzu could simply do lots of I/O ops directly on the floppy
    hardware to detect it without loading drivers but thats pretty fugly.

    -
    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/


  • Next message: Andries Brouwer: "Re: i8042 problem"