Hi,

which organisation manages the pnp table. I need to preserve a PNP number in PNP table for my type of system device.(PNP0104)

As far as I discovered, PNP table is a subset of EISA table established on request of Microsoft and will be managed by Microsoft.

Is this the right thinking and if to whom I can address my request of reserving such a PNP number?

Re: How to reserve an entrie in pnp table of BIOS by Doron

Doron
Wed Jun 23 10:50:06 CDT 2004

what you do need a PNPxxxx ID ? why not create your own vendor id, like
MYCOM\FOOBAR and list PNP0104 as a compatible id?

d

--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.


"martga" <martga@discussions.microsoft.com> wrote in message
news:74526258-EE51-4EE6-9714-2889AEE24576@microsoft.com...
> Hi,
>
> which organisation manages the pnp table. I need to preserve a PNP number
in PNP table for my type of system device.(PNP0104)
>
> As far as I discovered, PNP table is a subset of EISA table established on
request of Microsoft and will be managed by Microsoft.
>
> Is this the right thinking and if to whom I can address my request of
reserving such a PNP number?



Re: How to reserve an entrie in pnp table of BIOS by martga

martga
Thu Jun 24 01:27:02 CDT 2004

Problem is not Windows installation of driver. I need this PNP number for integration inside BIOS to be sure to have new type of PNP device, which is not existing until now inside PNP table.
I guess your thinking of the way of comports being compatible to PNP0501.

But that is the point. My device is not compatible to any existing PNP number. So I need my own type of PNP device.

regs
Martin

"Doron Holan [MS]" wrote:

> what you do need a PNPxxxx ID ? why not create your own vendor id, like
> MYCOM\FOOBAR and list PNP0104 as a compatible id?
>
> d
>
> --
> Please do not send e-mail directly to this alias. this alias is for
> newsgroup purposes only.
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
> "martga" <martga@discussions.microsoft.com> wrote in message
> news:74526258-EE51-4EE6-9714-2889AEE24576@microsoft.com...
> > Hi,
> >
> > which organisation manages the pnp table. I need to preserve a PNP number
> in PNP table for my type of system device.(PNP0104)
> >
> > As far as I discovered, PNP table is a subset of EISA table established on
> request of Microsoft and will be managed by Microsoft.
> >
> > Is this the right thinking and if to whom I can address my request of
> reserving such a PNP number?
>
>
>

Re: How to reserve an entrie in pnp table of BIOS by Doron

Doron
Thu Jun 24 09:58:16 CDT 2004

why not create your own HWID and that's it? why does it have to start with
"PNP"? The id is just a string, in an ACPI bios, this is rather easy to do.

d

--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.


"martga" <martga@discussions.microsoft.com> wrote in message
news:2F15F3EF-B859-4B31-8875-0D2274570B81@microsoft.com...
> Problem is not Windows installation of driver. I need this PNP number for
integration inside BIOS to be sure to have new type of PNP device, which is
not existing until now inside PNP table.
> I guess your thinking of the way of comports being compatible to PNP0501.
>
> But that is the point. My device is not compatible to any existing PNP
number. So I need my own type of PNP device.
>
> regs
> Martin
>
> "Doron Holan [MS]" wrote:
>
> > what you do need a PNPxxxx ID ? why not create your own vendor id, like
> > MYCOM\FOOBAR and list PNP0104 as a compatible id?
> >
> > d
> >
> > --
> > Please do not send e-mail directly to this alias. this alias is for
> > newsgroup purposes only.
> > This posting is provided "AS IS" with no warranties, and confers no
rights.
> >
> >
> > "martga" <martga@discussions.microsoft.com> wrote in message
> > news:74526258-EE51-4EE6-9714-2889AEE24576@microsoft.com...
> > > Hi,
> > >
> > > which organisation manages the pnp table. I need to preserve a PNP
number
> > in PNP table for my type of system device.(PNP0104)
> > >
> > > As far as I discovered, PNP table is a subset of EISA table
established on
> > request of Microsoft and will be managed by Microsoft.
> > >
> > > Is this the right thinking and if to whom I can address my request of
> > reserving such a PNP number?
> >
> >
> >



Re: How to reserve an entrie in pnp table of BIOS by Maxim

Maxim
Fri Jun 25 07:24:10 CDT 2004

> which organisation manages the pnp table. I need to preserve a PNP number in
PNP table for
>my type of system device.(PNP0104)

According to the documentation, such IDs are used only for devices which can be
connected by different means.

Otherwise, a bus-specific ID is used.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com



Re: How to reserve an entrie in pnp table of BIOS by martga

martga
Thu Jul 01 02:56:02 CDT 2004

Thanks for your hint.
I established my own hardware ID and it really works.

Martin

"Doron Holan [MS]" wrote:

> why not create your own HWID and that's it? why does it have to start with
> "PNP"? The id is just a string, in an ACPI bios, this is rather easy to do.
>
> d
>
> --
> Please do not send e-mail directly to this alias. this alias is for
> newsgroup purposes only.
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
> "martga" <martga@discussions.microsoft.com> wrote in message
> news:2F15F3EF-B859-4B31-8875-0D2274570B81@microsoft.com...
> > Problem is not Windows installation of driver. I need this PNP number for
> integration inside BIOS to be sure to have new type of PNP device, which is
> not existing until now inside PNP table.
> > I guess your thinking of the way of comports being compatible to PNP0501.
> >
> > But that is the point. My device is not compatible to any existing PNP
> number. So I need my own type of PNP device.
> >
> > regs
> > Martin
> >
> > "Doron Holan [MS]" wrote:
> >
> > > what you do need a PNPxxxx ID ? why not create your own vendor id, like
> > > MYCOM\FOOBAR and list PNP0104 as a compatible id?
> > >
> > > d
> > >
> > > --
> > > Please do not send e-mail directly to this alias. this alias is for
> > > newsgroup purposes only.
> > > This posting is provided "AS IS" with no warranties, and confers no
> rights.
> > >
> > >
> > > "martga" <martga@discussions.microsoft.com> wrote in message
> > > news:74526258-EE51-4EE6-9714-2889AEE24576@microsoft.com...
> > > > Hi,
> > > >
> > > > which organisation manages the pnp table. I need to preserve a PNP
> number
> > > in PNP table for my type of system device.(PNP0104)
> > > >
> > > > As far as I discovered, PNP table is a subset of EISA table
> established on
> > > request of Microsoft and will be managed by Microsoft.
> > > >
> > > > Is this the right thinking and if to whom I can address my request of
> > > reserving such a PNP number?
> > >
> > >
> > >
>
>
>