public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC] RNG rewrite...
@ 2005-10-15  4:31 Deepak Saxena
  2005-10-15 10:40 ` Jeff Garzik
  0 siblings, 1 reply; 10+ messages in thread
From: Deepak Saxena @ 2005-10-15  4:31 UTC (permalink / raw)
  To: jgarzik; +Cc: linux-kernel

I want to add support for the RNG on Intel's IXP4xx NPU and 
looking at the existing hw-random.c code, it is written with
the assumption that the RNG is on the PCI bus. I can put a
big #ifdef ARCH_IXP4XX in there but instead I would rather
rewrite the damn thing to use the device model and have a rng
device class with individual drivers for each RNG model, including
IXP4xx. I'll keep the miscdev interface around but will add a
new interface under /sys/class/rng that the userspace tools 
can transition to. Is this OK with folks?

One question I have is about the following comment:

 * This data only exists for exporting the supported
 * PCI ids via MODULE_DEVICE_TABLE.  We do not actually
 * register a pci_driver, because someone else might one day
 * want to register another driver on the same PCI id.

Why? Is there something else on those IDs that another driver might
care about?

Tnx,
~Deepak

-- 
Deepak Saxena - dsaxena@plexity.net - http://www.plexity.net

When law and duty are one, united by religion, you never become fully
conscious, fully aware of yourself. You are always a little less than
an individual. - Frank Herbert

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2005-10-18  1:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-15  4:31 [RFC] RNG rewrite Deepak Saxena
2005-10-15 10:40 ` Jeff Garzik
2005-10-16  0:53   ` Deepak Saxena
2005-10-17 23:15     ` H. Peter Anvin
2005-10-17 23:26       ` Jeff Garzik
2005-10-18  0:22         ` H. Peter Anvin
2005-10-17 23:31     ` Jeff Garzik
2005-10-18  1:00       ` Deepak Saxena
2005-10-18  1:05         ` Deepak Saxena
2005-10-18  1:09         ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox