search for: cbb

Displaying 16 results from an estimated 16 matches for "cbb".

Did you mean: cb
2013 Jul 29
2
[PATCH 1/2] nv30: hook up PMPEG support via nouveau_video, enables XvMC to work
...-101,7 +101,32 @@ nouveau_vpe_fini(struct nouveau_decoder *dec) { } static INLINE void -nouveau_vpe_mb_dct_blocks(struct nouveau_decoder *dec, const struct pipe_mpeg12_macroblock *mb) +nouveau_vpe_mb_dct_blocks_31(struct nouveau_decoder *dec, const struct pipe_mpeg12_macroblock *mb) +{ + int cbb; + unsigned cbp = mb->coded_block_pattern; + short *db = mb->blocks; + for (cbb = 0x20; cbb > 0; cbb >>= 1) { + if (cbb & cbp) { + int i, found = 0; + for (i = 0; i < 64; ++i) { + if (!db[i]) continue; + dec->data[dec->dat...
2004 Nov 29
6
Citation
...e used it during my Master thesis but I don’t know how to citate during the text and on the references. I’ve looked for it on the web page but only found how to citate the FAQ. Thank you in advance. Tatiana Fernandes Universidade Estadual do Norte Fluminense Laboratório de Ciências Ambientais - CBB Av. Alberto Lamego, 2.000 - Campos dos Goytacazes - RJ 28013-600 - BRASIL Tel: +55 (22) 2726-1469 Fax: +55 (22) 2726-1472 e-mail: <mailto:tati.fernandes@infolink.com.br> tati.fernandes@infolink.com.br [[alternative HTML version deleted]]
2013 Aug 10
3
[PATCH 1/4] nouveau: fix number of surfaces in video buffer, use defines
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- The pipe_surface miscount caused issues for my (failed) attempt at getting vdpau to work with pmpeg. src/gallium/drivers/nouveau/nouveau_video.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gallium/drivers/nouveau/nouveau_video.h b/src/gallium/drivers/nouveau/nouveau_video.h index 1d6ced0..be53758
2008 Jul 13
3
Hard(?) lock when reassociating ath with wpa_supplicant on RELENG_7
Hi Sam, do you know if there is anything done about cbb(4)? I have many wireless adapters with ath(4), but only the one based on PCMCIA is making problems on FreeBSD. I cannot boot my notebook with the device inserted into the port, or it will render the system unusable (100% load on cbb(4)). And all I can see is the following: Jul 12 14:58:39 link ke...
2012 Dec 26
2
Can't build kernel with ndis
I am trying to build FreeBSD update, STABLE branch, and buildkernel apparently snagged on ndis, which I don't want to do without. According to "man ndis", I need in kernel config options NDISAPI device ndis device wlan which I have: device wlan # 802.11 support options NDISAPI # This is in the hope of enabling Hiro USB wireless adapter device
2011 Apr 29
1
flac and windows 7 64 bit
Has anyone had any luck getting flac frontend to work with windows 7 64 bit? No matter what I try I cannot get flac to work even running it with administrator privileges. I never had a problem using fiac on my old windows XP 32 bit system. Thanks, gene -------------- next part -------------- An HTML attachment was scrubbed... URL:
2001 Apr 02
3
Problem with OpenGL
I'm using wine 20010326 to play Half Life. Works fine in software graphics mode, but not quite fast enough to be playable. In OpenGL mode, it runs at about 5 fps, and I get no textures. I have a Voodoo 3 3000 AGP. OpenGL works fine in native Linux (I get about 120 fps in the 'gears' program). Does anyone have any suggestions as to what I can do to get to the bottom of this? -- Steve
2005 Sep 19
0
smbd panic
...a] Sep 16 08:52:05 speyer smbd[19437]: #10 /lib/tls/libc.so.6(__libc_start_main+0xe0) [0x402ab260] Sep 16 08:52:05 speyer smbd[19437]: #11 /usr/sbin/smbd [0x80796d1] Sep 16 08:52:05 speyer smbd[19437]: The smb.conf # Martin Philipp # Global parameters [global] workgroup = CBB netbios name = orleons server string = Samba orleons interfaces = 172.21.211.119/255.255.255.0 bind interfaces only = yes guest account = mfax #log level = 255 log level = 1 log file = /var/log/samba/log_cbb.%m max log size = 50 max open files = 400 wins server = 172.16.44.18...
2003 May 22
2
libpri and zap lib
Hello all, I have some questions about the libpri and zap lib. I've sent mail to Mark for help. Also I wonder whether anyone else would be interested and helpful in them. I'm going to migrate a program to Wildcard E400P card. Our original program is based on C API similar to the functions provided in libpri.h and zap.h, so I want to use the E400P card in the following way: 1. install and
2008 Jun 03
0
ALTQ and cpufreq(4)
...lock cursor #device agp # support several AGP chipsets # Power management support (see NOTES for more options) #device apm # Add suspend/resume support for the i8254. device pmtimer # PCCARD (PCMCIA) support # PCMCIA and cardbus bridge support device cbb # cardbus (yenta) bridge device pccard # PC Card (16-bit) bus device cardbus # CardBus (32-bit) bus # Serial (COM) ports device sio # 8250, 16[45]50 based serial ports # If you've got a "dumb" serial or parallel PCI...
2006 Apr 12
1
powerd not behaving with an Asus A8V-MX and Athlon 64 X2 3800+
...: 2 hw.firewire.fwe.rx_queue_len: 128 hw.firewire.sbp.auto_login: 1 hw.firewire.sbp.max_speed: -1 hw.firewire.sbp.exclusive_login: 1 hw.firewire.sbp.login_delay: 1000 hw.firewire.sbp.scan_delay: 500 hw.firewire.sbp.use_doorbell: 0 hw.firewire.sbp.tags: 0 hw.pccard.debug: 0 hw.pccard.cis_debug: 0 hw.cbb.start_memory: 2281701376 hw.cbb.start_16_io: 256 hw.cbb.start_32_io: 4096 hw.cbb.debug: 0 hw.pcic.intr_mask: 57016 hw.pci.enable_io_modes: 1 hw.pci.do_power_nodriver: 0 hw.pci.do_power_resume: 1 hw.pci.host_mem_start: 2147483648 hw.pci.irq_override_mask: 57080 hw.wi.txerate: 0 hw.wi.debug: 0 hw.xe....
2002 Jul 10
0
*****SPAM***** ATTENTION! Well-Paid Job in the Internet!
...NRsWAy2Pa6uikBr4pkCEnYwuVYuSW28035LRdUhDbTzx o/YEW/zKfIDRW114wO8j2q8dSomPZPYsby7cyfBDWvy64cLSyo/wzbZnfhmJWLndpX9ikekO MAhYoWYjnhoUORTu4vcTygmAXvNGXjnz2yHJ4I6FpxYW+5KQKGl7Jnt8IpWImBUI2fELJ91T Cjp/SMt9DHNp7SY/Yblivse7+fWxghD+YNJJ1tg1PeeOoVP09aJAVv398IAYExCqRGyFQ1T2 t0NvoNVG4YiV7RLbI8hnMdituBwmPv412EE/Cbb/c3Y5u5bNcOOgke7Z/DetSIs7C8oN0DM3 bZPCIHEmEw0Ifzl1YoCp4a7B5CCDfvL0uKa+m+jakGfWJl0TpAGEwHCbU81+VRrzJPEk+GfO FEezjJSmpyabyGATpB6ryr5rPGUpCnOpU5KnIR7xZFHHkIhw+seZci1vmRz0bjEB1gRcNNYv BSRtMhrEWyxFD9WwYD8D7yVWp+uTR+LS1VYLHvaqU09ICdp0qwXs9DXuNjv23IkzF2fnvLNT 5y9dPX8pP/Px7CcZ7+1cbiZ/OT+XZ5H9q5MZb2Ts1ZEx72x...
2008 Aug 08
1
Freebsd 7.0-RELEASE-p3 panics
...ice splash # Splash screen and screen saver support # syscons is the default console driver, resembling an SCO console device sc device agp # support several AGP chipsets # PCCARD (PCMCIA) support # PCMCIA and cardbus bridge support device cbb # cardbus (yenta) bridge device pccard # PC Card (16-bit) bus device cardbus # CardBus (32-bit) bus # Serial (COM) ports device sio # 8250, 16[45]50 based serial ports device uart # Generic UART driver # Paral...
2008 Sep 30
1
wpi driver freeze on boot
...01179 31b7bfb9' class = display subclass = VGA none1@pci0:6:0:0: class=0x028000 card=0x135b103c chip=0x42228086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '10418086 Intel 3945ABG Wireless LAN controller' class = network cbb0@pci0:8:6:0: class=0x060700 card=0x30a5103c chip=0x8039104c rev=0x00 hdr=0x02 vendor = 'Texas Instruments (TI)' device = 'PCIxx12 Cardbus Controller' class = bridge subclass = PCI-CardBus fwohci0@pci0:8:6:1: class=0x0c0010 card=0x30a5103c c...
2010 Aug 06
4
nv vpe video decoder
Hello, I have my work on the nv vpe video decoder in a functional state. In case you didn't know this decoder accelerates mpeg2 video at the idct/mc level. I have verified that it works on nv40 hardware. I believe it works on nv30 hardware (and maybe some earlier hardware), but I cannot verify since I have none. I will reply with patches against the kernel, drm, ddx and mesa for
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking