Hi, all. From: "M. Warner Losh" <i...@bsdimp.com> Subject: Re: CVS commit: src/sys/dev/pci Date: Fri, 02 Jul 2010 05:32:33 -0600 (MDT)
> In message: <100702193931.m0105...@mirage.ceres.dti.ne.jp> > Izumi Tsutsui <tsut...@ceres.dti.ne.jp> writes: > : > Module Name: src > : > Committed By: msaitoh > : > Date: Fri Jul 2 03:25:27 UTC 2010 > : > > : > Modified Files: > : > src/sys/dev/pci: pucdata.c > : > > : > Log Message: > : > Fix frequency for OX16PCI954. > : > : I'm afraid some puc's frequencies are not chip specific > : but board specific, i.e. the same chips could have different clocks > : and we might also have to check svend and sprod in such case. > > Even that won't be enough. We've hit this problem in FreeBSD. > There's two boards that are totally the same from a software > perspective, but the frequencies are different. > > Warner I've reverted my change and added a new entry which checks subvendor code. It's better than before. And, I added some cards' support. It includes a fixing for PR#37566 (It was missed in the commit message and I've cvs admined). ---------------------------------------------------------- SAITOH Masanobu (masan...@iij.ad.jp msai...@netbsd.org)