Hi all! The NetBSD src/sys/dev/pci/pcidevs rev. 1.1298 contains the following line related to PCI device id 0x436a:
product MARVELL YUKON_C055 0x436a Yukon 88EC055 (added with rev. 1.907, fixed typo with rev. 1.915) The same file in the OpenBSD sourcetree, anyway, relates this PCI device id to another product: product MARVELL YUKON_8058 0x436a Yukon 88E8058 Keeping both the lines could be undesirable and may generate conflicts? Some observations: - In NetBSD pcidevs, in the comments at the beginning of file, a complete list "of PCI codes can be found at" http://www.pcidatabase.com/. From my location and also with Google, this site is unreachable. The same information is kept by http://pci-ids.ucw.cz/, which works. So, I would suggest to update the beginning of pcidevs, with this new reference. - According to pci-ids.ucw.cz, the company `Marvell Technology Group Ltd.' (vendor id 0x11ab) has 0x436a 88E8058 PCI-E Gigabit Ethernet Controller So, this would make the OpenBSD pcidevs the correct one. Does anyone know more about it? Again, I would suggest to update pcidevs. Bye! Rocky
