public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: AMD761Agpgart+Radeon64DDR+kernel+2.4.15-pre2...still testing....
@ 2001-11-13 20:23 Alex Deucher
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Deucher @ 2001-11-13 20:23 UTC (permalink / raw)
  To: cyjamten, linux-kernel

add Option "AGPMode" "4"  to the device section of your XF86Config file
to use 4x AGP.

Alex

------------------------------

hi all, 

My X server seems to be cooperating with me quite lately... I have tried 
a new XF86Config file which was patterned to the someone who sent his to 
me... Thanks for that!! anyway... for extra info here it is: 

root@matrix:~# lspci 
00:00.0 Host bridge: Advanced Micro Devices [AMD]: Unknown device 700e 
(rev 13) 
00:01.0 PCI bridge: Advanced Micro Devices [AMD]: Unknown device 700f 
00:04.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super] (rev
40) 
00:04.1 IDE interface: VIA Technologies, Inc. VT82C586 IDE [Apollo] (rev
06) 
00:04.2 USB Controller: VIA Technologies, Inc. VT82C586B USB (rev 16) 
00:04.3 USB Controller: VIA Technologies, Inc. VT82C586B USB (rev 16) 
00:04.4 Non-VGA unclassified device: VIA Technologies, Inc. VT82C686 
[Apollo Super ACPI] (rev 40) 
00:0a.0 Ethernet controller: Lite-On Communications Inc LNE100TX (rev
20) 
00:0b.0 Multimedia audio controller: Creative Labs SB Live! EMU10000 
(rev 05) 
00:0b.1 Input device controller: Creative Labs SB Live! (rev 05) 
00:0d.0 Multimedia video controller: Brooktree Corporation Bt878 (rev
02) 
00:0d.1 Multimedia controller: Brooktree Corporation Bt878 (rev 02) 
01:05.0 VGA compatible controller: ATI Technologies Inc: Unknown device
5144 

part of glxinfo: 

iceman@matrix:~$ glxinfo 
name of display: :0.0 
display: :0 screen: 0 
direct rendering: Yes 
server glx vendor string: SGI 
server glx version string: 1.2 
server glx extensions: 
     GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context 
client glx vendor string: SGI 
client glx version string: 1.2 
client glx extensions: 
     GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context 
GLX extensions: 
     GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context 
OpenGL vendor string: VA Linux Systems, Inc. 
OpenGL renderer string: Mesa DRI Radeon 20010402 AGP 1x x86/MMX/3DNow! 
OpenGL version string: 1.2 Mesa 3.4.2 

take note: Agp1x :( 

cheers!! 

cyrus

^ permalink raw reply	[flat|nested] 2+ messages in thread
* Re: preempt-patch cleared of blame
@ 2001-11-08 10:36 Jens Axboe
  2001-11-08 12:23 ` Ingo Molnar
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2001-11-08 10:36 UTC (permalink / raw)
  To: J Sloan; +Cc: J Sloan, Robert Love, Linux kernel

[-- Attachment #1: Type: text/plain, Size: 274 bytes --]

On Wed, Nov 07 2001, J Sloan wrote:
> I think there may be a problem with the
> compaq smart/2p raid drivers, since
> the "do_ida_intr" code keeps showing
> up in the oops, and I have not seen a
> problem with 2.4.14 on any other system.

Does this fix it?

-- 
Jens Axboe


[-- Attachment #2: cpq-dequeue-1 --]
[-- Type: text/plain, Size: 712 bytes --]

--- drivers/block/cpqarray.c~	Thu Nov  8 11:33:11 2001
+++ drivers/block/cpqarray.c	Thu Nov  8 11:35:31 2001
@@ -942,6 +942,8 @@
 	if ((c = cmd_alloc(h,1)) == NULL)
 		goto startio;
 
+	blkdev_dequeue_request(creq);
+
 	spin_unlock_irq(&io_request_lock);
 
 	bh = creq->bh;
@@ -987,13 +989,10 @@
 DBGPX(	printk("Submitting %d sectors in %d segments\n", sect, seg); );
 	c->req.hdr.sg_cnt = seg;
 	c->req.hdr.blk_cnt = creq->nr_sectors;
-
-	spin_lock_irq(&io_request_lock);
-
-	blkdev_dequeue_request(creq);
-
 	c->req.hdr.cmd = (creq->cmd == READ) ? IDA_READ : IDA_WRITE;
 	c->type = CMD_RWREQ;
+
+	spin_lock_irq(&io_request_lock);
 
 	/* Put the request on the tail of the request queue */
 	addQ(&h->reqQ, c);

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-11-13 20:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-13 20:23 AMD761Agpgart+Radeon64DDR+kernel+2.4.15-pre2...still testing Alex Deucher
  -- strict thread matches above, loose matches on Subject: below --
2001-11-08 10:36 preempt-patch cleared of blame Jens Axboe
2001-11-08 12:23 ` Ingo Molnar
2001-11-08 11:38   ` Jens Axboe
2001-11-11  7:59     ` AMD761Agpgart+Radeon64DDR+kernel+2.4.15-pre2...still testing Cyrus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox