Re: CVS commit: src/sys/dev/pci

2010-07-02 Thread Izumi Tsutsui
 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.
---
Izumi Tsutsui


Re: CVS commit: src/sys/dev/pci

2010-07-02 Thread M. Warner Losh
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


Re: CVS commit: src/distrib/sets/lists

2010-07-02 Thread Tom Spindler
On Fri, Jul 02, 2010 at 07:43:36AM +, matthew green wrote:
 Module Name:  src
 Committed By: mrg
 Date: Fri Jul  2 07:43:36 UTC 2010
 
 Modified Files:
   src/distrib/sets/lists/comp: shl.mi
   src/distrib/sets/lists/xbase: shl.mi
 Removed Files:
   src/distrib/sets/lists/comp: shl.elf stl.elf
   src/distrib/sets/lists/xbase: shl.elf
 
 Log Message:
 move the *.elf contents into the *mi* contents.  we're not going to have
 non-elf platforms at any thing in the near future, and these extra files
 are only making sets handling even worse than necessary.

It looks like the files in stl.elf didn't get merged in anywhere; pretty
much all arches now fail the build for me in the checkflist phase:

Files in DESTDIR but missing from flist.
File is obsolete or flist is out of date ?
--
./usr/lib/crtbegin.o
./usr/lib/crtend.o
./usr/lib/crti.o
./usr/lib/crtn.o



re: CVS commit: src/distrib/sets/lists

2010-07-02 Thread matthew green

 On Fri, Jul 02, 2010 at 07:43:36AM +, matthew green wrote:
  Module Name:src
  Committed By:   mrg
  Date:   Fri Jul  2 07:43:36 UTC 2010
  
  Modified Files:
  src/distrib/sets/lists/comp: shl.mi
  src/distrib/sets/lists/xbase: shl.mi
  Removed Files:
  src/distrib/sets/lists/comp: shl.elf stl.elf
  src/distrib/sets/lists/xbase: shl.elf
  
  Log Message:
  move the *.elf contents into the *mi* contents.  we're not going to have
  non-elf platforms at any thing in the near future, and these extra files
  are only making sets handling even worse than necessary.
 
 It looks like the files in stl.elf didn't get merged in anywhere; pretty
 much all arches now fail the build for me in the checkflist phase:

that's what happened.  i thought i ran cvs add stl.mi but i must
have done it wrongly.  i've commited the fix now.  sorry for the
problem.


.mrg.