search for: shunt

Displaying 20 results from an estimated 55 matches for "shunt".

Did you mean: hunt
2016 Mar 25
0
[PATCH 4/4] iccsense: configure sensors like nvidia does
..._iccsense_ina3221_read(struct nvkm_iccsense *iccsense, 40 * 8); } +static void +nvkm_iccsense_ina2x9_config(struct nvkm_iccsense *iccsense, + struct nvkm_iccsense_sensor *sensor) +{ + struct nvkm_subdev *subdev = &iccsense->subdev; + /* configuration: + * 0x0007: 0x0007 shunt and bus continous + * 0x0078: 0x0078 128 samples shunt + * 0x0780: 0x0780 128 samples bus + * 0x1800: 0x0000 +-40 mV shunt range + * 0x2000: 0x0000 16V FSR + */ + u16 value = 0x07ff; + nvkm_debug(subdev, "config for sensor id %i: 0x%x\n", sensor->id, value); + nv_wr16i2cr(s...
2006 Jun 28
2
some basic questions
...em with storage-abusers & really want the carrot-stick quota system my favorite ISP, Panix, has. You get N bytes {or messages, I can live with either/both} and when you get near, you get nagged until you solve it. When you exceed quota, you get no more incoming mail, just nagging. It's shunted aside until you make room. After D days, if it's still there, the shunted mail is returned. Regular reports as to who's naughty and nice would be great. C) Password changes. How can I have user-changable pw's, with crack/sanity checking of the new ones? Do I have to have accessibl...
2016 Jul 27
0
[PATCH] nvkm/iccsense: Parse the resistors and config the right way
...-96,60 +96,12 @@ nvkm_iccsense_ina3221_read(struct nvkm_iccsense *iccsense, } static void -nvkm_iccsense_ina209_config(struct nvkm_iccsense *iccsense, - struct nvkm_iccsense_sensor *sensor) -{ - struct nvkm_subdev *subdev = &iccsense->subdev; - /* configuration: - * 0x0007: 0x0007 shunt and bus continous - * 0x0078: 0x0078 128 samples shunt - * 0x0780: 0x0780 128 samples bus - * 0x1800: 0x0000 +-40 mV shunt range - * 0x2000: 0x0000 16V FSR - */ - u16 value = 0x07ff; - nvkm_debug(subdev, "config for sensor id %i: 0x%x\n", sensor->id, value); - nv_wr16i2cr(s...
2016 Mar 25
7
[PATCH 0/4] Configure Power Sensors
The power sensors can be configured to sample the readout values over time. Nvidia does this too, so nouveau should probably do that too. Karol Herbst (4): iccsense: remove read function iccsense: convert to linked list iccsense: split sensor into own struct iccsense: configure sensors like nvidia does drm/nouveau/include/nvkm/subdev/iccsense.h | 6 +- drm/nouveau/nouveau_hwmon.c
2005 Oct 29
0
Mangling TOS, or Precedence/SecurityOpts/Compartment?
...shown in Figure 1, it has two Ethernet ports, and in general acts like a “bridge” in that it possesses a “Bypass Card”, which allows the Tool Server and the Controller Machine to pass traffic through it’s two Ethernet ports. One of the features of the Bypass card it contains, is that it physically shunts the copper Ethernet connections together when, say, power is cut. It runs in an “unshunted” format when conducting “Analysis”, and shunts the copper back together when it “hangs up” It’s purpose is to sit BETWEEN the Tool and Controller machines, and intercept data they are exchanging, for analy...
2006 Nov 09
2
Multiple backgroundrb servers?
...g-running backgroundrb processes. But then you''d conceivably have to wait several hours for all your procs to complete before pushing out the new code base. I was originally thinking that during code deploys, we''d start up a second backgroundrb server (on the new code base) and shunt all new jobs to it, and wait for all the existing jobs on the first backgroundrb server to complete before shutting the first one down. A flip-flop essentially. But then I realized that backgroundrb doesn''t currently support multiple servers on a single rails installation. I noticed a t...
2006 Dec 28
2
STI, controllers and views
...ve set up that uses single table inheritance. I have a number of model subclasses following the example in AWDWR that uses Manager < Employee < Person. First question. Do I need to create controller classes for each? I don''t think I do because a single controller should be able to shunt the data between the models and the views. Second question. Say I have a view that shows a list of all people in the db. It shows first name, last name, and a ''show'' link to view that persons details. For each type I would like to show a specific view, i.e. the manager_view, t...
2016 Mar 28
4
[PATCH v2 0/4] Configure Power Sensors
The power sensors can be configured to sample the readout values over time. Nvidia does this too, so nouveau should probably do that too. v2: use list_del and rework an error message Karol Herbst (4): iccsense: remove read function iccsense: convert to linked list iccsense: split sensor into own struct iccsense: configure sensors like nvidia does
2009 Jul 28
1
Moving axis-labels
Hi, This is hopefully quite a straightforward quandary. I have made a simple R plot but the values on my x-axis are sufficiently large enough that they interfere my x-axis label. How can I shunt the x-axis label further away from the x-axis? Thanks Jim ---------------------- JS Walker jw2324 at bristol.ac.uk
2011 Mar 25
1
multiple plots with QQplot of PerformanceAnalytics
Hi All, I am trying to plot 4 graphs on to 1 page using layout(...), or par(mfcol = c(...)); with the function QQplot from the package PerformanceAnalytics. The problem is that, no matter what order I use, it only plots 3 graphs on to 1 page and the last QQplot is shunted to the next page. Also, this only happens to the QQplot, i.e. there is no problem with 4 Histograms. set.seed(1033) data <- matrix(rnorm(240), 240, 2) data[,2] <- rt(240, df = 7) tm <- ts(data, start = c(1990, 1), frequency = 12) ret.ts <- as.timeSeries(tm) layout(rbind(c(1, 2),...
2013 Feb 22
0
Dovecot list archives not updating
...nd <http://dovecot.org/pipermail/dovecot/2013-February/071215.html> return 404 errors. I suspect there is a permissions issue starting soon after Fri Feb 8 16:31:49 EET 2013 and that Mailman's error log has lots of tracebacks from this. If that is the case, the messages were probably all shunted and running Mailman's bin/unshunt after fixing the underlying issue and also making sure that any messages older than Fri Feb 8 16:31:49 EET 2013 in Mailman's 'shunt' queue that should not also be reprocessed are removed. -- Mark Sapiro <mark at msapiro.net> The hig...
2004 Sep 09
2
Skipping panels in Lattice
...bwplot( dv ~ faca | facb*facc, data=df2) plot1 # now try to skip the empty panel # turn plot history on so that the separate pages can be recalled plot2 <- update(plot1, skip=c(rep(F, 3), T, rep(F, 4))) plot2 and the 4th panel position of the bottom row is skipped, BUT the B4&C1 cell is shunted to the top left of row 1 and the last panel of plot1 is now moved to page 2. Messing with layout= doesn't help, neither does substituting NA for the values of the missing cell (instead of cutting it out of the data frame). I also get the same behaviour for stripplot and dotplot too. Apol...
2017 May 25
2
[compiler-rt] '-fprofile-generate' and embedded systems
...otmail.com] Sent: 25 May 2017 14:39 To: Martin J. O'Riordan <martin.oriordan at movidius.com> Cc: LLVM Developers <llvm-dev at lists.llvm.org> Subject: Re: [llvm-dev] [compiler-rt] '-fprofile-generate' and embedded systems Well you could always write a ‘filesystem’ that shunts all data out the serial port (or similar). On 25 May 2017, at 9:12 pm, Martin J. O'Riordan via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org> > wrote: What is the best way of porting the ‘compiler-rt’ Profile library for an embedded system with no...
2014 May 26
3
[LLVMdev] Why can't atomic loads and stores handle floats?
David provided one good answer. I'll give another. The current design pushes complexity into the language frontend for - as far as I know - no good reason. I can say from recent experience that the corner cases around atomics are both surprising and result in odd looking hacks in the frontend. To say this differently, why should marking loads and stores atomic required me to rewrite
2005 Feb 28
4
Recommendation for dialplan in case of DDoS atta cks?
...se them like this: DID--->PRI--->Primary Asterisk--->IAX--->On-site Asterisk--->SIP This works fine, and everyone is happy. One of my concerns, though, is if we get DDoS'd - which happens probably once every couple of years. I'd like to have the dialplan failover to PSTN to shunt calls to the PSTN--->User's cell number in the case of a DDoS attack. My current thinking is K.I.S.S - just put the user's cell as the next step in the dialplan. However, I'd like for this to be controllable - when things are working OK, I don't want the calls being routed to t...
2017 May 25
2
[compiler-rt] '-fprofile-generate' and embedded systems
What is the best way of porting the 'compiler-rt' Profile library for an embedded system with no file-system (and hence no 'fopen', etc.)? What I would like to do is use it as normal, but then use a custom solution for getting the resulting data off the system. It seems that this library (and the other compiler-rt libraries) are designed only to work with a hosted system.
2008 Mar 26
2
DTMF suddenly stopped working on SIP channel
...t's right) host=newyork-1.vtnoc.net canreinvite=no insecure=very qualify=yes context=incoming-viatalk dtmfmode=inband ; Choices are inband, rfc2833, or info ;relaxdtmf=yes ; Relax dtmf handling Thanks in advance for any help. I've got all incoming calls on Viatalk shunted to an extension in the meantime, not an elegant solution. Best regards, David david_nedved at yahoo.com ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs
2014 Jan 13
3
apache - upload files bigger than 2Go
Hi, I need to upload files larger than 4.4Gb (iso DVD) on CentOS (5.5 x64) http server (httpd-2.2.3-43.el5.centos) On the apache server set in my /etc/php.ini upload_max_filesize = 4900M post_max_size = 5000M In my httpd.conf I set : LimitRequestBody 0 I'm using firefox and/or chrome client for upload a file with 4.2gb size on the server. But it doesn't work.
2006 Sep 21
5
Static files in public
My question is about the static files in the Rails public folder. These files should be served by Apache instead of Mongrel, so do I need to upload these files to Apache''s htdoc''s or will Apache cache them the first time they are requested from Mongrel... Im not sure how this works? Many thanks.
2016 Feb 20
0
[PATCH v4 3/6] iccsense: implement for ina209, ina219 and ina3221
.../ #include "priv.h" -struct nvkm_subdev_func iccsense_func = { 0 }; +#include <subdev/bios.h> +#include <subdev/bios/extdev.h> +#include <subdev/bios/iccsense.h> +#include <subdev/i2c.h> + +static int +nvkm_iccsense_poll_lane(struct i2c_adapter *i2c, u8 addr, u8 shunt_reg, + u8 shunt_shift, u8 bus_reg, u8 bus_shift, u8 shunt, + u16 lsb) +{ + int vbus, vshunt; + + if (shunt == 0) + return 0; + + vshunt = nv_rd16i2cr(i2c, addr, shunt_reg); + vbus = nv_rd16i2cr(i2c, addr, bus_reg); + + if (vshunt < 0 || vbus < 0) + return -EINVAL; + + vshunt >>= s...