Re: CVS commit: src

2014-07-29 Thread Thomas Klausner
On Mon, Jul 28, 2014 at 11:09:06PM +, Robert Swindells wrote:
 Module Name:  src
 Committed By: rjs
 Date: Mon Jul 28 23:09:06 UTC 2014
 
 Modified Files:
   src/distrib/sets/lists/base: mi
   src/sys/dev/microcode/radeon: CEDAR_rlc.bin CYPRESS_rlc.bin
   JUNIPER_rlc.bin LICENSE.radeon Makefile R700_rlc.bin
   REDWOOD_rlc.bin
 Added Files:
   src/sys/dev/microcode/radeon: ARUBA_me.bin ARUBA_pfp.bin ARUBA_rlc.bin
   BARTS_mc.bin BARTS_me.bin BARTS_pfp.bin BARTS_smc.bin
   BONAIRE_ce.bin BONAIRE_mc.bin BONAIRE_mc2.bin BONAIRE_me.bin
   BONAIRE_mec.bin BONAIRE_pfp.bin BONAIRE_rlc.bin BONAIRE_sdma.bin
   BONAIRE_smc.bin BONAIRE_uvd.bin BONAIRE_vce.bin BTC_rlc.bin
   CAICOS_mc.bin CAICOS_me.bin CAICOS_pfp.bin CAICOS_smc.bin
   CAYMAN_mc.bin CAYMAN_me.bin CAYMAN_pfp.bin CAYMAN_rlc.bin
   CAYMAN_smc.bin CEDAR_smc.bin CYPRESS_smc.bin HAINAN_ce.bin
   HAINAN_mc.bin HAINAN_mc2.bin HAINAN_me.bin HAINAN_pfp.bin
   HAINAN_rlc.bin HAINAN_smc.bin HAWAII_ce.bin HAWAII_mc.bin
   HAWAII_mc2.bin HAWAII_me.bin HAWAII_mec.bin HAWAII_pfp.bin
   HAWAII_rlc.bin HAWAII_sdma.bin HAWAII_smc.bin JUNIPER_smc.bin
   KABINI_ce.bin KABINI_me.bin KABINI_mec.bin KABINI_pfp.bin
   KABINI_rlc.bin KABINI_sdma.bin KAVERI_ce.bin KAVERI_me.bin
   KAVERI_mec.bin KAVERI_pfp.bin KAVERI_rlc.bin KAVERI_sdma.bin
   MULLINS_ce.bin MULLINS_me.bin MULLINS_mec.bin MULLINS_pfp.bin
   MULLINS_rlc.bin MULLINS_sdma.bin OLAND_ce.bin OLAND_mc.bin
   OLAND_mc2.bin OLAND_me.bin OLAND_pfp.bin OLAND_rlc.bin
   OLAND_smc.bin PALM_me.bin PALM_pfp.bin PITCAIRN_ce.bin
   PITCAIRN_mc.bin PITCAIRN_mc2.bin PITCAIRN_me.bin PITCAIRN_pfp.bin
   PITCAIRN_rlc.bin PITCAIRN_smc.bin REDWOOD_smc.bin RV710_smc.bin
   RV710_uvd.bin RV730_smc.bin RV740_smc.bin RV770_smc.bin
   SUMO2_me.bin SUMO2_pfp.bin SUMO_me.bin SUMO_pfp.bin SUMO_rlc.bin
   SUMO_uvd.bin TAHITI_ce.bin TAHITI_mc.bin TAHITI_mc2.bin
   TAHITI_me.bin TAHITI_pfp.bin TAHITI_rlc.bin TAHITI_smc.bin
   TAHITI_uvd.bin TURKS_mc.bin TURKS_me.bin TURKS_pfp.bin
   TURKS_smc.bin VERDE_ce.bin VERDE_mc.bin VERDE_mc2.bin VERDE_me.bin
   VERDE_pfp.bin VERDE_rlc.bin VERDE_smc.bin
 
 Log Message:
 Update radeon microcode.

x86_64--netbsd-install: CYPRESS_uvd.bin: stat: No such file or directory
*** 
[/archive/build/amd64.gcc.20140729/usr/libdata/firmware/radeon/CYPRESS_uvd.bin] 
Error code 1

Please check the set list again, or if you missed adding some files.

Thanks,
 Thomas


Re: CVS commit: src

2014-07-29 Thread Nick Hudson

On 07/25/14 17:13, Greg Troxel wrote:

Module Name:src
Committed By:   gdt
Date:   Fri Jul 25 16:13:21 UTC 2014

Modified Files:
src/share/man/man4: ucom.4
src/sys/dev/usb: ucom.c

Log Message:
Add PPS support to ucom(4).

This is basically cribbed from regular serial ports, and just adds
hooks to call the pps support routines.

Also, note in the ucom(4) man page that there is about 1 ms of
latency.  Discussed on tech-kern in October of 2013, with the only
concern being that someone who didn't know what they were doing might
set up a stratum 1 server, and that somehow might have worse
timekeeping than whatever else that person might have done; the man
page comment is a mitigation for this.


latency of 1ms and the same jitter - only ucycom uses interrupt 
endpoints for data transfer


Nick


Re: CVS commit: src

2014-07-29 Thread Greg Troxel

Nick Hudson sk...@netbsd.org writes:

 On 07/25/14 17:13, Greg Troxel wrote:
 Module Name: src
 Committed By:gdt
 Date:Fri Jul 25 16:13:21 UTC 2014

 Modified Files:
  src/share/man/man4: ucom.4
  src/sys/dev/usb: ucom.c

 Log Message:
 Add PPS support to ucom(4).

 This is basically cribbed from regular serial ports, and just adds
 hooks to call the pps support routines.

 Also, note in the ucom(4) man page that there is about 1 ms of
 latency.  Discussed on tech-kern in October of 2013, with the only
 concern being that someone who didn't know what they were doing might
 set up a stratum 1 server, and that somehow might have worse
 timekeeping than whatever else that person might have done; the man
 page comment is a mitigation for this.

 latency of 1ms and the same jitter - only ucycom uses interrupt
 endpoints for data transfer

I was abstracting on purpose, because no other man page describes
performance characteristics in such detail.  (When I tested, my best
guess was that the delay from PPS edge capture ranged from 400us to
1400us as the USB frame clock shifted.)



pgpzewA67T2cg.pgp
Description: PGP signature


Re: CVS commit: src

2014-07-29 Thread David Holland
On Tue, Jul 29, 2014 at 05:53:59AM -0400, Greg Troxel wrote:
   Also, note in the ucom(4) man page that there is about 1 ms of
   latency.  Discussed on tech-kern in October of 2013, with the only
   concern being that someone who didn't know what they were doing might
   set up a stratum 1 server, and that somehow might have worse
   timekeeping than whatever else that person might have done; the man
   page comment is a mitigation for this.
  
   latency of 1ms and the same jitter - only ucycom uses interrupt
   endpoints for data transfer
  
  I was abstracting on purpose, because no other man page describes
  performance characteristics in such detail.  (When I tested, my best
  guess was that the delay from PPS edge capture ranged from 400us to
  1400us as the USB frame clock shifted.)

In few other cases does it matter at this level either...

-- 
David A. Holland
dholl...@netbsd.org