> The 2.4.x kernel series obtains its /proc/pci device name data from a
> data file pci.ids.  The file makes PCI device name generic enough that
> it may be used by multiple utilities -- the kernel, Martin Mares'
> pciutils, distro installers, etc.  The attached patch, against kernel
> 2.2.18-pre9, backports the 2.4.x /proc/pci facilities and device name
> database.

BTW, what do you think of idea making the pci.ids base modular ?
I mean replacing data requests from pci.ids base by their queuing requests 
(+ eventually request_module(pci_ids) to process the queue if possible )

The module while loading should process the queue.

I see two advantages of this solution:
- make if possible to use Vendor/Device info when booting from floppy
  (kernel size limitations)
- useful for hot-plugable PCI devices...

What do you think of it ?

-- 
=======================================================================
  Andrzej M. Krzysztofowicz               [EMAIL PROTECTED]
  phone (48)(58) 347 14 61
Faculty of Applied Phys. & Math.,   Technical University of Gdansk
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to