search for: c800

Displaying 20 results from an estimated 28 matches for "c800".

Did you mean: 0800
2015 Oct 27
0
[PATCH] pci: enable c800 magic for Lenovo Y510P
.../device/pci.c index e8eb14e..c5fc909 100644 --- a/drm/nouveau/nvkm/engine/device/pci.c +++ b/drm/nouveau/nvkm/engine/device/pci.c @@ -259,6 +259,12 @@ nvkm_device_pci_10de_0df4[] = { }; static const struct nvkm_device_pci_vendor +nvkm_device_pci_10de_0fcd[] = { + { 0x17aa, 0x3801, NULL, { .War00C800_0 = true } }, /* Lenovo Y510P */ + {} +}; + +static const struct nvkm_device_pci_vendor nvkm_device_pci_10de_0fd2[] = { { 0x1028, 0x0595, "GeForce GT 640M LE" }, { 0x1028, 0x05b2, "GeForce GT 640M LE" }, @@ -1349,7 +1355,7 @@ nvkm_device_pci_10de[] = { { 0x0fc6, "GeF...
2015 Oct 31
0
[PATCH] pci: enable c800 magic for Medion Erazer X7827
...ngine/device/pci.c +++ b/drm/nouveau/nvkm/engine/device/pci.c @@ -678,6 +678,7 @@ nvkm_device_pci_10de_1189[] = { static const struct nvkm_device_pci_vendor nvkm_device_pci_10de_1199[] = { { 0x1458, 0xd001, "GeForce GTX 760" }, + { 0x1462, 0x1106, "GeForce GTX 780M", { .War00C800_0 = true } }, /* Medion Erazer X7827 */ {} }; -- 2.4.10
2015 Nov 03
0
[PATCH] pci: enable c800 magic for Clevo P157SM
.../device/pci.c index e3c783d..d506e02 100644 --- a/drm/nouveau/nvkm/engine/device/pci.c +++ b/drm/nouveau/nvkm/engine/device/pci.c @@ -689,6 +689,12 @@ nvkm_device_pci_10de_1199[] = { }; static const struct nvkm_device_pci_vendor +nvkm_device_pci_10de_11e0[] = { + { 0x1558, 0x5106, NULL, { .War00C800_0 = true } }, + {} +}; + +static const struct nvkm_device_pci_vendor nvkm_device_pci_10de_11e3[] = { { 0x17aa, 0x3683, "GeForce GTX 760A" }, {} @@ -1485,7 +1491,7 @@ nvkm_device_pci_10de[] = { { 0x11c6, "GeForce GTX 650 Ti" }, { 0x11c8, "GeForce GTX 650" },...
2015 Nov 28
0
[PATCH] pci: enable c800 magic for Clevo P150SM-A GTX 870M
...8 100644 --- a/drm/nouveau/nvkm/engine/device/pci.c +++ b/drm/nouveau/nvkm/engine/device/pci.c @@ -691,6 +691,7 @@ static const struct nvkm_device_pci_vendor nvkm_device_pci_10de_1199[] = { { 0x1458, 0xd001, "GeForce GTX 760" }, { 0x1462, 0x1106, "GeForce GTX 780M", { .War00C800_0 = true } }, /* Medion Erazer X7827 */ + { 0x1558, 0x5106, NULL, { .War00C800_0 = true } }, /* Clevo P150SM-A */ {} }; -- 2.6.3
2015 Nov 28
0
[PATCH v2] pci: enable c800 magic for Clevo P150SM-A GTX 870M
...e 100644 --- a/drm/nouveau/nvkm/engine/device/pci.c +++ b/drm/nouveau/nvkm/engine/device/pci.c @@ -691,6 +691,7 @@ static const struct nvkm_device_pci_vendor nvkm_device_pci_10de_1199[] = { { 0x1458, 0xd001, "GeForce GTX 760" }, { 0x1462, 0x1106, "GeForce GTX 780M", { .War00C800_0 = true } }, /* Medion Erazer X7827 */ + { 0x1558, 0x5281, NULL, { .War00C800_0 = true } }, /* Clevo P150SM-A */ {} }; -- 2.6.3
2015 Dec 03
0
[PATCH] pci: enable c800 workaround for Clevo W355STQ
.../device/pci.c index caf22b5..4475bc2 100644 --- a/drm/nouveau/nvkm/engine/device/pci.c +++ b/drm/nouveau/nvkm/engine/device/pci.c @@ -701,6 +701,12 @@ nvkm_device_pci_10de_11e0[] = { }; static const struct nvkm_device_pci_vendor +nvkm_device_pci_10de_11e2[] = { + { 0x1558, 0x3537, NULL, { .War00C800_0 = true } }, /* Clevo W355STQ */ + {} +}; + +static const struct nvkm_device_pci_vendor nvkm_device_pci_10de_11e3[] = { { 0x17aa, 0x3683, "GeForce GTX 760A" }, {} @@ -1499,7 +1505,7 @@ nvkm_device_pci_10de[] = { { 0x11cb, "GeForce GT 740" }, { 0x11e0, "GeForce GTX...
2008 May 02
2
serial port in linux
...0-007f : rtc 0080-008f : dma page reg 00a0-00bf : pic2 00c0-00df : dma2 00f0-00ff : fpu 0170-0177 : ide1 01f0-01f7 : ide0 0376-0376 : ide1 03c0-03df : vga+ 03f6-03f6 : ide0 03f8-03ff : serial(auto) ---- > displayed here 0cf8-0cff : PCI conf1 c000-cfff : PCI Bus #01 c800-c8ff : Realtek Semiconductor Co., Ltd. RTL-8139 c800-c8ff : 8139too d800-d81f : PCI device 8086:24d3 (Intel Corp.) dc00-dc1f : PCI device 8086:24d2 (Intel Corp.) dc00-dc1f : usb-uhci e000-e01f : PCI device 8086:24d4 (Intel Corp.) e000-e01f : usb-uhci e400-e41f : PCI device 8086:24d7 (Intel...
2006 Oct 23
2
asterisk not detecting hangup
...e following versions: -asterisk-1.2.12.1 -zaptel-1.2.9.1 And with the following card: 00:0d.0 Communication controller: Tiger Jet Network Inc. Tiger3XX Modem/ISDN interface Subsystem: Unknown device 8085:0003 Flags: bus master, medium devsel, latency 32, IRQ 201 I/O ports at c800 [size=256] Memory at fe000000 (32-bit, non-prefetchable) [size=4K] Capabilities: [40] Power Management version 2 Identified as: *CLI> zap show status Description Alarms IRQ bpviol CRC4 Wildcard X101P Board 1 OK...
2001 Oct 17
1
Problem with RH kernel 2.4.7-6
..., want=702921096, limit=9237375 Oct 17 08:05:53 kernel: EXT3-fs error (device ide0(3,3)): ext3_readdir: directory #165601 contains a hole at offset 0 This is the root filesystem, which needed a manual fsck on reboot, leading to some file contents going to /lost+found. Hardware is a Dell Latitude C800, PIII 1GHz, 384MB, 20GB IBM hd, running RedHat Roswell2. Adam
2007 Jul 13
1
[memdisk] collision between memdisk and emm386 (FreeDOS)
...ctor into the floppy. Boot process goes fine with this command: isolinux /boot/memdisk initrd=/ximg/fdos.img c=60 h=8 s=36 floppy The problems begin when I try to run FreeDOS memory manager emm386 from the floppy image. my config.sys: ... 1?DEVICE=HIMEM.EXE /VERBOSE 1?DEVICE=EMM386.EXE X=C000-C800 NOEMS /VERBOSE ... System hangs (freezes) just after emm386 is loaded, leaving all information about memory (UMB etc.). There is no any error, everything looks like it loaded OK, but it isn't. I've tried a lot of command line options for emm386, but no effect. The strange think is that...
2015 Aug 22
32
[Bug 91722] New: [NVE4] PGRAPH - grctx template channel unload timeout, failed to construct context, init failed, -16
https://bugs.freedesktop.org/show_bug.cgi?id=91722 Bug ID: 91722 Summary: [NVE4] PGRAPH - grctx template channel unload timeout, failed to construct context, init failed, -16 Product: Mesa Version: 10.6 Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: major
2005 Apr 04
1
Award BIOS fault
...urns wrong info. But I appriciate if there comes workaround. BTW, I got another problem -- I can not compile syslinux 3.07. What version of nasm you use? --- Okajima, Jun. Tokyo, Japan. ------------------------------- SYSLINUX: 3.07 from RPM. BIOS: Award BIOS 6.00PG M/B: VIA EPIA C800 Error: ISOLINUX:Found something at drive = A2 ISOLINUX:Found something at drive = A1 ISOLINUX:Found something at drive = A0 ISOLINUX:Found something at drive = 9F ISOLINUX:Image Checksum Error, Sorry. -> halted. ---------------- Compile problem: $ make nasm -O99 -f bin -DDATE_STR="'...
2010 Oct 18
0
Problems detecting hangup
...e details: -Clone pc with Ubuntu server 10.04 64 bits -Asterisk 1.6 -Openvox A400P, lspci -v says: 01:00.0 Network controller: Tiger Jet Network Inc. Tiger3XX Modem/ISDN interface Subsystem: Device b100:0001 Flags: bus master, medium devsel, latency 32, IRQ 21 I/O ports at c800 [size=256] Memory at ff0ff000 (32-bit, non-prefetchable) [size=4K] Capabilities: [40] Power Management version 2 Kernel driver in use: wctdm Kernel modules: wctdm, wcopenpci, hisax, netjet And this is the scheme: PSTN <-----> Analog Panasonic PBX <-----&g...
2007 Feb 12
0
Orinoco mini-pci card not working
Hello All, I have a Dell C800 laptop which boots and runs wonderfully with centos 4.4 except for the wireless card.. The card works fine with other OS'es but not centos.. I have read a ton of postings in various places about conflicts with orinoco_cs and host_ap, etc etc.. I have tried to add blacklist entries to...
2013 Feb 06
4
FreeBSD-9.1 would not boot on pentium3 laptop
Hello! I have an old Dell Latitude C800 laptop (with Pentium3 CPU in it). FreeBSD 6.3-STABLE was running fine on it, but I decided to update the machine to 9.1-STABLE. Well, neither my own custom kernel, nor even the official 9.1-RELEASE CD1 would boot... In both cases the boot process runs up to detecting uhub0, then either hangs f...
2004 Mar 05
2
PROBLEM: log abort over RAID5
...: pic2 00c0-00df : dma2 00f0-00ff : fpu 01f0-01f7 : ide0 0378-037a : parport0 03c0-03df : vga+ 03f6-03f6 : ide0 03f8-03ff : serial 04d0-04d1 : pnp 00:0d 0cf8-0cff : PCI conf1 b800-b8ff : 0000:01:00.0 b800-b8ff : BusLogic BT-950 bc00-bc3f : 0000:01:08.0 bc00-bc3f : e100 c400-c41f : 0000:00:1f.3 c800-c81f : 0000:00:1d.0 cc00-cc1f : 0000:00:1d.1 d000-d01f : 0000:00:1d.2 d400-d41f : 0000:00:1d.3 d800-d80f : 0000:00:1f.2 dc00-dc03 : 0000:00:1f.2 e000-e007 : 0000:00:1f.2 e400-e403 : 0000:00:1f.2 e800-e807 : 0000:00:1f.2 ec00-ec07 : 0000:00:02.0 ffa0-ffaf : 0000:00:1f.1 00000000-0009fbff : System R...
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
2006 Sep 04
1
xen 3.0.2 doesn't boot, XenDomain0 crashed
Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 252 bytes Desc: OpenPGP digital signature Url : http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20060904/6ca2ff93/signature-0001.pgp
2004 Sep 23
10
MFC/R2
Hi all, I have begun the release of my MFC/R2 protocol software. At http://www.opencall.org/installing-mfcr2.html there are instructions for installing what I have released so far. This is the MFC/R2 protocol software, and a test program. The software to interface Asterisk to the MFC/R2 code will be released shortly. It used to work, but it hasn't been touched for a while, and Asterisk
2010 Sep 11
0
AHCI and VT-d related problem
...Intel Kernel modules: snd-hda-intel 03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03) Subsystem: ASUSTeK Computer Inc. M4A785TD Motherboard Flags: bus master, fast devsel, latency 0, IRQ 56 I/O ports at c800 [size=256] Memory at f2fff000 (64-bit, prefetchable) [size=4K] Memory at f2ff8000 (64-bit, prefetchable) [size=16K] Expansion ROM at f7bf0000 [disabled] [size=64K] Capabilities: [40] Power Management version 3 Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+...