Messages in this thread |  | | Date | Thu, 21 Dec 2000 10:32:14 -0800 | From | Bruce Korb <> | Subject | Re: Unknown PCI device? |
| |
"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/
|  |