Subject: Re: LKM and pci device lookup (SbLive driver example)
To: yannick montulet <yannick.montulet@epitech.net>
From: Matthias Drochner <M.Drochner@fz-juelich.de>
List: tech-kern
Date: 05/09/2001 09:48:57
yannick.montulet@epitech.net said:
> So i thought giving out my code could show a practical example of
> this. 

And where is it?

> Wouldn't a linked list instead of a static table solve the problem ?.

I had this once. It works, but there are a lot of corner cases,
in particular if complete device hierarchies are loaded.
(Loading works well, but the reference counting for save unloading
gets hard.)

best regards
Matthias