search for: mbi

Displaying 20 results from an estimated 68 matches for "mbi".

Did you mean: abi
2008 Mar 20
1
Clarification of specification
Hi I'm trying to make sense of the macroblock coding modes in section 7.4 of the Theora spec. The text in the specification is: (d) For each consecutive macro block in coded order (cf. Section 2.4) indexed by mbi: i. If a block bi in the luma plane of macro block mbi exists such that BCODED[bi ] is 1: A. If MSCHEME is not 7, read one bit at a time until one of the Huffman codes in Table 7.19 is recognized, and assign MBMODES[mbi] the value MALPHABET[mi], where mi...
2006 Oct 06
13
Need some help with latest win32-mmap
Hi all, I''ve got the latest win32-mmap code checked into CVS. Unfortunately, it seems that I''m not able to open an existing mapping and retrieve set data. Below is a simple example that seems like it ought to work but doesn''t. Any ideas? # map1.rb require ''win32/mmap'' include Win32 mmap = MMap.new(:name => ''alpha'', :size
2009 Jun 04
1
error installing RCurl in SUSE SLES10-SP2
..._BLKSIZE enumeration value. No CURLOPT_SOCKS5_GSSAPI_SERVICE enumeration value. No CURLOPT_SOCKS5_GSSAPI_NEC enumeration value. Version has CURLOPT_PROTOCOLS Version has CURLOPT_REDIR_PROTOCOLS configure: creating ./config.status config.status: creating src/Makevars ** libs gcc -std=gnu99 -I/cursos/MBI/soft/R/R-2.9.0/lib64/R/include -DHAVE_LIBIDN_FIELD=1 -DHAVE_CURLOPT_URL=1 -DHAVE_CURLOPT_PROTOCOLS=1 -DHAVE_CURLOPT_REDIR_PROTOCOLS=1 -I/usr/local/include -fpic -g -O2 -c base64.c -o base64.o gcc -std=gnu99 -I/cursos/MBI/soft/R/R-2.9.0/lib64/R/include -DHAVE_LIBIDN_FIELD=1 -DHAVE_CURLOPT_URL=1...
2013 Nov 08
1
Wireless problems
...completed -> disconnected Nov 8 14:10:01 mlody kernel: cfg80211: World regulatory domain updated: Nov 8 14:10:01 mlody kernel: cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) Nov 8 14:10:01 mlody kernel: cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) Nov 8 14:10:01 mlody kernel: cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) Nov 8 14:10:01 mlody kernel: cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) Nov 8 14:10:01 mlody kernel: cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz),...
2014 Mar 13
0
Dell vostro 1550, BCM 4313 wireless, not connecting to net
....11 drivers lib80211_crypt: registered algorithm 'NULL' cfg80211: Calling CRDA to update world regulatory domain cfg80211: World regulatory domain updated: cfg80211:?? (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) cfg80211:?? (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) cfg80211:?? (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) cfg80211:?? (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) cfg80211:?? (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) cfg80211:?? (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 m...
2014 Aug 04
0
[RFC PATCH 00/11] Refactor MSI to support Non-PCI device
...service that will convert writes to a specified address to IRQs delivered to the core and as you mention above MSIs are part of the PCI spec. So I can see a strong case for non-PCI devices to want MSI like functionality without being fully compliant with the requirements of the MSI spec. In GICv3, MBI is named for the service, but there is no more detailed information about it, only we can know is MBI is analogous to MSI, MBI devices must have address/data registers, but other registers like enable/mask/ctrl are not mandatory requirement. I don't know whether the MBI spec will be release, bu...
2005 Aug 17
2
[PATCH] Increasing E820MAX
We found machines with >32 E820 memory map entries, where Xen fails to boot (but Linux does boot fine). The native Linux (both x86 and x86_86) already has: #define E820MAX 128 /* number of entries in E820MAP */ Signed-off-by: Jun Nakajima <jun.nakajima@intel.com> Jun --- Intel Open Source Technology Center -- diff -r 3bb1857981e6 -r 51e9c0c806b2 xen/include/asm-x86/e820.h ---
2011 Oct 17
0
suspend to ram does not work with Geforce 310M (NVA8)
...ory 405MHz voltage 800mV [ 40.569782] [TTM] Zone kernel: Available graphics memory: 1507232 kiB. [ 40.569939] [TTM] Initializing pool allocator. [ 40.570109] [drm] nouveau 0000:01:00.0: Detected 512MiB VRAM [ 40.570277] mtrr: type mismatch for c0000000,10000000 old: write-back new: write-combining [ 40.570517] [drm] nouveau 0000:01:00.0: 512 MiB GART (aperture) [ 40.685164] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). [ 40.685345] [drm] No driver support for vblank timestamp query. [ 40.845745] Synaptics Touchpad, model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa4...
2003 Oct 20
3
R - S compatibility table
Hello all - I've just recently been exploring R for the first time. After noticing a few things that have changed from S to R, I started looking for an R-S compatibility table but didn't find it. Is such a table out there ? Where ? Thanks much, Purvis Bedenbaugh purvis at mbi.ufl.edu Examples: 'stdev' is now 'sd' - is it exactly the same computation ? couldn't find a built-in for error.bar() syntax that is an error in R: param(thisframe,"b") <- value > version _ platform mips-sgi-irix6.5 arch mips...
2014 Aug 01
1
[RFC PATCH 00/11] Refactor MSI to support Non-PCI device
Hi Yijing > -----Original Message----- > From: Yijing Wang [mailto:wangyijing at huawei.com] > Sent: Saturday, July 26, 2014 8:39 AM > To: linux-kernel at vger.kernel.org > Cc: Xinwei Hu; Wuyun; Bjorn Helgaas; linux-pci at vger.kernel.org; > Paul.Mundt at huawei.com; James E.J. Bottomley; Marc Zyngier; linux-arm- > kernel at lists.infradead.org; Russell King; linux-arch at
2014 Aug 01
1
[RFC PATCH 00/11] Refactor MSI to support Non-PCI device
Hi Yijing > -----Original Message----- > From: Yijing Wang [mailto:wangyijing at huawei.com] > Sent: Saturday, July 26, 2014 8:39 AM > To: linux-kernel at vger.kernel.org > Cc: Xinwei Hu; Wuyun; Bjorn Helgaas; linux-pci at vger.kernel.org; > Paul.Mundt at huawei.com; James E.J. Bottomley; Marc Zyngier; linux-arm- > kernel at lists.infradead.org; Russell King; linux-arch at
2012 Jul 02
4
Xen EFI boot how to?
I have a IBM System x3600 series server with UEFI. I managed to compile the xen EFI (xen-4.2-unstable.efi). The machine is currently running Ubuntu with grub2. I can see a grubx64.efi in /boot/efi/EFI/ubuntu/grubx64.efi Where should I put the xen efi ? I tried creating a efi/EFI/xen/xen-4.2-unstable.efi and added it as a boot option using efibootmgr. All I get in that case is a blank screen. I
2003 Oct 20
0
Re: [R] R - S compatibility table (fwd)
...er Box 118525 (ph) 352-392-5697 Gainesville, FL 32611-8525 (fax) 352-392-3704 ---------- Forwarded message ---------- Date: Mon, 20 Oct 2003 16:13:18 +0200 From: Martin Maechler <maechler@stat.math.ethz.ch> To: Purvis Bedenbaugh <purvis@mbi.ufl.edu> Cc: r-help@stat.math.ethz.ch Subject: Re: [R] R - S compatibility table >>>>> "Purvis" == Purvis Bedenbaugh <purvis@mbi.ufl.edu> >>>>> on Mon, 20 Oct 2003 08:03:13 -0400 writes: Purvis> Hello all - I've just recently been ex...
2014 Jun 13
2
REGRESSION: Kernel PANIC 8777c5c11764d8336d8270f96778158c34c92108 - drm/nouveau/dp: probe dpcd to determine connectedness
...SI [ 5.616818] b43-phy0: Broadcom 4321 WLAN found (core revision 12) [ 5.643615] cfg80211: World regulatory domain updated: [ 5.643687] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 5.643763] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 5.643838] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 5.643910] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 5.643985] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 5.644087] cfg...
2014 Jun 15
0
REGRESSION: Kernel PANIC 8777c5c11764d8336d8270f96778158c34c92108 - drm/nouveau/dp: probe dpcd to determine connectedness
...8] b43-phy0: Broadcom 4321 WLAN found (core revision 12) > [ 5.643615] cfg80211: World regulatory domain updated: > [ 5.643687] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) > [ 5.643763] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) > [ 5.643838] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) > [ 5.643910] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) > [ 5.643985] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) &gt...
2013 May 21
26
New Xen boot infrastructure proposal
...to The Multiboot * Specification version 0.6.96. */ u32 upper; u32 map_size; struct e820entry *e820map; } xbia_mem_t; /* Xen Boot Info Arch (XBIA). */ typedef struct { EFI_SYSTEM_TABLE *efi_system_table; u64 mps; /* Pointer to MPS. */ u64 acpi; /* Pointer to ACPI RSDP. */ u64 smbios; /* Pointer to SMBIOS. */ xbia_mem_t mem; struct xen_vga_console_info vga_console_info; struct edd_info *edd_info; } xbia_t; /* Main Xen Boot Info (XBI) structure. */ typedef struct { char *boot_loader_name; char *cmdline; u32 mods_count; xbi_mod_t *mods; xbia_t arch; } xbi_t; A...
2014 Aug 20
2
[RFC PATCH 00/11] Refactor MSI to support Non-PCI device
...es > to a specified address to IRQs delivered to the core and as you mention above > MSIs are part of the PCI spec. So I can see a strong case for non-PCI devices to > want MSI like functionality without being fully compliant with the requirements > of the MSI spec. > > In GICv3, MBI is named for the service, but there is no more detailed > information about it, only we can know is MBI is analogous to MSI, MBI devices > must have address/data registers, but other registers like enable/mask/ctrl are > not mandatory requirement. > I don't know whether the MBI spec...
2014 Aug 20
2
[RFC PATCH 00/11] Refactor MSI to support Non-PCI device
...es > to a specified address to IRQs delivered to the core and as you mention above > MSIs are part of the PCI spec. So I can see a strong case for non-PCI devices to > want MSI like functionality without being fully compliant with the requirements > of the MSI spec. > > In GICv3, MBI is named for the service, but there is no more detailed > information about it, only we can know is MBI is analogous to MSI, MBI devices > must have address/data registers, but other registers like enable/mask/ctrl are > not mandatory requirement. > I don't know whether the MBI spec...
2012 Aug 23
2
Kernel panic - not syncing: Attempted to kill init
...I [ 0.202969] PCI: System does not support PCI [ 0.202969] cfg80211: Using static regulatory domain info [ 0.202969] cfg80211: Regulatory domain: US [ 0.202969] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 0.202969] (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm) [ 0.202969] (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) [ 0.202969] (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) [ 0.202969] (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) [ 0.202969] (5230000 KHz - 5330000 KHz @ 40000 KHz), (600...
2006 May 11
1
mboot hangs at MPI
...mem=258048 --- vmlinuz-2.6.16-xen0 ro console=ttyS0 root=/dev/sda1 --- initrd.img Where initrd.img is my own custom initrd that I've built to do some pre-setup before booting to the real root on sda1. The problem is that everytime I try and boot I get to this line and it just hangs: Booting: MBI=0x00010120, entry=0x00100000 I found references to this problem in the archives (http://syslinux.zytor.com/archives/2006-March/006654.html ) and made sure that the memset of the regs_in was happening, and that is being done in 3.20-pre8 (hence the reason I'm even using it). I found some refer...