search for: isx

Displaying 4 results from an estimated 4 matches for "isx".

Did you mean: is
2009 Oct 07
2
Unitek Alpha 500 isx UPS confirmed working with nut 2.2.1-2.1ubuntu7.2
Hi, Just a quick message to say thanks for this great piece of software. Is it possible to add the Unitek Alpha 500 isx to the list of working UPS? I have tried it this afternoon on one of our machines and it is detected allright using the megatec_usb driver. It worked on Ubuntu Server "Hardy Heron" 8.04.1 using nut v. 2.2.1-2.1ubuntu7.2 Cheers, Mathieu
2008 Apr 27
2
[LLVMdev] Questions for new Backend
...trying to do a backend to a very simple microcontroller. I have some questions. 1) I have instruction which do "r1 <- r1 op r2", from what I have ssen I must declare them like: let isTwoAddress = 1 in def ADD : FopRR< 0b01010, (outs CPURegs:$sX), (ins CPURegs:$isX, CPURegs:$sY), "ADD $sX, $sY"), [(set CPURegs:$sX, (add CPURegs:$isX, CPURegs:$sY))]>; Where CPURegs is my class of register. I suppose that the pass TwoAddressInstructionPass will make the $sX and $isX register the same (it unify the out reg and...
2008 Apr 27
0
[LLVMdev] Questions for new Backend
...ller. I have > some > questions. Ok. > 1) I have instruction which do "r1 <- r1 op r2", from what I have > ssen I > must declare them like: > > let isTwoAddress = 1 in > def ADD : FopRR< 0b01010, > (outs CPURegs:$sX), (ins CPURegs:$isX, CPURegs:$sY), > "ADD $sX, $sY"), > [(set CPURegs:$sX, (add CPURegs:$isX, CPURegs: > $sY))]>; > > Where CPURegs is my class of register. I suppose that the pass > TwoAddressInstructionPass will make the $sX and $isX register the...
2003 Sep 22
2
how to dial a h323 destination ?
Hi all, i have big problems to make a h323 call over the gatekeeper from my provider. The provider demanded following account data: H323 ID: XXX-XXX-XX-X DetinationNumer: XXXXXXXXXXX I have configured the oh323.conf following: gatekeeper=XX.XX.XXX.XXX alias=XXX-XXX-XX-X Isx the alias equal to the h323id ? And how i have to make a call with the dial app ? I have following config: exten => _01099X.,1,Dial,OH323/${EXTEN:7} exten => _01099X.,2,Hangup I thought it would be enough when i give the destination number if i registered at the gk, isn't it ? Or is...