search for: 0x7000

Displaying 20 results from an estimated 59 matches for "0x7000".

Did you mean: 0x1000
2007 Dec 31
2
ISO burning challenge -- pilgrims progress
...when the unit supports speed=8) along with the -force to get it to burn a iso image (btw, timeout=100 does nothing. The failure is in a few seconds, adding to the timeout changes nothing). There are a number of timing errors on the Centos 5 system. Even the Centos 4 system had a SCSI error (0x7000). I did find ONE mention of "cdrecord: Cannot get disk type": http://crashrecovery.org/oss-dvd/Changelog.html but that is dated 2/2/06. One would think it is fixed in Centos 5..... I have NOT gotten the HP CDRW working yet, that is the one I want to leave on the server, as the Stori...
2013 Nov 13
1
ldb-tools problem
...32) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=34240, ...}) = 0 mmap(0x3e7aa00000, 2127312, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x3e7aa00000 mprotect(0x3e7aa07000, 2097152, PROT_NONE) = 0 mmap(0x3e7ac07000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x3e7ac07000 close(3) = 0 open("/usr/lib64/libtalloc.so.2", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 !\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=38152, ...}) = 0 mmap(NULL, 2133696, PROT...
2007 Feb 14
4
[PATCH 3/12] Provide basic Xen PM infrastructure
...up_routine(acpi_wakeup_address); @@ -59,11 +75,20 @@ void __init acpi_reserve_bootmem(void) return; } +#ifndef __XEN__ acpi_wakeup_address = (unsigned long)alloc_bootmem_low(PAGE_SIZE); +#else + /* 0~640K is not used by anyone, except 0x9000 is used by smp + * trampoline code, so choose 0x7000 for XEN acpi wake up code + */ + + acpi_wakeup_address = (unsigned long)__va(0x7000); +#endif if (!acpi_wakeup_address) printk(KERN_ERR "ACPI: Cannot allocate lowmem, S3 disabled.\n"); } +#ifndef __XEN__ static int __init acpi_sleep_setup(char *str) { while ((str != NULL) &am...
2006 Oct 05
1
RE: Installing Redhat 7,3 with hvm
...N) (GUEST: 11) KBD: unsupported int 16h function 03 | (XEN) (GUEST: 11) int13_harddisk: function 15, unmapped | device for ELDL=81 | (XEN) Failed vm entry (reason 0x80000021) | (XEN) *********** VMCS Area ************** | (XEN) 16-bit Guest-State Fields | (XEN) 0x00000800: 0x7000 0x0010 0x7000 0x0000 | (XEN) 0x00000808: 0x0000 0x0000 0x0000 0x0008 | (XEN) 16-bit Host-State Fields | (XEN) 0x00000c00: 0x0000 0xe010 0x0000 0x0000 | (XEN) 0x00000c08: 0x0000 0x0000 0xe040 | (XEN) 64-bit Control Fields | (XEN) 0x00002000:...
2009 May 29
2
ASTRO (logy) under wine - understanding the debug output?
...x60326c1c in kernel32 (+0x16c1c) (0x7e37dee8) 2 0x6039c452 in kernel32 (+0x8c452) (0x7e37e1f8) 3 0x1557:0x03a7 (0x11f7:0x6ea6) 4 0x1557:0x330a (0x11f7:0x6f44) 5 0x1557:0xac58 (0x11f7:0x6fac) 6 0x1557:0xe202 (0x11f7:0x6fc8) 7 0x1557:0x054e (0x11f7:0x6fe4) 8 0x1557:0x0000 (0x11f7:0x7000) 9 0x1557:0xffff (0x11f7:0x7014) 10 0x1557:0x82f1 (0x11f7:0x701e) 11 0x1447:0x0030 (0x11f7:0x704c) 12 0x1447:0x0311 (0x11f7:0x70a0) 13 0x13d7:0x0e51 (0x11f7:0x70cc) 14 0x13d7:0x0edb (0x11f7:0x70e4) 15 0x1487:0x17a0 (0x11f7:0x70f2) 16 0x1487:0x0d42 (0x11f7:0x713e) 17 0x13c...
2009 Dec 11
2
[PATCH 1/2] exa: Pre-G80 tiling support.
...map(ScreenPtr pScreen, int width, int height, int depth, else if (height > 4) tile_mode = 1; else tile_mode = 0; - if (usage_hint == NOUVEAU_CREATE_PIXMAP_ZETA) + if (usage_hint & NOUVEAU_CREATE_PIXMAP_ZETA) tile_flags = 0x2800; else tile_flags = 0x7000; height = NOUVEAU_ALIGN(height, 1 << (tile_mode + 2)); - } + } else { + if (usage_hint & NOUVEAU_CREATE_PIXMAP_TILED) { + int pitch_align = + pNv->NVArch >= 0x40 ? 512 : 256; - *new_pitch = width * cpp; + *new_pitch = NOUVEAU_ALIGN(*new_pitch, + pitch...
2016 Mar 25
0
[PATCH 4/4] iccsense: configure sensors like nvidia does
...struct nvkm_iccsense_sensor *sensor) +{ + struct nvkm_subdev *subdev = &iccsense->subdev; + /* configuration: + * 0x0007: 0x0007 shunt and bus continous + * 0x0031: 0x0000 140 us conversion time shunt + * 0x01c0: 0x0000 140 us conversion time bus + * 0x0f00: 0x0f00 1024 samples + * 0x7000: 0x?000 channels + */ + u16 value = 0x0e07; + if (sensor->rail_mask & 0x1) + value |= 0x1 << 14; + if (sensor->rail_mask & 0x2) + value |= 0x1 << 13; + if (sensor->rail_mask & 0x4) + value |= 0x1 << 12; + nvkm_debug(subdev, "config for sensor i...
2011 Dec 07
0
[PATCH] dri2: fix allocation of Z16 depth attachments
...face(ScrnInfoPtr scrn, int width, int height, int bpp, tile_mode = 0; if (usage_hint & NOUVEAU_CREATE_PIXMAP_ZETA) - tile_flags = 0x22800; + tile_flags = (bpp == 16) ? 0x26c00 : 0x22800; else if (usage_hint & NOUVEAU_CREATE_PIXMAP_SCANOUT) tile_flags = (bpp == 16 ? 0x7000 : 0x7a00); else -- 1.7.3.4
2006 Oct 06
0
RE: Installing Redhat 7,3 with hvm
...| > | (XEN) (GUEST: 11) int13_harddisk: function 15, unmapped | > | device for ELDL=81 | > | (XEN) Failed vm entry (reason 0x80000021) | > | (XEN) *********** VMCS Area ************** | > | (XEN) 16-bit Guest-State Fields | > | (XEN) 0x00000800: 0x7000 0x0010 0x7000 0x0000 | > | (XEN) 0x00000808: 0x0000 0x0000 0x0000 0x0008 | > | (XEN) 16-bit Host-State Fields | > | (XEN) 0x00000c00: 0x0000 0xe010 0x0000 0x0000 | > | (XEN) 0x00000c08: 0x0000 0x0000 0xe040 | > | (XEN) 64-bit Co...
2006 Aug 06
1
How to use omega to search remote back end?
...read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\30\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0644, st_size=32292, ...}) = 0 old_mmap(NULL, 35304, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40261000 old_mmap(0x40269000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x7000) = 0x40269000 close(3) = 0 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) open("/lib/tls/libc.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`Z\1\000"..., 512) = 512 fstat6...
2017 Mar 29
18
[Bug 100446] New: Backlight control not working on Pascal / GP106 using nouveau drivers
https://bugs.freedesktop.org/show_bug.cgi?id=100446 Bug ID: 100446 Summary: Backlight control not working on Pascal / GP106 using nouveau drivers Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium
2018 Jun 27
0
dovecot-2.3.36 and flush
...., 832) = 832 fstat(3, {st_mode=S_IFREG|0644, st_size=35176, ...}) = 0 mmap(NULL, 2318848, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7efe7c790000 mprotect(0x7efe7c798000, 2093056, PROT_NONE) = 0 mmap(0x7efe7c997000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7efe7c997000 mmap(0x7efe7c999000, 184832, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7efe7c999000 close(3)??????????????????????????????? = 0 open("/usr/local/dovecot-2.2.36/lib/dovecot/libdovecot-storage.so.0", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF...
2003 Apr 14
1
em0: watchdog timeout -- resetting
...<Intel 82371AB/EB (PIIX4) USB controller> on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered Timecounter "PIIX" frequency 3579545 Hz chip1: <Intel 82371AB Power management controller> port 0x7000-0x700f at device 2.3 on pci0 fxp0: <Intel Pro 10/100B/100+ Ethernet> port 0xfce0-0xfcff mem 0xfed00000-0xfedfffff,0xfecfd000-0xfecfdfff irq 2 at device 3.0 on pci0 fxp0: Ethernet address 00:a0:c9:ac:c5:5c inphy0: <i82555 10/100 media interface> on miibus0 inphy0: 10baseT, 10baseT-FDX...
2019 May 05
3
Staged installation fail on some file systems
...OT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fde2ce98000 mmap(NULL, 2130560, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fde2c861000 mprotect(0x7fde2c868000, 2097152, PROT_NONE) = 0 mmap(0x7fde2ca68000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7fde2ca68000 close(3) = 0 open("/usr/lib64/openmpi/lib/libattr.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("/lib64/libattr.so.1", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0...
2016 Jul 27
0
[PATCH] nvkm/iccsense: Parse the resistors and config the right way
...struct nvkm_iccsense_sensor *sensor) -{ - struct nvkm_subdev *subdev = &iccsense->subdev; - /* configuration: - * 0x0007: 0x0007 shunt and bus continous - * 0x0031: 0x0000 140 us conversion time shunt - * 0x01c0: 0x0000 140 us conversion time bus - * 0x0f00: 0x0f00 1024 samples - * 0x7000: 0x?000 channels - */ - u16 value = 0x0e07; - if (sensor->rail_mask & 0x1) - value |= 0x1 << 14; - if (sensor->rail_mask & 0x2) - value |= 0x1 << 13; - if (sensor->rail_mask & 0x4) - value |= 0x1 << 12; - nvkm_debug(subdev, "config for sensor i...
2019 Feb 27
14
RFC: Linker feature for automatically partitioning a program into multiple binaries
...ions appear last and are not sorted by partition. In the end we are left with a collection of output sections that might look like this: Main partition: 0x0000 ELF header, phdrs 0x1000 .rodata 0x2000 .dynsym 0x3000 .text Loadable partition 1: 0x4000 ELF header, phdrs 0x5000 .rodata 0x6000 .dynsym 0x7000 .text Loadable partition 2: 0x8000 ELF header, phdrs 0x9000 .rodata 0xa000 .dynsym 0xb000 .text Non-SHF_ALLOC sections from all partitions: .comment .debug_info (etc.) Now linking proceeds mostly as usual, and we’re effectively left with a single .so that contains all of the partitions concatena...
2019 Mar 02
2
RFC: Linker feature for automatically partitioning a program into multiple binaries
...ons that might look like this: >> >> Main partition: >> 0x0000 ELF header, phdrs >> 0x1000 .rodata >> 0x2000 .dynsym >> 0x3000 .text >> >> Loadable partition 1: >> 0x4000 ELF header, phdrs >> 0x5000 .rodata >> 0x6000 .dynsym >> 0x7000 .text >> >> Loadable partition 2: >> 0x8000 ELF header, phdrs >> 0x9000 .rodata >> 0xa000 .dynsym >> 0xb000 .text >> >> Non-SHF_ALLOC sections from all partitions: >> .comment >> .debug_info >> (etc.) >> >> Now linking pr...
2019 May 07
2
Staged installation fail on some file systems
...0) = 0x7fde2ce98000 > > mmap(NULL, 2130560, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, > > 0) = 0x7fde2c861000 > > mprotect(0x7fde2c868000, 2097152, PROT_NONE) = 0 > > mmap(0x7fde2ca68000, 8192, PROT_READ|PROT_WRITE, > > MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7fde2ca68000 > > close(3) = 0 > > open("/usr/lib64/openmpi/lib/libattr.so.1", O_RDONLY|O_CLOEXEC) = -1 > > ENOENT (No such file or directory) > > open("/lib64/libattr.so.1", O_RDONLY|O_CLOEXEC) = 3 > > read(3, &qu...
2011 Sep 29
1
2.0.14 doveadm proxy list segfault
...832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=53448, ...}) = 0 mmap(0x3eaf600000, 2132936, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x3eaf600000 mprotect(0x3eaf607000, 2097152, PROT_NONE) = 0 mmap(0x3eaf807000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x3eaf807000 close(3) = 0 open("/usr/lib64/dovecot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib64/libc.so.6", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\332\241\255>\0\0\...
2016 Mar 25
7
[PATCH 0/4] Configure Power Sensors
The power sensors can be configured to sample the readout values over time. Nvidia does this too, so nouveau should probably do that too. Karol Herbst (4): iccsense: remove read function iccsense: convert to linked list iccsense: split sensor into own struct iccsense: configure sensors like nvidia does drm/nouveau/include/nvkm/subdev/iccsense.h | 6 +- drm/nouveau/nouveau_hwmon.c