[syslinux] [PATCH] pci: Introduce slot and function information

Keith Schincke keith.schincke at gmail.com
Fri Aug 1 16:44:13 PDT 2008


Not a problem. I saw it come through after my posting. I will continue to
watch the magic develop.

Keith

On Fri, Aug 1, 2008 at 4:35 PM, H. Peter Anvin <hpa at zytor.com> wrote:

> Keith Schincke wrote:
> > What would be your idea of the hierarchy?
> >
> > Would it be something like?
> >
> > struct bus {
> >    struct bus* next ;
> >    struct device* first ;
> > };
> >
> > struct device {
> >   struct device* next ;
> >   struct bus* parent ;
> >   void * func1 ;
> >   void * func 2 ;
> >   ....
> > } ;
> >
> > ( My C is rusty from too much Perl.)
>
> See the patch I just posted.
>
>        -hpa
>
> _______________________________________________
> SYSLINUX mailing list
> Submissions to SYSLINUX at zytor.com
> Unsubscribe or set options at:
> http://www.zytor.com/mailman/listinfo/syslinux
> Please do not send private replies to mailing list traffic.
>
>



More information about the Syslinux mailing list