search for: whdc

Displaying 20 results from an estimated 20 matches for "whdc".

Did you mean: hdc
2005 Jan 11
5
not sharing IRQ's
I'm not having any trouble with interrupts, but here's my /proc/interrupts on Fedora Core 2 on a hyper-threading CPU and using the SMP kernel (2.6.5-1.138). I don't think I need to worry about uhci_hcd, nothing is plugged into USB, but libata is the disk driver. How do I get libata and wctdm to use different interrupts? $ cat /proc/interrupts CPU0 CPU1 0:
2007 Oct 13
7
writing PV block drivers for Windows
I''m now at the stage where I can think about writing some PV block drivers for Windows. I have working event channel and xen store subsystems (but they''ll probably need some more refinement once things progress), and the Windows XenPCI driver enumerates devices as they are added to xenstore. This leaves me with a few questions... 1. I assume that the qemu virtual BIOS uses the
2007 Feb 12
7
MSW segfaults II
Hi Think I tracked down why Windows suddenly went horrible crashy - the newest SWIG release generates slightly different code for object tracking, so our fixmodule.rb wasn''t picking up the broken line, so we got a nasty regression. Anyway, the patch (SVN:862) gives me a major improvement in stability Windows. Please could you let me know how SVN HEAD is working for you; if no major
2009 Aug 26
2
oggenc patch for extensible WAV support
Hello, I created a patch for oggenc that gives it minimal support for WAV files with the WAVE_FORMAT_EXTENSIBLE format. What's the right way to submit this? http://www.microsoft.com/whdc/device/audio/multichaud.mspx Joe Holt
2007 Sep 28
0
DTM Cient on DomU Vista 64 and Vista 32 fails
...in 0 Linux Fedora 7 + Xen 3.1 + 2.6.18-xen x64 HVM - Vista 32 Ultimate + xenbus Vista 64 Ultimate + xenbus The DTM studio/controller was based on microsoft WLK 1.0c + update fileter patch (MS logo kit filter update every day) for more detail please refer to www.microsoft.com/whdc/whql/ I schedule a xen device test fro xenbus (unclassified) for the HVM Vista. The test items on Common Scenario Stress IO test and Enable / Disable IO test will not competed test the studio side will still waiting for the client side to finish the test script.. so these test are fails for the...
2008 Jul 21
3
Wine memory limitation for malloc?
Why win32 application under Wine can allocate only 2000 MB of memory, but same programm translated by gcc can get 3800 MB. (OS/Compilers - WinXP/Visual C 6.0 32 bit, and openSUSE 11 x64/gcc -m32) #include <stdlib.h> #include <stdio.h> #include <time.h> main(int argc, char **argv) {unsigned long n,m,i; int *p,*p1,*p2,*p3; clock_t time1,time2; i=4095; if (argc == 2) i = (size_t)
2011 Jun 22
1
missing dbghelp.dll 6.0.7.0 or higher (LotRO)
...r of dbghelp.dll you can put this dll anywhere in your path except your system32 directory. If you do not have this dll then you can get it by installing the Debugging Tools for Windows Package from \\socrates\public\Debugging Tools For Windows\ or the latest version from http://microsoft.com/whdc/devtools/debugging/default.mspx." The error says where to put the file if you are in windows, is that any different in Wine? More info on what is happening when I get the error in case it's needed: This error started happening out of the blue, I had loaded the game earlier in the day...
2008 May 31
2
Channels ordering bug
...front right 3: rear left 4: rear right 5: LFE (source: http://www.xiph.org/vorbis/doc/Vorbis_I_spec.html#id342556 ) At the same time, the order of channels in WAV files seems to be: 0: front left 1: front right 2: front center 3: LFE 4: rear left 5: rear right (source: http://www.microsoft.com/whdc/device/audio/multichaud.mspx#E4C ) Now, in oggenc/audio.c, I see that the permutation array is used that way in wav_ieee_read: buffer[j][i] = buf[i*f->channels + f->channel_permute[j]]; To accommodate the specified orders, the permutation array should therefore be: 0, 2, 1, 4...
2009 Aug 06
0
How to use windbg to debug XEN windows XP domainU under Suse 10sp2?
...f... basically we just need a connection to port 4440 to connect to the console on your DomU) 4. Restart inetd. Set up the machine you will be debugging on - another Windows machine that can connect to your Dom0 from. 1. Download the windows debugger from <http://www.microsoft.com/whdc/devtools/debugging/installx86.Mspx> Microsoft and install. 2. Download the ''HW Virtual Serial Port'' application from <http://www.hw-group.com/products/hw_vsp/index_en.html> HW Group and install. Version 3 appears to be out, but i''ve only ever used 2.5.8....
2009 Jun 28
0
[LLVMdev] The document fault in llvm doc. And a comiling error
...neous resources http://www.agner.org/optimize/#manuals I think need to add The DWARF Debugging Standard http://www.dwarfstd.org/ Portable Executable http://en.wikipedia.org/wiki/Portable_Executable Microsoft Portable Executable and Common Object File Format Specification http://www.microsoft.com/whdc/system/platform/firmware/PECOFFdwn.mspx An In-Depth Look into the Win32 Portable Executable File Format http://msdn.microsoft.com/en-us/magazine/cc301805.aspx Object file converter http://www.agner.org/optimize/#objconv Damn good staff On windows 7 platfrom once I compiling with gcc or msvc, th...
2011 Apr 06
1
configurar limite de memoria RAM para obtener maximo rendimiento con windows 7
Hola a todos, Tengo un equipo con windows 7 Home Premium 64 bits (8mb de RAM) y me gustaría saber como podría obtener el máximo rendimiento en R. He visto que hay dos o tres comandos: memory.size(max=TRUE) memory.limit = ... El caso es que si uso memory.size(max=TRUE) el maximo que me imprime por pantalla es bastante mayor en un equipo que tengo con windows xp a 32 bits que en el nuevo equipo
2009 Aug 18
1
Application trying to use IPv6
...;iId=6586) - this entry is not current) to work under Wine. The game itself runs decent but will not connect to a lobby server. Also, when I attempt to run a local lobby (http://freeallegiance.sourceforge.net/pub/AllLobby_R5rev483.exe) using the cdb command line utility (http://www.microsoft.com/whdc/devtools/debugging/default.mspx) I get the follow log: Code: wine ./debugger/cdb.exe -loga lobbycrashes.log -g ./AllLobby_R5rev483.exe fixme:heap:HeapSetInformation (nil) 1 (nil) 0 fixme:process:SetProcessShutdownParameters (00000000, 00000000): partial stub. Microsoft (R) Windows Debugger Vers...
2005 Nov 08
3
OggYUV
> > FourCC is a codec identifier, nothing more. It's four letters which can > be > referenced against a table to see what codec it is, it's a standard used > by RIFF > (aka, wav and avi) and older Macintosh formats, and in my opinion, its > obsolete. > While it's true there are a bunch of FOURCC's that represent non-raw formats like DIVX etc, the ones
2005 Nov 08
2
OggYUV
This also includes, other non raw formats... http://www.fourcc.org/codecs.php "fourcc" 's of rgb types http://www.fourcc.org/rgb.php raw yuv formats only http://www.fourcc.org/yuv.php Registered fourcc codecs http://www.microsoft.com/whdc/archive/fourcc.mspx Enumeration of actual types that are used in directshow (bottom of page) http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcedshow/html/_wcesdk_directshow_media_types.asp Descriptions of the common yuv types used in windows http://msdn.microsoft.com/library/def...
2011 Dec 12
0
[PATCH 1/4] ACPI: eliminate duplicate MADT parsing and unused SBF definitions
...2 global_irq; - u32 reserved; -} __attribute__ ((packed)); +#ifdef CONFIG_ACPI_BOOT enum acpi_interrupt_id { ACPI_INTERRUPT_PMI = 1, @@ -159,42 +49,6 @@ enum acpi_interrupt_id { ACPI_INTERRUPT_COUNT }; -#define ACPI_SPACE_MEM 0 - -/* - * Simple Boot Flags - * http://www.microsoft.com/whdc/hwdev/resources/specs/simp_bios.mspx - */ -struct acpi_table_sbf -{ - u8 sbf_signature[4]; - u32 sbf_len; - u8 sbf_revision; - u8 sbf_csum; - u8 sbf_oemid[6]; - u8 sbf_oemtable[8]; - u8 sbf_revdata[4]; - u8 sbf_creator[4]; - u8 sbf_crearev[4]; - u8 sbf_cmos; - u8 sbf_spare[3]; -} __attribute__ ((p...
2010 Feb 01
6
Civstat Uploader 1.5.1.0 : error ntdll
hello, I have install wine and i have installed CIV 4 BTS. the game civ 4 BTS has a good install and good working all game mode. The Pitboss worked correctly also. but when I launch civstat uploader : it bugged pitboss > Backtrace: > =>0 0x7bc4730f in ntdll (+0x3730f) (0x0032db60) > 1 0x7bc47586 in ntdll (+0x37586) (0x0032db80) > 2 0x7bc48996 RtlAllocateHeap+0xc6() in ntdll
2008 Jan 30
2
mouse problems [A4 Tech OP-3D]
After some poking into psm.c code I've got some results. First, for the archives, debug.psm.loglevel tunable is much more useful than a verbose boot for debugging PS/2 mouse issues. A good value is 2. Second, I fiddled with various probe methods to force them to "recognize" my mouse (by loosening their checks) and found out that the mouse works perfectly if it is treated as
2004 Dec 08
7
more then two wildcards in one machine
Has anyone had successfully installed more then two digium wildcards in the same machine? I'm going for four. thanks Shoval Tomer, IT Manager, SofTov Advanced Systems, Ltd. Office: +972-3-9230686 ext. 179 Fax: +972-3-9216642 Mobile: +972-54-8000200
2006 Jan 05
4
Q: R 2.2.1: Memory Management Issues?
...fferent memory manager which might be better at using large amounts of memory, but is substantially slower (making R several times slower on some tasks). In this version of R, the executables support up to 3Gb per process under suitably enabled versions of Windows (see <http://www.microsoft.com/whdc/system/platform/server/PAE/PAEmem.mspx>). ------------------------------------------------------------------------------------ Thank you in advance for any help you might be able to provide, Karen --- Karen M. Green, Ph.D. Karen.Green@sanofi-aventis.com Research Investigator Drug Design Grou...
2005 Jun 21
9
[OT] Memory Models and Multi/Virtual-Cores -- WAS: 4.0 -> 4.1 update failing
From: Maciej ?enczykowski <maze at cela.pl> > That's a good point - does anyone know what the new Intel > Virtualization thingamajig in the new dual core pentium D's is about? It's all speculation at this point. But there are _several_ factors. But I'm sure the first time Intel saw AMD's x86-64/PAE52 presentation, the same thing popped into my mind that popped