Displaying 20 results from an estimated 36 matches for "0c00".
Did you mean:
0800
2006 Apr 04
2
Fax over 2 bridged TE110P channels
...ble memory behind bridge: d9c00000-ddcfffff
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS961 [MuTIOL Media
IO]
Flags: bus master, medium devsel, latency 0
00:02.1 SMBus: Silicon Integrated Systems [SiS] SiS961/2 SMBus Controller
Flags: medium devsel
I/O ports at 0c00 [size=32]
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev d0)
(prog-if 80 [Master])
Subsystem: Silicon Integrated Systems [SiS] SiS5513 EIDE Controller
(A,B step)
Flags: bus master, fast devsel, latency 128
I/O ports at ff00 [size=16]
00:03.0 Ethern...
2010 Jan 02
0
Tyan s4985 motherboard and lm_sensors
...alled centos 5.4. Tyan release some lm_sensors conf files and other
information which I have done, but I am not getting any cpu temps. I was
wondering if anyone out there was running this board and if you have gotten
temps working for your cpu, here is my output...Thanks in advance.
w83627hf-isa-0c00
Adapter: ISA adapter
VCore 1: +1.52 V (min = +0.00 V, max = +4.08 V)
VCore 2: +1.55 V (min = +0.00 V, max = +4.08 V)
+3.3V: +3.49 V (min = +2.82 V, max = +3.79 V)
+5V: +5.24 V (min = +6.40 V, max = +5.54 V) ALARM
+12V: +5.78 V (min = +12.28 V, max = +12.28 V)...
2010 Dec 12
2
Wine is using onboard graphic card instead of the "real" one
...00:14.5 0c03: 1002:4399
00:18.0 0600: 1022:1200
00:18.1 0600: 1022:1201
00:18.2 0600: 1022:1202
00:18.3 0600: 1022:1203
00:18.4 0600: 1022:1204
01:00.0 0300: 1002:68d8
01:00.1 0403: 1002:aa60
02:00.0 0200: 1969:1026 (rev b0)
03:01.0 0401: 1102:0004 (rev 04)
03:01.1 0980: 1102:7003 (rev 04)
03:01.2 0c00: 1102:4001 (rev 04)
so i used 0x68d8 as my DeviceID and 0x1002 as my VendorID (as i presume that this is in fact my HD5670). But it still tells me that the rendering device is HD 3200. I have the newest drivers (10.11) for my 5670 and my OS is ubuntu 10.10.
any help would be greatly appreciat...
2003 Aug 21
1
FreeBSD STABLE support for new motherboards
...1458 24D2 0C05 SMBus Cntrlr 10
0 31 5 8086 24D5 1458 A002 0401 Multimedia Device 10
1 0 0 1002 4E45 1002 0002 0300 Display Cntrlr 11
2 1 0 8086 1019 8086 1019 0200 Network Cntrlr 5
3 10 0 104C 8024 0000 0000 0C00 IEEE 1394 Host Cntrlr 11
3 11 0 1095 3112 1095 3112 0180 Mass Storage Cntrlr 9
3 12 0 1283 8212 1283 0001 0104 RAID Cntrlr 10
ACPI Controller 9
FreeBSD 4.8-20030810-STABLE (the most recent stable sna...
2019 Nov 24
0
My ethernet is not listed in centOS 8 boot.iso
...[8086:283e] (rev 03)
05:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8039
PCI-E Fast Ethernet Controller [11ab:4353] (rev 14)
07:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 3945ABG
[Golan] Network Connection [8086:4222] (rev 02)
08:09.0 FireWire (IEEE 1394) [0c00]: Ricoh Co Ltd R5C832 IEEE 1394
Controller [1180:0832] (rev 05)
08:09.1 SD Host controller [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro
Host Adapter [1180:0822] (rev 22)
08:09.2 System peripheral [0880]: Ricoh Co Ltd R5C592 Memory Stick Bus Host
Adapter [1180:0592] (rev 12)
08:09.3 System perip...
2010 Aug 07
2
Stuttering sound
...65a (rev 04)
00:1d.3 0c03: 8086:265b (rev 04)
00:1d.7 0c03: 8086:265c (rev 04)
00:1e.0 0604: 8086:2448 (rev d4)
00:1f.0 0601: 8086:2641 (rev 04)
00:1f.2 0101: 8086:2653 (rev 04)
01:00.0 0300: 1002:5462
02:00.0 0200: 11ab:4351 (rev 10)
06:04.0 0280: 8086:4220 (rev 05)
06:06.0 0607: 104c:8039
06:06.1 0c00: 104c:803a
06:06.2 0180: 104c:803b
06:06.3 0805: 104c:803c
== END lspci -n ==
--
Eduardo Grosclaude
Universidad Nacional del Comahue
Neuquen, Argentina
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20100...
2010 Mar 01
0
[PATCH 2/2 V2] drm/nv50: Improve PGRAPH interrupt handling.
...& display) {
+ NV_INFO(dev, "PGRAPH_TRAP_VFETCH - no ustatus?\n");
+ }
+ if (ustatus & 0x00000001) {
+ nv50_pfb_vm_trap(dev, display, "PGRAPH_TRAP_VFETCH_FAULT");
+ NV_INFO (dev, "PGRAPH_TRAP_VFETCH_FAULT - %08x %08x %08x %08x\n",
+ nv_rd32(dev, 0x400c00),
+ nv_rd32(dev, 0x400c08),
+ nv_rd32(dev, 0x400c0c),
+ nv_rd32(dev, 0x400c10));
+ ustatus &= ~0x00000001;
+ }
+ if (ustatus && display)
+ NV_INFO(dev, "PGRAPH_TRAP_VFETCH - Unhandled ustatus 0x%08x\n", ustatus);
+ nv_wr32(dev, 0x400c04, 0xc0000000);
+ nv_w...
2010 Feb 28
1
[PATCH 1/2] drm/nv50: Make ctxprog wait until interrupt handler is done.
This will fix races between generated ctxprogs and interrupt handler.
Signed-off-by: Marcin Ko?cielnicki <koriakin at 0x04.net>
---
drivers/gpu/drm/nouveau/nv50_grctx.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/nv50_grctx.c b/drivers/gpu/drm/nouveau/nv50_grctx.c
index d105fcd..9f909ab 100644
---
2011 Nov 23
0
nouveau git + v3.2-rc2 + NV18 Oops
...ontroller [0401]: nVidia Corporation nForce2 AC97 Audio Controler (MCP) [10de:006a] (rev a1)
00:08.0 PCI bridge [0604]: nVidia Corporation nForce2 External PCI Bridge [10de:006c] (rev a3)
00:09.0 IDE interface [0101]: nVidia Corporation nForce2 IDE [10de:0065] (rev a2)
00:0d.0 FireWire (IEEE 1394) [0c00]: nVidia Corporation nForce2 FireWire (IEEE 1394) Controller [10de:006e] (rev a3)
00:1e.0 PCI bridge [0604]: nVidia Corporation nForce2 AGP [10de:01e8] (rev a2)
01:06.0 CardBus bridge [0607]: Ricoh Co Ltd RL5c476 II [1180:0476] (rev 80)
01:06.1 CardBus bridge [0607]: Ricoh Co Ltd RL5c476 II [1180:0...
2019 Nov 24
2
My ethernet is not listed in centOS 8 boot.iso
On Sun, Nov 24, 2019 at 12:00 AM Phil Perry <pperry at elrepo.org> wrote:
> This list does not accept attachments. Please just post the relevant
> line for your ethernet device.
or if you're not sure, paste the whole output inline in your message....
something like....
# lspci
00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] RS880 Host Bridge
00:01.0 PCI bridge:
2005 Feb 14
5
hdX: lost interrupt?
I successfully installed Xen 2.0.4 from source on a Slackware 10 system. I installed grub, got that working and all. But when I boot the dom0 kernel, I get:
cmd 0x5a timed out
hdc: lost interrupt
My hdc is my dvd burner... when I applied a kernel option of "hdc=ide-scsi" it seemed to have skipped over it but recieved the same error on hdd ... I''ve tried recompiling with
2016 Jun 29
22
[Bug 96737] New: G98: LightDM 1 : 0 Nouveau
https://bugs.freedesktop.org/show_bug.cgi?id=96737
Bug ID: 96737
Summary: G98: LightDM 1 : 0 Nouveau
Product: xorg
Version: git
Hardware: All
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at lists.freedesktop.org
2013 Jul 14
1
Cannot VGA Passthrough Intel HD Graphics 4600 IGD
...#39; ]
=========================================================================================================================
teo-en-ming@intel-core-i5-4430-desktop:~$ lspci -vvv
00:00.0 Host bridge: Intel Corporation Haswell DRAM Controller (rev 06)
Subsystem: ASRock Incorporation Device 0c00
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort+ >SERR- <PERR- INTx-
Latency: 0
Capabilities: <access denied>
00:01.0 PCI...
2019 Aug 17
2
nouveau: System crashes with NVIDIA GeForce 8600 GT
...3927] MTRR variable ranges enabled:
[ 0.003929] 0 base 100000000 mask FC0000000 write-back
[ 0.003931] 1 base 140000000 mask FF0000000 write-back
[ 0.003932] 2 base 000000000 mask F80000000 write-back
[ 0.003934] 3 base 080000000 mask FC0000000 write-back
[ 0.003935] 4 base 0C0000000 mask FF0000000 write-back
[ 0.003936] 5 base 0CFF00000 mask FFFF00000 uncachable
[ 0.003937] 6 disabled
[ 0.003938] 7 disabled
[ 0.004864] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.005025] total RAM covered: 4607M
[ 0.005436] Found optimal setting...
2013 Aug 23
13
[Bug 68488] New: Lockup and reboot on T61 with nouveau driver/exa
...NVIDIA Corporation G86M [Quadro NVS
140M] [10de:0429] (rev a1)
03:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 4965 AG or
AGN [Kedron] Network Connection [8086:4230] (rev 61)
15:00.0 CardBus bridge [0607]: Ricoh Co Ltd RL5c476 II [1180:0476] (rev ba)
15:00.1 FireWire (IEEE 1394) [0c00]: Ricoh Co Ltd R5C832 IEEE 1394 Controller
[1180:0832] (rev 04)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130823/a3b151f1...
2013 Apr 24
19
Hardware virtualization
Hi
It''s my first experience with xen
I would like to use a OS linux create by buildroot like a guest.
I have a PC whit virtualizatin whit debian distribution and I install xen-linux-sysem on the PC.
In this PC a VM doesn''t work correctly.
I would like to know if exist a simple tutorial to configure PC and VM .
Thanks in advance
Luisa
2009 Mar 04
1
pv_ops kernel 2.6.29-rc6 boot failure
...0:00:1c.0: PME# disabled
pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.7: PME# disabled
pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
pci 0000:00:1f.0: quirk: region 0880-08bf claimed by ICH6 GPIO
pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0c00 (mask 007f)
pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 00e0 (mask 0007)
pci 0000:00:1f.2: PME# supported from D3hot
pci 0000:00:1f.2: PME# disabled
pci 0000:03:02.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:03:02.0: PME# disabled
pci 0000:00:1e.0: transparent bridge
ACPI: PCI I...
2007 Sep 20
8
How are alternate superblocks repaired?
Hi,
Using dumpe2fs I have been able to determine that all of my alternate ext3 superblocks are corrupted (not clean), and only the primary superblock is valid, i.e. mount works and the ordered journal is applied. When the primary superblock gets flakey, i.e. the ext_attr Filesystem feature goes missing - not sure why this occurs. At this point, the mount does not apply the journal using the
2010 Jul 07
2
Bug#588310: Xen enabled kernel cannot find the / partition
...#2 [0000006000 - 0000008000] TRAMPOLINE ==>
[0000006000 - 0000008000]
[ 0.000000] #3 [0001000000 - 00016a0594] TEXT DATA BSS ==>
[0001000000 - 00016a0594]
[ 0.000000] #4 [00016c1000 - 000320b600] RAMDISK ==>
[00016c1000 - 000320b600]
[ 0.000000] #5 [000320c000 - 000330d000] XEN START INFO ==>
[000320c000 - 000330d000]
[ 0.000000] #6 [00016a1000 - 00016a14fd] BRK ==>
[00016a1000 - 00016a14fd]
[ 0.000000] #7 [0000100000 - 00001e2000] PGTABLE ==>
[0000100000 - 00001e2000]
[ 0.000000] found SMP MP-table at [ffff...
2010 Feb 25
3
[PATCH 1/3] drm/nv50: Implement ctxprog/state generation.
...0x00600009
+#define CP_END 0x0060000c
+#define CP_NEXT_TO_CURRENT 0x0060000d
+#define CP_DISABLE1 0x0090ffff
+#define CP_DISABLE2 0x0091ffff
+#define CP_XFER_1 0x008000ff
+#define CP_XFER_2 0x008800ff
+#define CP_SEEK_1 0x00c000ff
+#define CP_SEEK_2 0x00c800ff
+
+#include "drmP.h"
+#include "nouveau_drv.h"
+#include "nouveau_grctx.h"
+
+/*
+ * This code deals with PGRAPH contexts on NV50 family cards. Like NV40, it's
+ * the GPU itself that does context-switching, but it needs a spec...