Re: Multiple virtual bus instances

2007-02-08 Thread Simon White
Hi Greg, >> I've been working through trying to >> create a virtual bus. >How does this differ from a "real" bus? None, just there wasn't a real hardware bus (O'Reilly's Linux Device Drivers 3 chapter 14 page 377). >> I've successfuly made it work for a >> single instance but wanted to confirm

Re: Multiple virtual bus instances

2007-02-07 Thread Greg KH
On Wed, Feb 07, 2007 at 02:15:08PM -0800, Simon White wrote: > Hi, > > I've been working through trying to create a virtual > bus. How does this differ from a "real" bus? > I've successfuly made it work for a single instance but wanted to > confirm how to create multiple instances of the virtual

Multiple virtual bus instances

2007-02-07 Thread Simon White
Hi, I've been working through trying to create a virtual bus. I've successfuly made it work for a single instance but wanted to confirm how to create multiple instances of the virtual bus. I believe to do this you have only one instance of your new bus_type registered but register multiple insta