search for: pic

Displaying 20 results from an estimated 2096 matches for "pic".

Did you mean: mic
2006 May 12
1
zfs panic when unpacking open solaris source
...2-19:23:54 0 - 1.91G - home/cjg at hour_20 390K - 1.96G - home/cjg at hour_21 332K - 1.96G - home/cjg at hour_22 180K - 1.96G - home/cjg at 2006-05-12-22:10:59 0 - 1.99G - home/cjg at 2006-05-12-22:11:09 0 - 1.99G - home/cjg/pics 4.65G 138M 4.61G /export/home/cjg/pics home/cjg/pics at month_02 0 - 4.52G - home/cjg/pics at 2006-02-02-07:53:46 0 - 4.52G - home/cjg/pics at minute_43 0 - 4.52G - home/cjg/pics at minute_44 0 - 4.52G - home/cjg/pics at minute_45 0...
2014 May 02
2
[LLVMdev] MIPS n64 ABI and non-PIC
Actually, GCC will generate non-PIC for n64. Maybe that is a recent addition, but we are using its results. Even if PIC may be faster and smaller code, it seems that non-PIC is still useful for bare-metal. That's the driver of my interest. I guess we can just test what happens when that part of the conditional is removed. As...
2009 Jun 16
4
[LLVMdev] PIC documentation ?
Anton, >> Can I ask what platform ABI's are documented other than Itanium ? > I'd bet all platform ABI are more or less documented. Right. Maybe we should collect references and do some LLVM PIC documentation and put it on LLVM website ? >> I need to get to understand PIC on x86, x86_64 and PowerPC for the COFF >> and MachO backends. > ABI is normally induced by platform, not by architecture or object > file format (however they can influence on it). Yes. > 1. Win...
2005 Jul 24
1
Do I have to worry about interrupt sharing here?
...- the module name is qozap. If I like at my interrupt assignment, qozap is sharing interrupt 10 with libata and uhci_hcd. I think libata is the IDE hard drive module and uhci_hcd is a USB module. linux:~ # modprobe qozap linux:~ # cat /proc/interrupts CPU0 0: 12634579 XT-PIC timer 1: 10 XT-PIC i8042 2: 0 XT-PIC cascade 3: 0 XT-PIC Intel ICH5 5: 0 XT-PIC uhci_hcd 7: 0 XT-PIC parport0 8: 2 XT-PIC rtc 9: 21988 XT-PIC acpi, ehci_hcd...
2002 Oct 29
2
File locking problems - v2.2.6
...access mode is sequential lock mode is exclusive record key is f00-test-key. * * data division. file section. fd f00. 01 f00-test-rec. 03 f00-test-key pic 9(4). 03 f00-test-text pic x(20). 03 f00-test-count pic 9(6). 03 filler pic x(224). * * working-storage section. 77 mod pic 9(6) comp. *...
2006 Jul 19
3
error when compiling "stats" library in R-2.3.1 on Solaris x86
Hello, I tried to compile v2.3.1 on Solaris x86 with SUN Pro compilers. I had an error while stats libarary was being compiled and I notice that "-xtarget=generic64" was not passed to f95 while cc used it. Could you tell me how to fix this problem? f95 -PIC -O -I/mounts/devel/SUNWspro/prod/include -c sgram.f -o sgram.o f95 -PIC -O -I/mounts/devel/SUNWspro/prod/include -c sinerp.f -o sinerp.o f95 -PIC -O -I/mounts/devel/SUNWspro/prod/include -c sslvrg.f -o sslvrg.o f95 -PIC -O -I/mounts/devel/SUNWspro/prod/include -c stxwx.f -o stxwx.o f95...
2004 Nov 20
2
zaphfc sound problems
...n. what i tried: - the hdparm thing - switching apci/acpi - changing resitors for termination of the internal bus (100/50 ohms) or remove termination completely one thing that makes me curious are interrupts: > Sat Nov 20 13:49:30 CET 2004 > CPU0 > 0: 4270237 XT-PIC timer > 1: 44 XT-PIC i8042 > 2: 0 XT-PIC cascade > 5: 32813694 XT-PIC zaphfc > 8: 2 XT-PIC rtc > 10: 16843 XT-PIC b1pci-b000 > 11: 16563 XT-PIC uhci_hcd, uhci_hcd, CMI8738,...
2011 Oct 24
1
[LLVMdev] build warnings
...no warnings on the 3 versions of GCC I test with. MSVC reports loads of warnings however. > $ make happiness ... Updated to revision 142790. ... make[4]: Entering directory `/home/ecsardu/LLVM/build-tcclab1/tools/clang/tools/libclang' llvm[4]: Compiling CIndex.cpp for Release+Asserts build (PIC) llvm[4]: Compiling CIndexCXX.cpp for Release+Asserts build (PIC) llvm[4]: Compiling CIndexCodeCompletion.cpp for Release+Asserts build (PIC) llvm[4]: Compiling CIndexDiagnostic.cpp for Release+Asserts build (PIC) llvm[4]: Compiling CIndexHigh.cpp for Release+Asserts build (PIC) llvm[4]: Compiling...
2004 Apr 12
1
Re: Booting error - Unable to specify channel 2:
...f you are not using USB at all, turn it off in BIOS if possible. Tell the BIOS "NOT INSTALLED" for any peripherals not installed. I was able to remove parallel and serial interfaces as well since nothing is connect to this box. Here's what I have now: 0: 27713309 XT-PIC timer 1: 167 XT-PIC keyboard 2: 0 XT-PIC cascade 3: 277073215 XT-PIC wctdm <------ TDM410 4: 1114724 XT-PIC eth0 7: 277082652 XT-PIC wcfxo <------ X100P 8: 1 XT-PIC rtc 9: 277077...
2003 Sep 03
8
Asterisk Jitters
Hi, Every time I dial into my asterisk box i hear nothing but asterisk jittering. The following is an example of what I get on the asterisk CLI Thanks *CLI> DEBUG[81926]: File chan_sip.c, Line 3826 (check_user): Setting NAT on RTP to 0 DEBUG[81926]: File chan_sip.c, Line 4807 (handle_request): Check for res DEBUG[81926]: File chan_sip.c, Line 952 (find_user): Call from user
2009 Jun 16
0
[LLVMdev] PIC documentation ?
Hello, Aaron > Can I ask what platform ABI's are documented other than Itanium ? I'd bet all platform ABI are more or less documented. > I need to get to understand PIC on x86, x86_64 and PowerPC for the COFF and MachO backends. ABI is normally induced by platform, not by architecture or object file format (however they can influence on it). 1. Windows is PIC by design. Google for PE file format and for 'relocs' section. This corresponds to LLVM's Dyn...
2014 Apr 29
2
[LLVMdev] MIPS n64 ABI and non-PIC
Has anyone experimented with generating non-PIC for MIPS64 and the n64 ABI? Currently MipsISelLowering.cpp uses conditions like: if ((getTargetMachine().getRelocationModel() == Reloc::PIC_) || IsN64) { } around any PIC code generation. Is generating non-PIC just untested, or is it known not to work? I can't find any discussion of it an...
2005 Mar 22
6
IRQ headaches
...boot up, I get usb-uhci and ehci_hcd using IRQ 10 as well as my Digium card. Does anybody know what these are and how I can get rid of them ? I am running on an HP Compaq D530s with Fedora Core 1, here is my [root@tracegb root]# cat /proc/interrupts CPU0 0: 15242 XT-PIC timer 1: 4 XT-PIC keyboard 2: 0 XT-PIC cascade 5: 3914 XT-PIC usb-uhci, usb-uhci, eth0 8: 1 XT-PIC rtc 10: 0 XT-PIC usb-uhci, ehci_hcd, t1xxp 12: 48 XT-PIC PS/2 Mouse 14:...
2009 Jun 16
3
[LLVMdev] PIC documentation ?
Anton, Sorry I have not replied earlier. Can I ask what platform ABI's are documented other than Itanium ? I need to get to understand PIC on x86, x86_64 and PowerPC for the COFF and MachO backends. Thanks, Aaron 2009/6/15 Anton Korobeynikov <anton at korobeynikov.info> > Hello, Aaron > > > Is there any overview or detailed socumentation on LLVM PIC ? > Did you mean Position Independent Code? If so - there i...
2006 Oct 12
9
[PATCH] an obvious fix to PIC IO intercept
an obvious fix to PIC IO intercept. In PIC IO, address from send_pio_req is physical address already. Signed-off-by: Xiaohui Xin <xiaohui.xin@intel.com> Signed-off-by: Xiaowei Yang <xiaowei.yang@intel.com> Signed-off-by: Xin Li <xin.b.li@intel.com> _______________________________________________ Xen...
2003 Sep 23
3
Port problem
...e of the FXS ports (number 5). If I configure zapata.conf to recognize it, the whole system voice quality suffers. I've tried already to switch PCI slots, with no results. Below is a snapshot of my /proc/interrupts, maybe this can shed some light on the problem. 0: 985385 XT-PIC timer 1: 3 XT-PIC keyboard 2: 0 XT-PIC cascade 3: 9832048 XT-PIC wcfxo 4: 318730 XT-PIC serial 5: 0 XT-PIC usb-uhci, usb-uhci, usb-uhci 7: 9832105 XT-PIC wcfxo 8: 1 XT-P...
2006 May 10
4
ethernet interface shares interrupts with tdm card
Hello. I have a MinITX motherboard with only one pci slot and one onboard ethernet interface, I have a TDM04B card plugged into that motherboard and the /proc/interrupts: CPU0 0: 169626332 XT-PIC timer 1: 1270 XT-PIC i8042 2: 0 XT-PIC cascade 8: 4 XT-PIC rtc 12: 170166219 XT-PIC eth0, wctdm 14: 398500 XT-PIC ide0 NMI: 0 ERR: 0 I've tried modifying parameter...
2007 Apr 30
3
ZAPTEL PROBLEM
...nal es 1 from-internal es 2 from-internal es 3 from-pstn es 4 from-pstn es I thought it could be an IRQ problem, but everything seems fine voip:~# cat /proc/interrupts CPU0 0: 118621819 XT-PIC timer 1: 811 XT-PIC i8042 2: 0 XT-PIC cascade 5: 0 XT-PIC uhci_hcd:usb3, via82cxxx 6: 5 XT-PIC floppy 7: 0 XT-PIC parport0 8: 1 XT-PIC rtc 9: 0 XT-PIC ac...
2006 Jun 27
4
File Column has me stumped
I have an existing entry in my DB under the "users" table that has a column name "pic". I have a file column field when a new user signs up, and it work great. I am now trying to give existing users the ability to add or change their "pic". But, no matter what I do the entry comes up blank. Here''s what I have so far: View: <%= start_form_tag ({:action...
2010 Jan 15
1
Chaining queries in ActiveRecord
Hi all, Stuck at this problem for several days. Tried to use named_scope, scope_out, and plugin such as searchlogic, but no result. The problem is as follows: I have a pic table and tag table, and a join table called pic_tag (with only pic_id and tag_id) so that I can associate N pics to M tags. This is the tutorial way to set up a many- to-many association. I''m trying to implement a simple search function, so that I can search for a picture with several giv...