linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Unknown PCI device?
@ 2000-12-21  9:02 Mike A. Harris
  2000-12-21  9:07 ` Thierry Vignaud
  0 siblings, 1 reply; 4+ messages in thread
From: Mike A. Harris @ 2000-12-21  9:02 UTC (permalink / raw)
  To: Linux Kernel mailing list

Anyone know what this is?

00:07.3 Host bridge: VIA Technologies, Inc.: Unknown device 3050 (rev 30)
        Flags: medium devsel

Kernel 2.2.18 + IDE patches.




----------------------------------------------------------------------
      Mike A. Harris  -  Linux advocate  -  Open source advocate
          This message is copyright 2000, all rights reserved.
  Views expressed are my own, not necessarily shared by my employer.
----------------------------------------------------------------------

Press every key to continue.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: Unknown PCI device?
  2000-12-21  9:02 Unknown PCI device? Mike A. Harris
@ 2000-12-21  9:07 ` Thierry Vignaud
  2000-12-21  9:13   ` Mike A. Harris
  0 siblings, 1 reply; 4+ messages in thread
From: Thierry Vignaud @ 2000-12-21  9:07 UTC (permalink / raw)
  To: Mike A. Harris; +Cc: Linux Kernel mailing list

"Mike A. Harris" <mharris@opensourceadvocate.org> writes:

> Anyone know what this is?
> 
> 00:07.3 Host bridge: VIA Technologies, Inc.: Unknown device 3050 (rev 30)
>         Flags: medium devsel

if its pci id is 0x11063050, then it's a VIA Power Management Controller.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: Unknown PCI device?
  2000-12-21  9:07 ` Thierry Vignaud
@ 2000-12-21  9:13   ` Mike A. Harris
  2000-12-21 18:32     ` Bruce Korb
  0 siblings, 1 reply; 4+ messages in thread
From: Mike A. Harris @ 2000-12-21  9:13 UTC (permalink / raw)
  To: Thierry Vignaud; +Cc: Linux Kernel mailing list

On 21 Dec 2000, Thierry Vignaud wrote:

>Date: 21 Dec 2000 10:07:12 +0100
>From: Thierry Vignaud <tvignaud@mandrakesoft.com>
>To: Mike A. Harris <mharris@opensourceadvocate.org>
>Cc: Linux Kernel mailing list <linux-kernel@vger.kernel.org>
>Content-Type: text/plain; charset=us-ascii
>Subject: Re: Unknown PCI device?
>
>"Mike A. Harris" <mharris@opensourceadvocate.org> writes:
>
>> Anyone know what this is?
>>
>> 00:07.3 Host bridge: VIA Technologies, Inc.: Unknown device 3050 (rev 30)
>>         Flags: medium devsel
>
>if its pci id is 0x11063050, then it's a VIA Power Management Controller.

00:07.3 Class 0600: 1106:3050 (rev 30)
        Flags: medium devsel


Yip.  Someone might want to update the PCI ID db, or whatever
with that..



----------------------------------------------------------------------
      Mike A. Harris  -  Linux advocate  -  Open source advocate
          This message is copyright 2000, all rights reserved.
  Views expressed are my own, not necessarily shared by my employer.
----------------------------------------------------------------------

There are two major products that come out of Berkeley: LSD and BSD.
We don't believe this to be a coincidence.
   -- Jeremy S. Anderson

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: Unknown PCI device?
  2000-12-21  9:13   ` Mike A. Harris
@ 2000-12-21 18:32     ` Bruce Korb
  0 siblings, 0 replies; 4+ messages in thread
From: Bruce Korb @ 2000-12-21 18:32 UTC (permalink / raw)
  To: Mike A. Harris; +Cc: Thierry Vignaud, Linux Kernel mailing list

"Mike A. Harris" wrote:
> >> Anyone know what this is?
> >>
> >> 00:07.3 Host bridge: VIA Technologies, Inc.: Unknown device 3050 (rev 30)
> >>         Flags: medium devsel
> >
> >if its pci id is 0x11063050, then it's a VIA Power Management Controller.
> 
> 00:07.3 Class 0600: 1106:3050 (rev 30)
>         Flags: medium devsel
> 
> Yip.  Someone might want to update the PCI ID db, or whatever
> with that..

If this were to be adopted:

  ftp://autogen.linuxave.net/pub/PCIDEV.tgz

I would finish it so that there would be one and only one place to
update for any and all PCI devices for 2.2, 2.4 and any other
kernel.  However, it would take several days and I won't do it
unless there were some reasonable chance for adoption.  The
referenced implementation only covers the 2.4 kernel:

1.  the list of PCI manufacturers and devices
2.  the IDE controllers

still to do would be the dispatch tables for other kinds of
devices, the tables for the 2.2 kernel and the device information
for the non-IDE dispatch tables.  (The latter being the hard
[time consuming] part.  Creating the tables from the data is
easy.)

Once this is all done, both the 2.2 and 2.4 (and future) kernels
would be kept up to date by updating a single database and regenerating
the tables.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

end of thread, other threads:[~2000-12-21 19:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-21  9:02 Unknown PCI device? Mike A. Harris
2000-12-21  9:07 ` Thierry Vignaud
2000-12-21  9:13   ` Mike A. Harris
2000-12-21 18:32     ` Bruce Korb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).