search for: restock

Displaying 10 results from an estimated 10 matches for "restock".

2005 Apr 20
3
TE110P
Ok I F@%& up. I didn't realize the card is 3.3 volts and my new computer is 5V. Can anyone point me to a PCI to PCI bridge. Any suggestions? Mike
2005 May 17
18
VoipSupply.com
I am going to buy some IP phones from them but I sent them an email couple of weeks ago and got no reply. Has anyone ordered anything from them? Any other places that I can buy from? Sorry if it's a wrong post. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050517/ba256d25/attachment.htm
2005 Sep 29
3
Please recommend a DVD writer for CentOS 4.1
Hi. I need to install DVD writers in a CentOS box as part of a backup setup. I want as little fuss as possible both with HW recognition and functionality. Can any of you recommend a vendor/product ? Performance of the drive is not an issue. I get confused looking at all the "+/-RW +R double layer yada yada" when skimming the hardware lists.. Any help is much appreciated. Thanks
2006 May 03
5
Finding the rhyme for has_many :through
Hi all, I am NOT a person with English as my mother language and I haven''t been programming long enough to be natural in these kind of things. And if that isn''t bad enough, I am a newbie on Rails too... So please enligthen. I am trying to build a simple tool for my shop. I have many products that I sell in my shop and of course I have many suppliers for the products. Thus
2007 Apr 18
0
[RFC/PATCH LGUEST X86_64 09/13] lguest64 devices
...h_entry_safe(i, n, &dma_hash[hash(&key)], list) { + if (i->guest_id == linfo->guest_id) + continue; + if (!key_eq(&key, &i->key)) + continue; + + empty += dma_transfer(linfo, udma, i); + break; + } + if (empty == 1) { + /* Give any recipients one chance to restock. */ + up_read(&current->mm->mmap_sem); + mutex_unlock(&lguest_lock); + yield(); + empty++; + goto again; + } + pending = 0; + } else { + /* Private mapping: tell our userspace. */ + linfo->dma_is_pending = 1; + linfo->pending_dma = udma; + linfo->pending_addr...
2007 Apr 18
0
[RFC/PATCH LGUEST X86_64 09/13] lguest64 devices
...h_entry_safe(i, n, &dma_hash[hash(&key)], list) { + if (i->guest_id == linfo->guest_id) + continue; + if (!key_eq(&key, &i->key)) + continue; + + empty += dma_transfer(linfo, udma, i); + break; + } + if (empty == 1) { + /* Give any recipients one chance to restock. */ + up_read(&current->mm->mmap_sem); + mutex_unlock(&lguest_lock); + yield(); + empty++; + goto again; + } + pending = 0; + } else { + /* Private mapping: tell our userspace. */ + linfo->dma_is_pending = 1; + linfo->pending_dma = udma; + linfo->pending_addr...
2007 May 09
1
[patch 3/9] lguest: the host code
...+ list_for_each_entry(i, &dma_hash[hash(&key)], list) { + if (i->guestid == lg->guestid) + continue; + if (!key_eq(&key, &i->key)) + continue; + + empty += dma_transfer(lg, udma, i); + break; + } + if (empty == 1) { + /* Give any recipients one chance to restock. */ + up_read(&current->mm->mmap_sem); + mutex_unlock(&lguest_lock); + set_wakeup_process(lg, NULL); + empty++; + goto again; + } + } else { + /* Private mapping: tell our userspace. */ + lg->dma_is_pending = 1; + lg->pending_dma = udma; + lg->pending_key = uke...
2007 May 09
1
[patch 3/9] lguest: the host code
...+ list_for_each_entry(i, &dma_hash[hash(&key)], list) { + if (i->guestid == lg->guestid) + continue; + if (!key_eq(&key, &i->key)) + continue; + + empty += dma_transfer(lg, udma, i); + break; + } + if (empty == 1) { + /* Give any recipients one chance to restock. */ + up_read(&current->mm->mmap_sem); + mutex_unlock(&lguest_lock); + set_wakeup_process(lg, NULL); + empty++; + goto again; + } + } else { + /* Private mapping: tell our userspace. */ + lg->dma_is_pending = 1; + lg->pending_dma = udma; + lg->pending_key = uke...
2007 Sep 25
50
[patch 00/43] lguest: Patches for 2.6.24 (and patchbomb test)
Hi all, These are the patches I'm planning to submit for 2.6.24. Comments gratefully accepted. Along with the usual cleanups and improvements are Jes' de-i386-ification patches, and a new "virtio" mechanism designed to be shared with KVM (and hopefully other hypervisors). Cheers, Rusty. Documentation/lguest/Makefile | 30 Documentation/lguest/lguest.c
2007 Sep 25
50
[patch 00/43] lguest: Patches for 2.6.24 (and patchbomb test)
Hi all, These are the patches I'm planning to submit for 2.6.24. Comments gratefully accepted. Along with the usual cleanups and improvements are Jes' de-i386-ification patches, and a new "virtio" mechanism designed to be shared with KVM (and hopefully other hypervisors). Cheers, Rusty. Documentation/lguest/Makefile | 30 Documentation/lguest/lguest.c