search for: twr

Displaying 15 results from an estimated 15 matches for "twr".

Did you mean: two
2006 Jun 22
2
id column for join table... kosher?
I''ve got two tables, bookmarks & tags. Using a has_and_belongs_to_many association, I can do lookups using a join table called bookmarks_tags. Two questions: 1. Can I have a migration for my join tables? Rails seems to "know" about join tables implicitly from the associations, but if I do a rake migrate the join tables won''t be built. I''ve been
2011 Jan 04
0
Queues, priorities and (miscalculated) holdtimes
...the caller is 3 minutes! The wait time of caller number 1, instead of the 9 minutes holdtime of caller number 6. This is a realtime Queue on 1.6.2.13. Also can the priority be changed dynamically (using AMI)? For now I'm using: exten => s,n,Set(QUEUE_PRIO=5) exten => s,n,Queue(test,twrC,,,900) exten => s,n,Set(QUEUE_PRIO=15) exten => s,n,Queue(test,twr,,,3600) some callers and exten => s,n,Set(QUEUE_PRIO=10) exten => s,n,Queue(test,twr,,,3600) for all others. Changing the the priority dynamically depending on context and waittime should avoid the wrong report...
2013 Jul 18
1
[PATCH 02/11] drm/nv50/pm: Fix last timing register in NVA3+, fix typo in NV50
...timing_calc(struct drm_device *dev, u32 freq, break; } + tUnk_3_2 = (boot->reg[3] & 0x00ff0000) >> 16; + if(tUnk_3_2 == 0) { + tUnk_3_2 = 0x16; + } + t->reg[0] = (e->tRP << 24 | e->tRAS << 16 | e->tRFC << 8 | e->tRC); t->reg[1] = (e->tWR + 2 + (t->tCWL - 1)) << 24 | @@ -102,7 +108,9 @@ nv50_mem_timing_calc(struct drm_device *dev, u32 freq, e->tRCDWR << 8 | e->tRCDRD); - t->reg[4] = e->tUNK_13 << 8 | e->tUNK_13; + t->reg[3] = (tUnk_3_2 << 16) | (e->tCL - 1); + + t->...
2014 Aug 25
0
[PATCH envytools] demmio: Add decoding of some MEM_TIMINGS registers for NVC0.
...name="MEM_TIMINGS_2" variants="NVC0-"> > + <bitfield high="15" low="8" name="tWTR"> > + <doc> Write To Read delay. </doc> > + </bitfield> > + <bitfield high="23" low="15" name="tWR"> > + <doc> Write Recovery time. </doc> > + </bitfield> > </reg32> > > <reg32 offset="0x29c" name="MEM_TIMINGS_3" variants="NVC0-"> Thanks for the patch but where did you get this knowledge? By comparing...
2014 Aug 25
12
[PATCH envytools] demmio: Add decoding of some MEM_TIMINGS registers for NVC0.
...et="0x298" name="MEM_TIMINGS_2" variants="NVC0-"> + <bitfield high="15" low="8" name="tWTR"> + <doc> Write To Read delay. </doc> + </bitfield> + <bitfield high="23" low="15" name="tWR"> + <doc> Write Recovery time. </doc> + </bitfield> </reg32> <reg32 offset="0x29c" name="MEM_TIMINGS_3" variants="NVC0-"> -- 1.9.1
2009 Nov 04
1
Personal invitation from daminda edirisinghe
...t UNYK.com: My contacts? address books are updated. Simple, but life-changing! Can I add you as one of my contacts? To accept, click here! http://www1.unyk.com/ml/245/1/?i=64753B5D494D460F8B684F14A7BD6467&s=16807570 You too can create your own smart address book. daminda edirisinghe UNYK : TWR 036 Please do not reply to this email directly. Questions? Contact us - http://unyk.com/en/Contact UNYK Inc., 1010 de Serigny, suite 820, Longueuil, QC, J4K 5G7, Canada. I no longer wish to receive invitations to join UNYK from daminda edirisinghe: Unsubscribe http://www1.unyk.com/ml/245/74/?mi...
2013 Jul 18
0
[PATCH 02/11] drm/nv50/pm: Fix last timing register in NVA3+, fix typo in NV50
...> } > > + tUnk_3_2 = (boot->reg[3] & 0x00ff0000) >> 16; > + if(tUnk_3_2 == 0) { > + tUnk_3_2 = 0x16; > + } > + > t->reg[0] = (e->tRP << 24 | e->tRAS << 16 | e->tRFC << 8 | e->tRC); > > t->reg[1] = (e->tWR + 2 + (t->tCWL - 1)) << 24 | > @@ -102,7 +108,9 @@ nv50_mem_timing_calc(struct drm_device *dev, u32 freq, > e->tRCDWR << 8 | > e->tRCDRD); > > - t->reg[4] = e->tUNK_13 << 8 | e->tUNK_13; > + t->reg[3] = (tUnk_3_2 <<...
2012 Jun 25
1
[PATCH 1/2] drm/nouveau/pm: Prepare for more GDDR5 MR values
...> 2) { NV_WARN(ndev, "(%u) Invalid odt value, assuming autocal: %x", t->id, t->odt); t->odt = 0; } + if(t->odt) + add_term = t->odt; + else + add_term = 3; + t->mr[0] = (boot->mr[0] & 0x007) | ((e->tCL - 5) << 3) | ((e->tWR - 4) << 8); - t->mr[1] = (boot->mr[1] & 0x1007f0) | + t->mr[1] = (boot->mr[1] & 0x1007c0) | t->drive_strength | - (t->odt << 2); + (t->odt << 2) | + (add_term << 4); NV_DEBUG(ndev, "(%u) MR: %08x %08x", t->id, t...
2007 Jul 04
2
Xorcom Bri and asterisk crashes
...] logger.c: -- Goto (mainq,q,5) Jul 4 11:56:55 VERBOSE[20295] logger.c: -- Executing Set("Zap/14-1", "__ALERT_INFO=<http://www.example.com>;info=MainQ") in new stack Jul 4 11:56:55 VERBOSE[20295] logger.c: -- Executing Queue("Zap/14-1", "mainq1|twr|||10") in new stack Jul 4 11:56:55 DEBUG[20295] chan_zap.c: Requested indication 3 on channel Zap/14-1 Jul 4 11:56:55 VERBOSE[20295] logger.c: -- Called Local/700 at callagents Jul 4 11:56:55 VERBOSE[20298] logger.c: -- Executing Set("Local/700 at callagents-bc5a,2", &quot...
2020 Feb 27
2
[PATCH] Update the 5 year logo to 10 year logo
...0FUx#J^<kpT!7D!s`{Fp1 zQYm>#TdtXhkYaSl9nU}K0CN&Y^1=_NWNAuCrzJIdCx<@m&pQFTxo*~&8CPCr*vs8< zj~F7m-nwCaOmbUQY3k>GXp_2vF*n|!ZmV828Z=GjaCbM^SEAVa$pAK(_T?A1kE?X2 zdz{=71awHgQPE=c?J`)EO1Wmoj{c8y<9hZ6QAR645Ee?36zb~gs+%`&9{qY6D}=(a zkaxa@rlg^c`CCkWcMk7=@DZPFD&?E5p=APoPl!twRb&-8(5Uwm`Jg0`a&!Zsjmigy zgqu(zIN|%sblD-gl0qWqyh#4Fqc}KfDJ?bNe42!rYXD6quPs-jZlE?Ic=UIi`Jxvt zZueKcw>LKYc5ukEw0+{8)c=bVDlMz*<%qFt$%)hkSj_CpbMO36&ObshP-5X8NU5ME z)~q1{BK{e>aA>?peyy}PO7pXcHGTA;zt3SHQPy2~<>F^_emxkkZm$#c@?^cugjU{7 z==SA7R3CJsB*B>9T|a!}>putvq86+4l*%N&lt...
2003 Dec 01
0
No subject
...ssue for me. As for a NAS device we are looking at the Hitachi nas appliance that works with there SAN equipment, and yes we have Hitachi SAN equipment both 7710 and 9960. So anyone that can shed some light on this issue for me I will greatly appreciate it. jim jones Return-Path: <Paul.Will@twr.co.uk> Delivered-To: samba@lists.samba.org Received: from jess.twr.co.uk (unknown [195.70.68.5]) by lists.samba.org (Postfix) with ESMTP id 998274CD4 for <samba@lists.samba.org>; Mon, 2 Jul 2001 09:37:38 -0700 (PDT) Received: by jess.twr.co.uk with Internet Mail Service (5.5.2653.19)...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...7+_>zVblWRl76X9svPHYila0`Q zi%)=oy=0P4Cmq17|JRa2*8&ecCx_R{sP0C#nfb__G at M<RnMy2AMv^4Zw?s0TM^%b9 z$;N)sF&G(6+1`QZD*_pzZaCwkz_5AQFe4^86ERlK-a9M+(T{<+s<ED-BQLd^Tb_8; z8ee8zUKzZbZev+C<5;^m>D6{8?@5Slz|wm)yQFhVE+P<p<o{PT=Zg!?LH(Oba=SL` zkdIr%PEMJ$+|inpBm;rfxUm(}oM1gf*<}twR*)nr1TZ?70_%7CM%Keb+j9mP%dga( z6IE1ZUYdyNeL93~w#kpMOexy;mH>M;v-t8pv5J81GWn}cR&PC<1 at A`zc9!&ZB7Vmd ze%}Ld^_- at j3Or3$D&y)I`I)EW+>$HApC%ACuBy4C$qf4y(?J^fA=dN;whuU2-^C at _ z1xTSy0di^;@aumxB1R_(EJ@{``%+xN8T%krK$c6IdE3fUdl~7&g0&rKx<!WGF9AHN z*Ql3*zx`>Jxm9BrELn2z10Ld...
2006 Oct 18
0
Please help with 2 (related?) problems
Hi All, I was able to get the BackgrounDrb plugin installed, and even got the example progress bar working. So far so good. But now that I''m trying to do something a little more real, I''m getting stuck. The first problem I''m getting is that the background task seems to be getting terminated by Rails. In any case, I am getting the following error as the first thing
2007 May 09
0
Neophyte needs help!
Hi All, Real neophyte here, to both backgroundrb and ruby/rails in general. (Hey, we''ve all got to start somewhere, right!) :) I''ve just been playing around with the example code at http://backgroundrb.rubyforge.org/ , and trying to get all the pieces to work (btw, I''m using version 0.2.1). I did a ''generate worker example'', which created an
2005 May 03
10
Unshapeable traffic
Hello, Could somebody explain following issue ? I set up htb class on outgoing external interface to shape p2p upload traffic. I limited it to 4Mbit/s. I also set up iptables counters chains in FORWARD chain to calculate traffic generated by p2p and others. While tc stats show that p2p shaping class keep defined 4Mbit traffic, iptables counters show me that p2p traffic exceed traffic to 150%