linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: Disk performance degradation
@ 2003-07-29 16:21 Voluspa
  2003-07-29 16:50 ` Lou Langholtz
  2003-07-30  8:50 ` Stefano Rivoir
  0 siblings, 2 replies; 17+ messages in thread
From: Voluspa @ 2003-07-29 16:21 UTC (permalink / raw)
  To: linux-kernel; +Cc: s.rivoir


On 2003-07-29 12:00:06 Stefano Rivoir wrote:

> Is there something I'm missing?!

No, you are not ;-) You can reclaim some speed by doing a "hdparm -a
512". See thread for explanation (it's the borked value for readahead):

http://marc.theaimsgroup.com/?l=linux-kernel&m=105830624016066&w=2

Mvh
Mats Johannnesson

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

* Re: Disk performance degradation
  2003-07-29 16:21 Disk performance degradation Voluspa
@ 2003-07-29 16:50 ` Lou Langholtz
  2003-07-30  4:17   ` Voicu Liviu
  2003-07-30 21:02   ` Mike Dresser
  2003-07-30  8:50 ` Stefano Rivoir
  1 sibling, 2 replies; 17+ messages in thread
From: Lou Langholtz @ 2003-07-29 16:50 UTC (permalink / raw)
  To: linux-kernel; +Cc: Voluspa, s.rivoir

Voluspa wrote:

>On 2003-07-29 12:00:06 Stefano Rivoir wrote:
>
>  
>
>>Is there something I'm missing?!
>>    
>>
>
>No, you are not ;-) You can reclaim some speed by doing a "hdparm -a
>512". See thread for explanation (it's the borked value for readahead):
>
>http://marc.theaimsgroup.com/?l=linux-kernel&m=105830624016066&w=2
>
Anyone want to field why we aren't we just setting the default to 512 so 
users don't need to adjust this? I'm sure there's a good reason... I'd 
just like to know what it is ;-)


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

* Re: Disk performance degradation
  2003-07-29 16:50 ` Lou Langholtz
@ 2003-07-30  4:17   ` Voicu Liviu
  2003-07-30 21:02   ` Mike Dresser
  1 sibling, 0 replies; 17+ messages in thread
From: Voicu Liviu @ 2003-07-30  4:17 UTC (permalink / raw)
  To: Lou Langholtz; +Cc: linux-kernel, Voluspa, s.rivoir

Lou Langholtz wrote:
> Voluspa wrote:
> 
>> On 2003-07-29 12:00:06 Stefano Rivoir wrote:
>>
>>  
>>
>>> Is there something I'm missing?!
>>>   
>>
>>
>> No, you are not ;-) You can reclaim some speed by doing a "hdparm -a
>> 512". See thread for explanation (it's the borked value for readahead):
>>
>> http://marc.theaimsgroup.com/?l=linux-kernel&m=105830624016066&w=2
>>
> Anyone want to field why we aren't we just setting the default to 512 so 
> users don't need to adjust this? I'm sure there's a good reason... I'd 
> just like to know what it is ;-)
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
Good Idea, what could be the reason?

-- 
Voicu Liviu
Rothberg International School
Computation center, Mount Scopus
Hebrew University of Jerusalem
Tel: 972(2)-5881253
E-mail: pacman@mscc.huji.ac.il

Operating System: Linux Gentoo1.4 ( www.gentoo.org )

Click here to see my GPG signature:
	http://search.keyserver.net:11371/pks/lookup?template=netensearch%2Cnetennomatch%2Cnetenerror&search=pacman%40mscc.huji.ac.il&op=vindex&fingerprint=on&submit=Get+List


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

* Re: Disk performance degradation
  2003-07-29 16:21 Disk performance degradation Voluspa
  2003-07-29 16:50 ` Lou Langholtz
@ 2003-07-30  8:50 ` Stefano Rivoir
  2003-07-30 10:55   ` Andrew Morton
  1 sibling, 1 reply; 17+ messages in thread
From: Stefano Rivoir @ 2003-07-30  8:50 UTC (permalink / raw)
  To: Voluspa; +Cc: linux-kernel

Voluspa wrote:

> On 2003-07-29 12:00:06 Stefano Rivoir wrote:
> 
> 
>>Is there something I'm missing?!
> 
> 
> No, you are not ;-) You can reclaim some speed by doing a "hdparm -a
> 512". See thread for explanation (it's the borked value for readahead):

Thanks for the hint. This seems to make things a little better, but I'm
still far away from 2.4 performances. I thought that anticipatory sched
could be part of the problem, and booting with elevator=deadline
does a little better... but using 2.4 is completely another thing.
By the way, -a 512 vs -a 8 is a kernel "change" or an hdpam one?

Bye

-- 
Stefano RIVOIR
GTS Srl




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

* Re: Disk performance degradation
  2003-07-30  8:50 ` Stefano Rivoir
@ 2003-07-30 10:55   ` Andrew Morton
  2003-07-30 16:06     ` Stefano Rivoir
  0 siblings, 1 reply; 17+ messages in thread
From: Andrew Morton @ 2003-07-30 10:55 UTC (permalink / raw)
  To: Stefano Rivoir; +Cc: lista1, linux-kernel

Stefano Rivoir <s.rivoir@gts.it> wrote:
>
> Voluspa wrote:
> 
> > On 2003-07-29 12:00:06 Stefano Rivoir wrote:
> > 
> > 
> >>Is there something I'm missing?!
> > 
> > 
> > No, you are not ;-) You can reclaim some speed by doing a "hdparm -a
> > 512". See thread for explanation (it's the borked value for readahead):
> 
> Thanks for the hint. This seems to make things a little better, but I'm
> still far away from 2.4 performances. I thought that anticipatory sched
> could be part of the problem, and booting with elevator=deadline
> does a little better... but using 2.4 is completely another thing.
> By the way, -a 512 vs -a 8 is a kernel "change" or an hdpam one?

What makes you think it is a disk performance problem at all?  All we know
is that KDE applications take longer to start up, yes?

How much memory is in that machine?  Can you run a `vmstat 1' trace during
the "slow" operations?


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

* Re: Disk performance degradation
  2003-07-30 10:55   ` Andrew Morton
@ 2003-07-30 16:06     ` Stefano Rivoir
  2003-07-30 18:44       ` Andrew Morton
  0 siblings, 1 reply; 17+ messages in thread
From: Stefano Rivoir @ 2003-07-30 16:06 UTC (permalink / raw)
  To: Andrew Morton; +Cc: lista1, linux-kernel

Andrew Morton wrote:

> Stefano Rivoir <s.rivoir@gts.it> wrote:

>>Thanks for the hint. This seems to make things a little better, but I'm
>>still far away from 2.4 performances. I thought that anticipatory sched
>>could be part of the problem, and booting with elevator=deadline
>>does a little better... but using 2.4 is completely another thing.
>>By the way, -a 512 vs -a 8 is a kernel "change" or an hdpam one?
> 
> 
> What makes you think it is a disk performance problem at all?  All we know
> is that KDE applications take longer to start up, yes?

> How much memory is in that machine?  Can you run a `vmstat 1' trace during
> the "slow" operations?

I think I've got it. 2.4 fails to load DRI, so when X is up there is
memory available until the load of gnucash, the last operation. 2.6
loads dri and probably this eats too much too early, causing the
system to touch swap since the first operation after X startup. This
does not happen anymore disabling DRI in X.

Sorry for wasting your time :(

Thanks.

-- 
Stefano RIVOIR
GTS Srl




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

* Re: Disk performance degradation
  2003-07-30 16:06     ` Stefano Rivoir
@ 2003-07-30 18:44       ` Andrew Morton
  2003-07-31  0:21         ` Rahul Karnik
  2003-07-31  6:59         ` Stefano Rivoir
  0 siblings, 2 replies; 17+ messages in thread
From: Andrew Morton @ 2003-07-30 18:44 UTC (permalink / raw)
  To: Stefano Rivoir; +Cc: lista1, linux-kernel

Stefano Rivoir <s.rivoir@gts.it> wrote:
>
> I think I've got it. 2.4 fails to load DRI, so when X is up there is
>  memory available until the load of gnucash, the last operation. 2.6
>  loads dri and probably this eats too much too early, causing the
>  system to touch swap since the first operation after X startup.

hrm, Why should loading DRI in X consume a significant amount of memory?

How much more memory is X using when DRI is loaded?

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

* Re: Disk performance degradation
  2003-07-29 16:50 ` Lou Langholtz
  2003-07-30  4:17   ` Voicu Liviu
@ 2003-07-30 21:02   ` Mike Dresser
  2003-07-31  8:35     ` Måns Rullgård
  1 sibling, 1 reply; 17+ messages in thread
From: Mike Dresser @ 2003-07-30 21:02 UTC (permalink / raw)
  To: linux-kernel

On Tue, 29 Jul 2003, Lou Langholtz wrote:

> Anyone want to field why we aren't we just setting the default to 512 so
> users don't need to adjust this? I'm sure there's a good reason... I'd
> just like to know what it is ;-)

mike:~# hdparm -a 512 /dev/hda

/dev/hda:
 setting fs readahead to 512
 BLKRASET failed: Invalid argument
 readahead    =  8 (on)

mike:~# hdparm -a 255 /dev/hda

/dev/hda:
 setting fs readahead to 255
 readahead    = 255 (on)

mike:~# hdparm -a 256 /dev/hda

/dev/hda:
 setting fs readahead to 256
 BLKRASET failed: Invalid argument
 readahead    = 255 (on)

Probably for reasons like that.  For some reason, I can't set my ICH4
based controller(ASUS P4B533) and Quantum Fireball AS40.0 to more than
255.  Kernel is 2.4.21

Or I'm missing more of this thread than I thought and I'm completely off
topic here!

(i'm guessing the latter)

Mike

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

* Re: Disk performance degradation
  2003-07-30 18:44       ` Andrew Morton
@ 2003-07-31  0:21         ` Rahul Karnik
  2003-07-31  6:59         ` Stefano Rivoir
  1 sibling, 0 replies; 17+ messages in thread
From: Rahul Karnik @ 2003-07-31  0:21 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Stefano Rivoir, lista1, linux-kernel

Andrew Morton wrote:
> Stefano Rivoir <s.rivoir@gts.it> wrote:
> 
>>I think I've got it. 2.4 fails to load DRI, so when X is up there is
>> memory available until the load of gnucash, the last operation. 2.6
>> loads dri and probably this eats too much too early, causing the
>> system to touch swap since the first operation after X startup.
> 
> 
> hrm, Why should loading DRI in X consume a significant amount of memory?

Perhaps this is a machine with "shared video memory", like the Intel 
integrated video chipsets (i810). Stefano?

-Rahul
-- 
Rahul Karnik
rahul@genebrew.com


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

* Re: Disk performance degradation
  2003-07-30 18:44       ` Andrew Morton
  2003-07-31  0:21         ` Rahul Karnik
@ 2003-07-31  6:59         ` Stefano Rivoir
  2003-07-31  7:16           ` Andrew Morton
  1 sibling, 1 reply; 17+ messages in thread
From: Stefano Rivoir @ 2003-07-31  6:59 UTC (permalink / raw)
  To: Andrew Morton; +Cc: lista1, linux-kernel

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

Andrew Morton wrote:

> Stefano Rivoir <s.rivoir@gts.it> wrote:
> 
>>I think I've got it. 2.4 fails to load DRI, so when X is up there is
>> memory available until the load of gnucash, the last operation. 2.6
>> loads dri and probably this eats too much too early, causing the
>> system to touch swap since the first operation after X startup.
> 
> 
> hrm, Why should loading DRI in X consume a significant amount of memory?
> 
> How much more memory is X using when DRI is loaded?

Here attached you'll find the vmstats, 2.4.21, 2.6.0 with DRI and 2.6.0
w/o DRI. 2.4.21 and 2.6.0-nodri are more or less the same...

Bye.

-- 
Stefano RIVOIR
GTS Srl

[-- Attachment #2: kde-k2.6.0-t2-nodri.txt --]
[-- Type: text/plain, Size: 14410 bytes --]

procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 0  0      0  95996   2840  11460    0    0   239   116 1042   127  8 11 50 31
 0  0      0  95996   2840  11460    0    0     0     0 1008    15  0  1 99  0
 0  0      0  95876   2840  11472    0    0    12     0 1020    33  1  0 99  0
 0  0      0  95876   2840  11472    0    0     0     0 1023    30  0  0 100  0
 0  0      0  95508   2860  11596    0    0     8   612 1059    59  1  1 93  5
 0  0      0  95508   2860  11596    0    0     0     0 1055    34  0  0 100  0
 0  1      0  94668   2936  11960    0    0   440     0 1040   103  2  1 59 38
 0  1      0  92628   3104  13404    0    0  1600     0 1077   162  1  2  0 97
 2  0      0  82500   3164  18008    0    0  4596     0 1157   130 45  6  0 48
 0  2      0  81180   3236  18676    0    0   728   368 1043    84 63  2  0 35
 0  0      0  80988   3364  18864    0    0   312     4 1305   218  5  0 56 39
 0  1      0  78452   3468  19304    0    0   544     0 1040    48 26  1 32 41
 0  1      0  75764   3580  21256    0    0  2060     0 1081   390  8  5  0 87
 0  1      0  73724   3748  22948    0    0  1844     0 1081   217  1  2  0 97
 0  1      0  69284   3792  26672    0    0  3760   472 1093   164 11  1  0 88
 0  1      0  65876   3844  30744    0    0  4120     0 1100   163  1  1  0 98
 0  1      0  61460   3844  34084    0    0  3344     0 1090   132 23  1  0 76
 0  2      0  57636   3924  35916    0    0  1912     0 1055   244 48  2  0 50
 0  2      0  55444   4120  36972    0    0  1244     0 1080   271 10  2  0 88
 0  1      0  51796   4268  38512    0    0  1668   388 1107   561 34  4  0 62
 0  1      0  51196   4480  38780    0    0   480     0 1066   177  4  1  0 95
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 0  2      0  49788   4684  39260    0    0   684     0 1070   346  5  1  0 94
 0  2      0  47612   4920  40460    0    0  1436     0 1093   347 10  1  0 89
 0  2      0  47228   5216  40460    0    0   296     0 1077   244  1  1  0 98
 0  2      0  46380   5536  40464    0    0   308   580 1091   370  3  2  0 95
 0  1      0  45060   5892  41060    0    0   952     0 1118  2546 10  5  0 85
 0  1      0  42092   6048  42228    0    0  1308     0 1084   585 32  5  0 63
 0  1      0  40340   6088  43948    0    0  1764     0 1066   553 40  4  0 56
 0  2      0  37460   6120  46492    0    0  2572     0 1089   196 18  2  0 80
 1  2      0  35084   6176  49208    0    0  2776   160 1088   238 33  1  0 66
 1  0      0  31100   6236  51036    0    0  1852   876 1091   537 47  5  0 49
 0  2      0  26948   6364  52252    0    0  1308     0 1128  1260 55  8  0 37
 1  0      0  24084   6424  52940    0    0   744     0 1105   930 35  4  0 61
 0  3      0  21108   6508  54000    0    0  1140     0 1096   992 54  7  0 39
 0  4      0  18956   6620  54972    0    0  1084   164 1117   651 17  3  0 80
 0  2      0  18140   6704  55484    0    0   572   828 1134   515 11  2  0 87
 1  2      0  14204   6768  56976    0    0  1552     0 1118  1348 44  7  0 50
 3  1      0  10080   6780  57784    0    0   824     0 1093  1010 87 10  0  3
 0  0      0   7936   6852  58076    0    0   356     0 1096  1497 58  6  7 29
 0  0      0  10224   6876  58104    0    0    28  1008 1074   440  1  0 96  3
 0  0      0  10224   6876  58104    0    0     0     0 1052   391  1  0 99  0
 0  0      0  10240   6876  58104    0    0     0     0 1058   363  0  0 100  0
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 1  0      0  10240   6876  58104    0    0     0     0 1052   362  0  0 100  0
 0  0      0  10240   6876  58104    0    0     0     0 1448   587  0  2 98  0
 0  3      0  10240   6880  58104    0    0     0  1236 1612   756  0  1 55 44
 0  0      0  10256   6884  58104    0    0     0   304 1783   748  1  1 12 86
 0  0      0  10256   6884  58108    0    0     0     0 1371   374  0  1 99  0
 0  0      0  10256   6884  58108    0    0     0     0 1054   356  3  1 96  0
 0  0      0  10256   6884  58108    0    0     0     0 1054   358  3  0 97  0
 1  0      0  10272   6892  58108    0    0     0    48 1058   362  1  1 97  1
 0  0      0  10272   6892  58108    0    0     0     0 1053   370  0  0 100  0
 0  0      0  10272   6892  58108    0    0     0     0 1052   357  0  0 100  0
 0  0      0  10272   6892  58108    0    0     0     0 1052   371  0  0 100  0
 0  0      0  10288   6892  58108    0    0     0     0 1052   364  0  0 100  0
 1  0      0  10288   6900  58108    0    0     0   228 1059   374  0  0 99  1
 0  0      0  10288   6900  58108    0    0     0     0 1054   377  0  1 99  0
 0  1      0   8988   6932  58784    0    0   708     0 1362  1264 12  3 57 28
 2  0      0   5844   7016  59316    0    0   612     0 1373  1564 49  5  0 46
 0  1      0   4688   7128  59744    0    0   536     0 1120  1724 23  3  0 74
 1  0      0   5712   6120  58236    0    0   684   940 1147  1195 23  7  0 70
 0  0      0   4428   6124  58488    0    0   256     0 1081  1107 38  5 42 15
 3  0      0   4432   6124  58492    0    0     0     0 1053   407  3  1 96  0
 0  0      0   4432   6124  58488    0    0     0     0 1060   374  0  0 100  0
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 0  0      0   4432   6124  58488    0    0     0     0 1052   366  0  0 100  0
 0  0      0   4432   6144  58488    0    0     0   796 1067   384  0  0 99  1
 0  0      0   4468   6144  58488    0    0     0     0 1052   378  0  0 100  0
 0  0      0   4468   6144  58488    0    0     0     0 1052   368  0  0 100  0
 0  0      0   4468   6144  58488    0    0     0     0 1054   405  1  1 98  0
 0  0      0   3924   6160  58748    0    0   276     0 1074  1265 11  2 71 16
 0  1      0   3928   6168  58748    0    0     0   268 1061   566  2  0 97  1
 0  0      0   3928   6172  58756    0    0     8     4 1068   475  2  1 94  3
 1  1      0   5064   5748  56380    0    0   244     0 1075  1144 34  4 40 23
 1  2      0   4616   5740  55588    0    0   508     0 1099  2648 26  6 31 37
 0  1      0   4504   5792  53500    0    0   148     0 1095  1636 73  6  0 21
 1  0      0   4952   5632  51844    0    0   504   960 1104  1956 44  4  0 52
 1  2      0   2832   5716  49704    0    0   444     0 1092  1410 56  3  0 41
 0  0      0   4824   5400  47680    0    0   208     0 1077  1151 17  5 66 12
 0  0      0   4824   5400  47680    0    0     0     0 1055   367  0  0 100  0
 0  0      0   4824   5400  47680    0    0     0     0 1053   385  0  0 100  0
 0  2      0   4824   5400  47680    0    0     0   904 1146   449  0  0 39 61
 0  0      0   4824   5408  47680    0    0     0   228 1150   402  0  2 30 68
 0  0      0   4864   5408  47680    0    0     0     0 1054   405  1  0 99  0
 0  0      0   4864   5408  47680    0    0     0     0 1055   365  0  2 98  0
 0  0      0   4864   5408  47680    0    0     0     0 1052   370  5  0 95  0
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 0  0      0   4864   5416  47680    0    0     0   232 1056   387  1  0 99  0
 0  0      0   4896   5416  47680    0    0     0     0 1052   427  2  1 97  0
 0  0      0   4900   5416  47680    0    0     0     0 1054   375  0  0 100  0
 0  0      0   4900   5416  47680    0    0     0     0 1054   380  0  0 100  0
 0  0      0   4900   5416  47680    0    0     0     0 1055   373  0  0 100  0
 0  0      0   4932   5424  47680    0    0     0   232 1057   384  0  0 99  1
 0  0      0   4932   5424  47680    0    0     0     0 1052   385  0  0 100  0
 1  0      0   4932   5424  47680    0    0     0     0 1052   406  1  1 98  0
 0  0      0   4932   5424  47680    0    0     0     0 1054   388  0  0 100  0
 0  0      0   4932   5424  47680    0    0     0     0 1052   377  0  0 100  0
 0  0      0   4932   5432  47684    0    0     0   244 1056   378  2  2 96  0
 0  0      0   4932   5432  47684    0    0     0     0 1053   374  4  0 96  0
 0  0      0   4908   5432  47684    0    0     0     0 1060  1341  7  1 92  0
 0  0      0   4908   5432  47684    0    0     0     0 1069   677  5  2 93  0
 1  1      0   5220   5104  46868    0    0   536     0 1081  1404 23  2 52 23
 0  0      0   4612   5136  45824    0    0   524   684 1116  2217 38  5  3 54
 0  1      0   3892   5152  46260    0    0   448     0 1057   392  0  1 74 25
 0  0      0   5716   4968  44760    0    0   160     0 1030   325 39  2 37 23
 0  0      0   5716   4968  44760    0    0     0     0 1002    89  0  0 100  0
 0  0      0   5716   4968  44760    0    0     0     0 1003   163  1  1 98  0
 0  0      0   5716   4988  44760    0    0     0   796 1022  1174  7  1 89  3
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 0  0      0   5732   4988  44760    0    0     0     0 1012   343  2  1 97  0
 0  0      0   5732   4988  44760    0    0     0     0 1004   120  0  0 100  0
 0  0      0   5740   4988  44760    0    0     0     0 1007   148  1  0 99  0
 0  0      0   5740   4988  44760    0    0     0     0 1002   105  0  0 100  0
 0  0      0   5756   4996  44760    0    0     0   248 1008   154  2  1 96  1
 0  1      0   4752   4744  43640    0    0    48     4 1017  2525 57  5 37  1
 0  0      0   4656   4744  43700    0    0    64     0 1012   266  1  0 98  1
 0  0      0   4656   4744  43700    0    0     0     0 1008    85  0  0 100  0
 0  0      0   4656   4744  43700    0    0     0     0 1002    85  0  0 100  0
 0  1      0   4632   4756  43700    0    0     0   972 1093   100  0  1 33 66
 0  0      0   4632   4760  43704    0    0     4     4 1029   171  1  1 96  2
 0  0      0   4608   4768  43712    0    0    16     0 1006   102  0  0 97  3
 0  0      0   4504   4768  43712    0    0     0     0 1010  1206  6  1 93  0
 0  0      0   4504   4768  43712    0    0     0     0 1024   448  3  0 97  0
 0  0      0   4456   4784  43716    0    0    12   264 1011   129  1  0 91  8
 0  0      0   4456   4784  43716    0    0     0     0 1004   113  0  0 100  0
 0  0      0   4464   4784  43716    0    0     0     0 1005   141  2  1 97  0
 0  0      0   4464   4784  43716    0    0     0     0 1002   105  0  0 100  0
 0  0      0   4464   4784  43716    0    0     0     0 1004   113  0  0 100  0
 0  0      0   4464   4792  43716    0    0     0   232 1012   115  0  0 99  1
 0  0      0   4480   4792  43716    0    0     0     0 1002   108  0  0 100  0
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 0  1      0   4160   4836  43788    0    0   112     0 1023   842  7  3 75 15
 0  2      0   4760   3988  43060    0    0  2616     0 1105   339  8  2  0 90
 0  1      0   4640   3620  43228    0    0  3232    28 1106   326  1  2  0 97
 0  1      0   4592   3472  42960    0    0  1968   560 1137   274  6  1  0 93
 1  2      0   4136   3448  41132    0    0  1168    40 1131   342 21  2  0 77
 0  1    208   4324   3324  41148    0  208  3456   288 1166   478 33  2  0 65
 0  1    208   3628   3300  41668    0    0  1416    20 1195   242 17  1  0 82
 0  1    208   3804   3008  41720    0    0   952    44 1086   403  7  2  0 91
 0  2    208   3972   2664  41788    0    0   908   428 1081   294  2  0  0 98
 0  2    208   4356   2548  41156    0    0  1860    60 1188   437  6  2  0 92
 0  1    208   3532   2692  41644    0    0   632     0 1195  1217  8  2  0 90
 0  2    208   1952   2592  40936    0    0   580    28 1062   624 72  2  0 26
 0  2    216   3868   2012  38448    0    8   504   536 1160   309 56  2  0 42
 0  4    304   2580   1944  37852    0   88   284    92 1074   295 14  1  0 85
 2  2    332   3244   1900  37316    0   28   524   188 1106   428 29  1  0 70
 0  2    332   3128   2108  37196    0    0   508     4 1104   460 34  2  0 64
 0  2   1008   3912   2056  36260    0  676   656   688 1124   549 24  3  0 73
 0  2   1504   3816   2036  36828    0  496  2092   504 1253   441  0  1  0 99
 1  2   2092   3816   2124  36260    0  588   624   908 1091   409  7  1  0 92
 0  3   4920   3736   2120  35708    0 2828   612  2832 1211   442 15  3  0 83
 0  2   6124   3880   2256  35852    0 1204   524  1208 1095   349 11  1  0 88
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 0  1   6988   9184   2132  36136   96  864   940   884 1174   424 19  3  0 79
 0  0   6988   7216   2168  37900    0    0  1788   388 1093  2232 14  2 13 71
 0  0   6988   7048   2168  38040   32    0   172     0 1340   485  0  1 90  9
 0  1   6988   6808   2260  38088    0    0   140     0 1496  1684  7  3 55 35
 0  0   6988   6112   2292  38428    0    0   372     0 1504  3421 34  5 37 25
 0  0   6988   6112   2292  38428    0    0     0     0 1459   453  0  0 100  0
 0  0   6988   6040   2304  38476    0    0    52   268 1475  1381  8  2 85  5
 0  0   6988   6040   2304  38476    0    0     0     0 1440   463  0  1 99  0
 0  0   6988  17912   2328  38872    0    0   412     0 1504   898 10  2 70 18
 0  0   6988  17916   2328  38872    0    0     0     0 1151    97  0  1 99  0
 0  0   6988  17940   2328  38872    0    0     0     0 1003   142  2  0 98  0
 0  0   6988  17944   2340  38872    0    0     0   288 1015   218  0  0 100  0
 3  1   6988  16240   2344  38876    0    0     4     0 1169   303 12  2 87  0
 1  0   6972  15888   2344  39056  224    0   392     0 1025    87 64  0 13 23
 0  0   6972  15888   2344  39056    0    0     0     0 1006    93  0  0 100  0
 1  0   6972  15888   2344  39056    0    0     0     0 1005    93  1  1 98  0
 3  1   6972  15888   2348  39060    0    0     4     0 2017    74 65 35  0  0
 0  3   3184  58128   2460  39700  320    0  1064   256 1162   499  7  8  1 84
 0  2   2988  64212   2596  40088  368    0   896     0 1104   249  1  5  0 94

[-- Attachment #3: kde-k2.4.21.txt --]
[-- Type: text/plain, Size: 21268 bytes --]

procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 0  0      0  96432   3852  11184    0    0   119    97  124    59  3  4 92  0
 0  0      0  96420   3860  11184    0    0     0    76  110    24  0  0 100  0
 0  0      0  96332   3860  11184    0    0     0     0  110    29  0  0 100  0
 0  0      0  96332   3860  11184    0    0     0     0  109    20  0  0 100  0
 0  0      0  96128   3876  11184    0    0     0   188  126    52  1  1 98  0
 0  0      0  96128   3876  11184    0    0     0     0  110    31  0  0 100  0
 0  1      0  95208   3956  11628    0    0   512    20  158   144  1  3 96  0
 0  1      0  93488   4144  12700    0    0  1232   272  203   192  4  1 95  0
 0  1      0  83552   4200  17340    0    0  4628     0  348   445 33  7 60  0
 0  1      0  82768   4296  17636    0    0   308   548  161   136 76  0 24  0
 0  0      0  81716   4464  18292    0    0   824     0  211   205  9  0 91  0
 0  0      0  81700   4472  18292    0    0     0   192  109    21  0  0 100  0
 0  1      0  79120   4568  18760    0    0   560     0  160   104 25  1 74  0
 0  1      0  77212   4680  20236    0    0  1588     0  199   342  4  3 93  0
 0  1      0  75824   4860  21044    0    0   980     0  209   331  3  2 95  0
 1  0      0  72160   4888  24036    0    0  3020     0  234   233  7  0 93  0
 0  1      0  69524   4900  26500    0    0  2464   400  200   170  5  2 93  0
 0  1      0  67368   4952  29100    0    0  2652     0  231   216  0  1 99  0
 1  1      0  62720   4956  32656    0    0  3560     0  225   346 25  1 74  0
 0  2      0  60336   5088  33312    0    0   788     0  168   168 46  1 53  0
 1  1      0  58876   5220  34160    0    0   968     0  172   150  9  2 89  0
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 0  2      0  57100   5296  35056    0    0   964   348  171   219  7  2 91  0
 0  2      0  54192   5456  36368    0    0  1464     0  213   546 34  2 64  0
 0  2      0  53864   5708  36384    0    0   268     0  169   198  0  1 99  0
 0  2      0  52532   5804  36908    0    0   620     0  162   249  2  0 98  0
 0  3      0  50868   5992  37600    0    0   872   256  188   163 14  2 84  0
 0  2      0  50408   6124  37924    0    0   448   448  186   125  3  0 97  0
 0  2      0  50152   6360  37924    0    0   236     0  158   118  2  0 98  0
 0  1      0  49048   6816  37928    0    0   460     0  219   355  5  2 93  0
 1  0      0  47080   6992  38628    0    0   876     0  186   544 29  7 64  0
 0  3      0  43932   7164  40056    0    0  1572   876  252   681 27  2 71  0
 0  3      0  42888   7212  40676    0    0   648   364  180   176  8  0 92  0
 0  3      0  41984   7276  41348    0    0   676   200  159   151  9  1 90  0
 0  3      0  41340   7360  41860    0    0   512   240  164   163 14  0 86  0
 0  3      0  40488   7420  42628    0    0   768   188  162   155  2  0 98  0
 1  4      0  39892   7544  42980    0    0   364   584  178   239  8  3 89  0
 0  4      0  40912   7612  43364    0    0   416   196  153   178  3  1 96  0
 0  2      0  40996   7672  44256    0    0   928   156  180   217  3  1 96  0
 2  1      0  36680   7672  46868    0    0  2612     0  206   389 52  2 46  0
 0  3      0  33572   7736  47756    0    0   940     0  195   698 44  8 48  0
 0  2      0  30744   7780  48252    0    0   512   292  198   434 43  3 54  0
 0  3      0  29576   7824  48456    0    0   228   568  209   403 42  0 58  0
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 0  3      0  27980   7884  49104    0    0   712     0  171   741 19  2 79  0
 0  1      0  25540   7940  49824    0    0   772     0  197   832 34  2 64  0
 1  1      0  20572   7988  51248    0    0  1472     0  230  1035 47  2 51  0
 1  3      0  19908   8068  52108    0    0   932   260  253   873 25  2 73  0
 0  2      0  19248   8164  52416    0    0   380   864  213   351  3  1 96  0
 1  2      0  18000   8244  53272    0    0   936     0  241  1237 18  1 81  0
 3  0      0  13252   8356  54112    0    0   864  1124  252   784 85  3 12  0
 1  3      0  13868   8428  54720    0    0   608   200  284   915 25  5 70  0
 1  4      0  12800   8708  54896    0    0   208  1100  313  1776 66  8 26  0
 1  0      0  13208   8748  54936    0    0    76     4  192   709  8  1 92  0
 1  0      0  13208   8748  54936    0    0     0     0  151   221  0  1 99  0
 0  0      0  13208   8748  54936    0    0     0     0  154   230  0  0 100  0
 0  0      0  13208   8748  54936    0    0     0     0  151   217  0  0 100  0
 0  0      0  13192   8760  54936    0    0     0   484  190   236  0  0 100  0
 1  0      0  13192   8760  54936    0    0     0     0  153   219  0  0 100  0
 0  0      0  13192   8760  54936    0    0     0     0  154   220  0  0 100  0
 0  0      0  13192   8760  54936    0    0     0     0  151   226  0  1 99  0
 1  0      0  13192   8760  54936    0    0     0     0  153   225  0  0 100  0
 0  0      0  13184   8768  54936    0    0     0   360  183   229  0  0 100  0
 1  0      0  13184   8768  54936    0    0     0     0  152   221  0  0 100  0
 0  0      0  13184   8768  54936    0    0     0     0  152   220  0  0 100  0
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 0  0      0  13184   8768  54936    0    0     0     0  152   228  0  0 100  0
 1  0      0  13184   8768  54936    0    0     0     0  153   221  0  1 99  0
 1  0      0  13176   8776  54936    0    0     0   504  210   236  0  1 99  0
 1  0      0  13176   8776  54936    0    0     0     0  153   217  0  0 100  0
 1  0      0  13176   8776  54936    0    0     0     0  152   223  0  0 100  0
 1  0      0  13176   8776  54936    0    0     0     0  152   226  0  0 100  0
 1  0      0  13176   8776  54936    0    0     0     0  152   220  0  0 100  0
 1  0      0  13168   8784  54936    0    0     0    20  157   232  0  1 99  0
 1  0      0  13168   8784  54936    0    0     0     0  152   224  0  0 100  0
 1  0      0  13168   8784  54936    0    0     0     0  152   222  0  0 100  0
 0  0      0  13168   8784  54936    0    0     0     0  154   234  0  0 100  0
 0  0      0  13168   8784  54936    0    0     0     0  151   219  0  0 100  0
 0  0      0  13156   8796  54936    0    0     4   360  191   234  0  0 100  0
 1  0      0  13156   8796  54936    0    0     0     0  167   289  0  1 99  0
 0  0      0  13152   8796  54936    0    0     0     0  282   820  1  0 99  0
 0  0      0  12976   8796  55028    0    0    92     0  247   625  3  0 97  0
 1  0      0  12644   8812  55160    0    0   148     0  171   591  3  0 97  0
 1  0      0  10756   8840  55820    0    0   676   600  245  1006 21  0 79  0
 2  1      0   8380   8936  56320    0    0   592     0  212  1336 34  5 61  0
 1  1      0   7444   9032  56768    0    0   544     0  230  1506 17  3 80  0
 0  3      0   5448   9136  57224    0    0   452  1316  255   823 18  5 77  0
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 1  0      0   4556   9144  57320    0    0    96    28  193   935 36  5 59  0
 1  0      0   4540   9160  57320    0    0     0   444  166   239  0  0 100  0
 1  0      0   4540   9160  57320    0    0     0     0  152   224  0  0 100  0
 1  0      0   4540   9160  57320    0    0     0     0  152   224  0  0 100  0
 0  0      0   4540   9160  57320    0    0     0     0  151   236  0  1 99  0
 0  0      0   4540   9160  57320    0    0     0     0  152   260  0  1 99  0
 0  0      0   4532   9168  57320    0    0     0   364  187   232  0  0 100  0
 2  0      0   4532   9168  57320    0    0     0     0  152   225  0  0 100  0
 2  0      0   4532   9168  57320    0    0     0     0  153   223  0  0 100  0
 0  0      0   4532   9168  57320    0    0     0     0  152   230  0  0 100  0
 0  0      0   4528   9168  57324    0    0     0     0  152   266  1  1 98  0
 0  0      0   4520   9176  57324    0    0     0   252  159   230  0  0 100  0
 1  0      0   4520   9176  57324    0    0     0     0  151   224  0  0 100  0
 0  0      0   4520   9176  57324    0    0     0     0  153   244  0  0 100  0
 0  0      0   4520   9176  57324    0    0     0     0  184   363  0  0 100  0
 0  0      0   4016   9192  57568    0    0   260     0  201  1221 11  1 88  0
 0  0      0   4008   9200  57568    0    0     0    56  159   403  2  1 97  0
 1  0      0   3928   9200  57576    0    0     8     0  164   375  0  0 100  0
 0  0      0   3780   9212  57636    0    0    72     0  167   322  1  0 99  0
 1  1      0   3624   8628  56444    0    0   400     0  194  1899 43  2 55  0
 1  1      0   3824   8480  56312    0    0   328   844  206  1056  5  3 92  0
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 0  0      0   3820   8484  56312    0    0     0     4  165   242  0  0 100  0
 1  0      0   3948   8392  56276    0    0     0     0  152   272  1  1 98  0
 1  0      0   3948   8392  56276    0    0     0     0  154   224  0  0 100  0
 0  0      0   3948   8392  56276    0    0     0     0  152   228  0  0 100  0
 1  0      0   3940   8400  56276    0    0     0   236  159   229  0  0 100  0
 0  0      0   3940   8400  56276    0    0     0     0  155   228  0  0 100  0
 2  0      0   2720   7768  54476    0    0     0     0  131   393 62  5 32  0
 3  0      0   4484   7732  54128    0    0     0     0  101  1018 15  4 81  0
 1  0      0   4464   7732  54128    0    0     0     0  235   613  2  0 98  0
 0  1      0   6572   7736  54128    0    0     0   508  254   866  2  1 97  0
 0  0      0   6556   7752  54128    0    0     0   632  155    81  0  1 99  0
 0  0      0   6556   7752  54128    0    0     0     0  101    71  0  0 100  0
 1  0      0   6556   7752  54128    0    0     0     0  101    78  0  0 100  0
 2  0      0   5244   7760  54176    0    0    56     0  132  1305 36  2 62  0
 1  0      0   3592   7524  54280    0    0   356   808  158  1244 49  2 50  0
 0  1      0   3320   7564  53532    0    0   568     0  140  1293 60  1 39  0
 1  0   1036   5700   7096  47340    0    0   472   316  157  1541 42  4 54  0
 2  0   1036   5668   7096  47372    0    0    32     0  105   199  1  0 99  0
 0  0   1036   5668   7096  47372    0    0     0     0  104   197  0  0 100  0
 0  0   1036   5656   7108  47372    0    0     0   324  109   236  2  0 98  0
 0  0   1036   5656   7108  47372    0    0     0     0  106   177  0  0 100  0
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 0  0   1036   5656   7108  47372    0    0     0     0  103   175  0  0 100  0
 2  0   1036   5656   7108  47372    0    0     0     0  112   182  0  0 100  0
 0  0   1036   5656   7108  47372    0    0     0     0  105   187  0  0 100  0
 1  0   1036   5648   7116  47372    0    0     0    20  105   191  0  0 100  0
 0  0   1036   5648   7116  47372    0    0     0     0  103   211  2  0 98  0
 0  0   1036   5648   7116  47372    0    0     0     0  103   176  0  0 100  0
 3  0   1036   5648   7116  47372    0    0     0     0  101   178  0  0 100  0
 0  0   1036   5648   7116  47372    0    0     0     0  101   199  0  0 100  0
 0  0   1036   5616   7132  47380    0    0    12   436  144   220  4  0 96  0
 0  0   1036   5616   7132  47380    0    0     0     0  104    86  1  0 99  0
 0  0   1036   5616   7132  47380    0    0     0     0  102   117  1  0 99  0
 1  0   1036   5616   7132  47380    0    0     0     0  101    85  0  0 100  0
 0  0   1036   5616   7132  47380    0    0     0     0  101    91  0  0 100  0
 0  0   1036   5608   7140  47380    0    0     0   236  108    91  0  0 100  0
 0  0   1036   5608   7140  47380    0    0     0     0  106    80  0  0 100  0
 0  0   1036   5604   7140  47384    0    0     0     0  102    83  1  0 99  0
 0  0   1036   5600   7140  47384    0    0     0     0  109  1091  7  0 93  0
 0  0   1036   5600   7140  47384    0    0     0     0  102   100  0  0 100  0
 0  0   1036   5592   7148  47384    0    0     0   252  109   174  1  0 99  0
 0  0   1036   5584   7152  47388    0    0     8     0  115   357  3  0 97  0
 1  1   1036   3412   7176  47716    0    0   608     0  148  1652 45  4 51  0
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 0  0   1036   3344   7180  47240    0    0    40     0  110  1192  9  3 88  0
 0  0   1036   3472   7172  47120    0    0     0     0  102   153  1  0 99  0
 0  0   1036   3448   7192  47120    0    0     0   928  143    88  0  0 100  0
 0  0   1036   3448   7192  47120    0    0     0     0  101    81  0  0 100  0
 0  0   1036   3576   7192  46992    0    0     0     0  101    89  0  0 100  0
 2  0   1036   3576   7192  46992    0    0     0     0  102    92  0  0 100  0
 0  0   1036   3576   7192  46992    0    0     0     0  101    89  1  0 99  0
 0  0   1036   3568   7200  46992    0    0     0   504  160   120  1  0 99  0
 0  0   1036   3568   7200  46992    0    0     0     4  103    80  0  0 100  0
 0  0   1036   3568   7200  46992    0    0     0     0  102    76  0  0 100  0
 1  0   1036   3568   7200  46992    0    0     0     0  104    90  0  0 100  0
 0  0   1036   3568   7200  46992    0    0     0     0  120   184  0  1 99  0
 0  0   1036   3560   7208  46992    0    0     0    20  142   271  0  1 99  0
 0  0   1036   3680   7184  46888    0    0     0     0  131  1137  7  0 93  0
 0  0   1036   3680   7184  46888    0    0     0     0  108   275  3  0 97  0
 1  0   1036   3680   7184  46888    0    0     0     0  114   288  0  0 100  0
 0  0   1036   3680   7184  46888    0    0     0     0  104    96  0  0 100  0
 0  0   1036   3672   7192  46888    0    0     0   236  107   101  0  0 100  0
 0  0   1156   3340   6808  45260    0    0    32     0  112  2683 56  7 37  0
 1  0   1156   3468   6808  45132    0    0     0     0  101   153  1  0 99  0
 1  0   1156   3468   6808  45132    0    0     0     0  103    90  0  0 100  0
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 0  0   1156   3468   6808  45132    0    0     0     0  103    79  0  0 100  0
 0  0   1284   3664   6820  45012    0    0     0   800  121    91  0  0 100  0
 0  0   1284   3664   6820  45012    0    0     0     0  101    86  0  0 100  0
 0  0   1284   3664   6820  45012    0    0     0     0  102    83  0  1 99  0
 1  0   1284   3664   6820  45012    0    0     0     0  101   129  1  0 99  0
 0  0   1284   3664   6820  45012    0    0     0     0  104    82  0  0 100  0
 0  0   1284   3656   6828  45012    0    0     0   248  109    86  0  0 100  0
 0  0   1284   3656   6828  45012    0    0     0     0  101    80  0  0 100  0
 0  0   1284   3656   6828  45012    0    0     0     0  102    81  0  0 100  0
 1  0   1284   3656   6828  45012    0    0     0     0  102    92  0  1 99  0
 0  0   1284   3560   6828  45012    0    0     0     0  105  1105  8  1 91  0
 0  0   1284   3548   6840  45012    0    0     4   236  119   332  1  0 99  0
 0  0   1284   3544   6840  45016    0    0     4     0  108   211  1  0 99  0
 2  0   1412   3352   6848  45132    0    0   380     0  132   853  7  2 91  0
 3  0   2028   3636   6580  44568    0 1092  1084  1092  243   322  5  3 92  0
 0  1   2028   3584   6324  44648    0    4  1364     4  218   322  1  1 98  0
 0  1   2028   3636   6220  44604    0    0   604   860  216   217  1  1 98  0
 1  0   2584   3676   5676  44904    0   12  1860    12  190   248 13  1 86  0
 1  0   3468   3584   5268  43708    0  808  1264   808  252   383 20  4 76  0
 1  1   3596   3624   4884  44440    0   36  1760    36  224   339 47  0 53  0
 0  1   3596   3676   4888  44248    0  244   836   244  168   307  5  0 95  0
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 1  2   3596   3572   4912  44244    0  312   376   524  169   259  2  1 97  0
 0  1   3596   3624   4896  43988    0   96   884    96  207   312  1  2 97  0
 4  1   3596   3680   4904  43460    0  536   436   536  181   736  8  2 90  0
 3  0   3852   3692   4688  43348    0    0   436     8  159  1141 50  5 45  0
 1  0   3980   3584   3800  39076    0    0   624     0  184   426 82  4 14  0
 1  0   3980   3656   3768  38872    0   12   492   420  178   288 56  1 43  0
 0  1   4364   3688   3624  39132    0  756  1164   760  199   335 35  4 61  0
 1  0   6264   3664   3152  37400    0  704   656   712  211   286 25  0 75  0
 1  2   7416   3692   3168  36724    0 1812   376  1820  217   239 12  1 87  0
 0  4   8816   3672   3244  36516    0  916   320  1360  182   218  6  1 93  0
 1  0   9712   9880   3320  37016    0    4   844    72  221   334  8  2 90  0
 1  3   9712   9480   3516  37636    0    0   788   264  197   253  0  2 98  0
 0  2   9712   8444   3604  38396    0    0   848     0  179   312  8  0 92  0
 3  0   9712   7268   3680  39224    0    0   904     0  169  1058  8  2 90  0
 0  0   9712   7248   3680  39224    0    0     0     0  101  1172  5  1 94  0
 0  0   9712   7236   3692  39224    0    0     0   272  110    87  0  0 100  0
 0  0   9712   7236   3692  39224    0    0     0     0  106    81  0  0 100  0
 1  0   9712   7236   3692  39224    0    0     0     0  104    81  0  0 100  0
 0  0   9712   7236   3692  39224    0    0     0     0  101   132  2  0 98  0
 0  0   9712   7228   3700  39224    0    0     0   236  107    85  0  0 100  0
 0  0   9712   7228   3700  39224    0    0     0     0  101    88  0  0 100  0
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 4  0   9712   7228   3700  39224    0    0     0     0  104    80  0  0 100  0
 0  0   9712   7228   3700  39224    0    0     0     0  101    90  0  0 100  0
 1  0   9712   7228   3700  39224    0    0     0     0  102    87  0  0 100  0
 0  0   9712   7220   3708  39224    0    0     0   236  107   133  2  0 98  0
 0  0   9712   7220   3708  39224    0    0     0     0  104    78  0  0 100  0
 1  0   9712   7220   3708  39224    0    0     0     0  102    80  0  0 100  0
 0  0   9712   7220   3708  39224    0    0     0     0  102    89  0  0 100  0
 0  0   9712   7196   3728  39228    0    0    20     0  106    97  0  0 100  0
 0  1   9712   7196   3728  39228    0    0     0   520  139    83  0  0 100  0
 0  0   9712   7184   3736  39228    0    0     0    48  158   141  1  2 97  0
 0  0   9712   7184   3736  39228    0    0     0     0  102    79  0  0 100  0
 1  0   9712   7184   3736  39228    0    0     0     0  102    91  0  0 100  0
 0  0   9712   7184   3736  39228    0    0     0     0  103    92  0  0 100  0
 0  0   9712   7176   3744  39228    0    0     0   364  135    93  0  0 100  0
 0  0   9712   7176   3744  39228    0    0     0     0  103    78  0  0 100  0
 2  0   9712   7176   3744  39228    0    0     0     0  156   322  2  1 97  0
 1  0   9712   7068   3744  39252    0    0    24     0  166  1482  5  1 94  0
 1  0   9712   6776   3744  39528    0    0   276     0  185   807 15  1 84  0
 0  1   9712   6216   3784  39704   32    0   236   404  293  3806 25  4 71  0
 0  0   9712   6212   3784  39704    0    0     0     0  141   314  1  0 99  0
 2  0   9712   6212   3784  39704    0    0     0     0  103    82  0  1 99  0
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 0  0   9712   6212   3784  39704    0    0     0     0  101   159  1  0 99  0
 0  0   9712   6212   3784  39704    0    0     0     0  196   401  1  1 98  0
 0  0   9712   6204   3792  39704    0    0     0   364  164   213  0  0 100  0
 0  0   9712   6204   3792  39704    0    0     0     0  101    79  0  0 100  0
 1  0   9712   6200   3792  39708    0    0     0     0  102    87  0  0 100  0
 0  0   9712   6196   3792  39708    0    0     0     0  103   114  0  1 99  0
 1  0   9712   4420   3792  39708   32    0    32     0  108    92 54  0 46  0
 2  0   9712   4404   3804  39712    0    0     8   260  123    87 74 23  3  0
 3  0   9712   4404   3804  39712    0    0     0     0  131    73 70 30  0  0
 8  8   9684  18828   3856  40088  828    0  1248     0  190   333 14 13 73  0
 0  1   1252  62392   3924  40320  540    0   848     0  178   363  6  4 90  0
 0  1   1252  61128   4020  41276    0    0  1056     0  191   170 15  1 84  0
 0  0    320  61884   4060  41828   20    0   600   440  164   114 11  3 86  0

[-- Attachment #4: kde-k2.6.0-t2.txt --]
[-- Type: text/plain, Size: 25430 bytes --]

procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 0  0      0  95252   2952  11772    0    0   174    89 1033    95  6  8 64 23
 0  0      0  95252   2952  11772    0    0     0     0 1005     8  1  0 99  0
 0  0      0  95228   2960  11772    0    0     0    68 1005    15  0  0 98  2
 0  0      0  95228   2960  11772    0    0     0     0 1003     4  0  0 100  0
 0  0      0  95228   2960  11772    0    0     0     0 1023    44  0  0 100  0
 0  0      0  95228   2960  11772    0    0     0     0 1026    47  0  0 100  0
 0  0      0  95228   2960  11772    0    0     0     0 1019    29  0  0 100  0
 0  2      0  94116   3032  12408    0    0   708     4 1052   136  1  2 45 52
 0  1      0  91044   3212  14100    0    0  1844   136 1094   220  5  3  0 92
 2  0      0  57100   3268  18336    0    0  4228     0 1155   149 42  6  0 52
 0  1      0  55948   3328  19004    0    0   728     0 1052    62 66  1  0 33
 0  0      0  55756   3448  19192    0    0   308     0 1059   120  6  1 58 35
 0  1      0  53308   3540  19620    0    0   504   452 1048    61 23  1 43 34
 1  0      0  50340   3644  21460    0    0  1944     0 1078   311  8  4  0 88
 0  1      0  49332   3808  22588    0    0  1276     0 1070   279  3  2  0 95
 0  1      0  45036   3880  26104    0    0  3588     0 1093   142  3  1  0 96
 0  1      0  41244   3904  30512    0    0  4428     0 1093   166 10  0  0 90
 0  2      0  38820   3940  32108    0    0  1628   732 1108    94 15  2  0 83
 1  1      0  32988   3960  36616    0    0  4524     4 1401   304  7  2  0 91
 0  2      0  28892   4068  37796    0    0  1280     0 1055   273 48  3  0 49
 1  1      0  27116   4252  38892    0    0  1280     0 1080   271 11  2  0 87
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 0  1      0  22292   4424  40472    0    0  1744     0 1111   547 37  4  0 59
 0  1      0  21980   4652  40480    0    0   220   584 1067   265  1  0  0 99
 0  2      0  20452   4828  41036    0    0   728     0 1068   343  5  2  0 93
 0  2      0  18372   5096  42160    0    0  1396     0 1097   346 10  2  0 88
 0  1      0  17860   5360  42164    0    0   268     0 1069   339  2  1  0 97
 0  1      0  16612   5884  42164    0    0   524     0 1134   279  2  1  0 97
 1  0      0  13264   6012  43088    0    0  1036   440 1072  2627 32  7  0 61
 0  2      0   8744   6156  44600    0    0  1644     0 1091   727 34  6  0 60
 0  1      0   9028   6192  46408    0    0  1844     0 1072   356 29  2  0 69
 0  2      0   8712   6256  49232    0    0  2888     0 1096   296  6  3  0 91
 1  2      0   3956   5796  51308    0    0  3228     0 1084   464 53  3  0 44
 1  1      0   4504   4796  48540    0    0   716  1008 1133   617 42  7  0 51
 0  1      0   4624   4796  45204    0    0  1144     0 1131  1222 44  5  0 51
 0  1      0   4664   4572  42212    0    0   932    28 1106   969 30  6  0 64
 1  3      0   9800   3300  36428    0    0   868   100 1106   641 30  5  0 65
 0  3      0   5720   3400  37296    0    0   964     0 1135   991 37  4  0 59
 0  3      0   4312   3492  37872    0    0   648   916 1141   433 12  1  0 87
 0  2      0   3832   3288  38168    0    0  1540    48 1248   535 10  3  0 87
 0  3      0   4448   3172  37592    0    0   416    20 1113   813  8  2  0 90
 1  3      0   4196   2948  35456    0    0  1384    40 1123   614 17  3  0 80
 0  7      0   3300   2836  35712    0    0  1824   128 1245   379 13  2  0 86
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 0  5      0   3948   2784  35008    0    0   816   812 1142   305  4  1  0 95
 3  2      0   6240   2800  35196    0    0   796     8 1130   325 56  3  0 41
 0  4      0   2108   2792  35268    0    0  1712    44 1145  1023 35  8  0 57
 0  2      0   3324   2488  33620    0    0   476   176 1169   508 31  4  0 65
 0  4      0   3112   1972  33976    0    0  1360   668 1294   543  5  2  0 93
 0  3    188   3612   1816  33472    0  188   760   512 1402   788 13  2  0 85
 0  2    188   3852   1892  33332    0    0   664    36 1288   762  6  2  0 92
 0  1    188   3636   1988  33704    0    0   536     0 1126   409  7  1  0 92
 0  1    188   3884   2016  33672    0    0   760    20 1144   732  6  2  0 92
 0  2    188   3764   2148  33672    0    0   132   512 1152   270  0  1  0 99
 0  2    188   3572   2328  33672    0    0   168   360 1138   358  1  1  0 98
 0  0    188   3452   2452  33672    0    0   120     4 1095   261  1  2 41 56
 0  0    188   3472   2452  33672    0    0     0     0 1055   154  4  0 96  0
 0  0    188   3472   2452  33672    0    0     0     0 1054   158  3  1 96  0
 0  0    188   3472   2460  33672    0    0     0   136 1055   184  0  0 99  1
 0  0    188   3472   2460  33672    0    0     0     0 1057   172  0  0 100  0
 0  0    188   3488   2472  33672    0    0    12     0 1055   187  0  0 94  6
 0  0    188   3488   2472  33672    0    0     0     0 1052   162  0  0 100  0
 0  0    188   3488   2472  33672    0    0     0     0 1053   162  0  0 100  0
 0  0    188   3488   2480  33672    0    0     0   228 1058   192  0  0 99  1
 0  0    188   3492   2480  33672    0    0     0     0 1052   167  1  1 98  0
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 0  0    188   3492   2500  33680    0    0    28     0 1060   187  0  0 90 10
 0  0    188   3492   2500  33680    0    0     0     0 1052   174  0  0 100  0
 0  0    188   3492   2500  33680    0    0     0     0 1055   174  1  1 98  0
 0  0    188   3496   2512  33684    0    0     8   244 1276   333  4  0 91  5
 0  0    188   3352   2624  33704    0    0   132     0 1544   488  3  1 48 48
 0  0    188   3352   2624  33704    0    0     0     0 1529   274  0  2 98  0
 0  0    188   3352   2624  33704    0    0     0     0 1209   163  0  0 100  0
 0  0    188   3352   2624  33704    0    0     0     0 1053   162  0  0 100  0
 0  0    188   3352   2632  33704    0    0     0   244 1059   200  0  0 99  1
 0  0    188   3352   2632  33704    0    0     0     0 1052   166  0  0 100  0
 0  0    188   3352   2632  33704    0    0     0     0 1054   168  0  0 100  0
 0  2    188   3392   2316  33600    0    0   624    12 1556   942  5  2 17 76
 0  2    752   3620   2044  32536    0  564  1588   608 1268  1055 10  4  0 87
 0  2   2232   3644   2124  32808    0 1480   812  2100 1188   706 20  3  0 77
 0  2   2232   3540   2068  32836    0    0  1536    32 1355   822 12  1  0 87
 0  1   2396   5676   2116  29992   32  164  1292   172 1278   999 15  3  0 83
 1  1   2396   4484   2260  30556    0    0   704     0 1196   673  7  2  0 92
 0  3   2396   3972   2476  30644    0    0   704    16 1175  1528 13  3  0 84
 0  2   2396   4192   2476  30292    0    0   772   520 1146   644  5  2  0 93
 0  2   2840   4260   2516  29960  184  444   736   476 1138   633  8  2  0 90
 0  3   3180   4400   2532  29984   32  340   604   424 1142   649  6  2  0 92
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 0  3   4008   4104   2584  29652    0  828  1456  1040 1151   467  2  3  0 95
 0  4   4632   3856   2584  29520    0  624   784   872 1163   379  2  1  0 97
 0  3   5376   4384   2488  29556    0  744   392   748 1141   480  7  2  0 91
 0  2   6368   4132   1908  29164   28  992   132  1340 1146   588  3  3  0 94
 0  2   6368   4032   1988  29728    0    0   656     4 1095   441 11  2  0 87
 0  2   6696   4768   2104  30460   32  328  1280   328 1160   711 13  2  0 85
 0  3   6696   4528   2324  30484    0    0   244   124 1112   513  4  1  0 95
 0  3   6696   4144   2512  30592    0    0   280   484 1114   485  2  1  0 97
 0  2   6696   5080   2164  30172    0    0   424    36 1116   606 11  2  0 87
 0  1   6696   4772   2356  30308    0    0   332     0 1122   428  2  1  0 97
 0  0   6696   4748   2368  30312    0    0    12     0 1057   225  2  0 89  9
 0  0   6696   4728   2380  30312    0    0     0   336 1058   201  0  0 98  2
 0  0   6696   4728   2380  30312    0    0     0     0 1053   188  0  0 100  0
 0  0   6696   4744   2384  30312    0    0     4     0 1053   200  1  1 98  0
 0  0   6696   4744   2384  30312    0    0     0     0 1054   202  1  0 99  0
 0  0   6696   4744   2384  30312    0    0     0     0 1054   170  0  0 100  0
 0  0   6696   4744   2392  30312    0    0     0   232 1056   194  1  1 98  0
 0  2   6696   4528   2312  30316    0    0   716    12 1090   192  2  1 69 28
 0  1   7020   4076   2448  30656    0  324  1072   356 1111   294  0  1  0 99
 0  3   7520   2104   2368  30496    0  500  1444   524 1077   550 25  3  0 72
 0  2   7856   2500   2424  29952    0  336   452   472 1090   370 11  4  0 85
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 0  0   9020   6300   2468  29944    0 1164   132  1784 1171   314  5  1 55 39
 0  0   9020   6300   2468  29944    0    0     0     0 1003    96  0  0 100  0
 0  0   9020   6304   2468  29944    0    0     0     0 1006    82  0  0 100  0
 0  0   9020   6304   2468  29944    0    0     0     0 1002    80  0  0 100  0
 0  0   9020   6344   2468  29944    0    0     0     0 1004    94  0  1 99  0
 0  0   9020   6368   2476  29944    0    0     0   232 1008   149  1  0 99  0
 0  0   9020   6372   2476  29944    0    0     0     0 1003    87  0  0 100  0
 0  0   9020   6372   2476  29944    0    0     0     0 1002    87  0  0 100  0
 0  0   9020   6372   2476  29944    0    0     0     0 1003    91  0  0 100  0
 0  0   9020   6372   2476  29944    0    0     0     0 1002    80  0  0 100  0
 0  0   9020   6400   2484  29944    0    0     0   232 1007   106  1  1 98  0
 0  0   9020   6400   2484  29944    0    0     0     0 1002   131  2  0 98  0
 0  0   9020   6304   2496  29972  128    0   168     0 1013   106  0  0 86 14
 0  0   9020   6304   2496  29972    0    0     0     0 1003    81  0  0 100  0
 0  0   9020   6304   2496  29972    0    0     0     0 1003    89  0  0 100  0
 0  1   9020   6304   2496  29972    0    0     0   804 1066   130  0  0 82 18
 1  0   9020   6304   2504  29972    0    0     0    12 1109   106  1  2  7 90
 0  0   9020   6304   2504  29972    0    0     0     0 1002   121  1  0 99  0
 0  0   9020   6304   2504  29972    0    0     0     0 1004    96  0  0 100  0
 0  0   9020   6304   2504  29972    0    0     0     0 1003    81  0  0 100  0
 0  0   9020   6304   2512  29972    0    0     0   232 1009   101  0  0 100  0
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 0  0   9020   6304   2512  29972    0    0     0     0 1002    89  0  0 100  0
 0  0   9020   6304   2512  29972    0    0     0     0 1003    87  1  1 98  0
 0  0   9020   5104   2620  30364  384    0   884     0 1076  1096 13  1  9 77
 0  1   9020   5056   2628  30392   32    0    68     0 1011   200  1  0 91  8
 0  0   9020   4744   2672  30516    0    0   156   296 1035   222  2  1 67 30
 1  1   9388   3992   2424  30476    0  368   948   404 1109  1104 19  2 14 64
 0  1   9864   4168   2496  30084   60  476   416   596 1099   332  9  2  0 89
 0  1   9868   4756   2376  29720  120    4   848    28 1125   952 11  3  0 86
 0  3   9868   4048   2420  29800   96    0   940     4 1130  1164 10  2  0 88
 0  0  10748   4360   2432  29636    0  880   104  1540 1082   188  0  1 77 22
 0  0  10748   4360   2432  29640    0    0     4     0 1026   104  0  0 97  3
 0  0  10748   4364   2432  29640    0    0     0     0 1004    80  0  0 100  0
 0  0  10748   4364   2432  29640    0    0     0     0 1003    82  0  0 100  0
 0  0  10748   4364   2432  29640    0    0     0     0 1003    89  1  1 98  0
 0  0  10748   4364   2440  29640    0    0     0   232 1010   140  2  0 98  0
 0  0  10748   4384   2440  29640    0    0     0     0 1002    81  0  0 100  0
 0  0  10748   4384   2440  29644    0    0     0     0 1003    90  0  0 100  0
 0  0  10748   4384   2440  29644    0    0     0     0 1004    85  0  0 100  0
 0  0  10748   4384   2440  29644    0    0     0     0 1003    81  0  0 100  0
 0  0  10748   4384   2448  29644    0    0     0    28 1006   116  0  0 100  0
 0  0  10748   4384   2448  29644    0    0     0     0 1002   113  2  0 98  0
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 0  0  10748   4384   2448  29644    0    0     0     0 1002    82  0  0 100  0
 0  0  10748   4384   2448  29644    0    0     0     0 1003    82  0  0 100  0
 0  0  10748   4384   2448  29644    0    0     0     0 1002    92  0  0 100  0
 0  0  10748   4384   2456  29644    0    0     0   232 1006   108  0  1 98  1
 0  0  10748   4384   2456  29644    0    0     0     0 1003    88  0  0 100  0
 1  1  10896   2960   2432  29988   96  148   896   160 1088  1446 16  5  3 76
 0  1  11392   3604   2420  28672    0  496   496   632 1123   607 21  3  0 76
 0  2  11820   3724   1984  28456    0  428  1268   436 1205   974 15  2  0 84
 0  2  12008   3628   1948  29072    0  188  1912   484 1161   466  3  1  0 96
 0  2  13220   3796   1908  29296    0 1212  1992  1640 1162   459 17  2  0 81
 0  2  13220   3900   2080  29188    0    0   888    12 1194   555  1  1  0 98
 0  2  13220   4284   2016  29216    0    0   500     8 1076   560  4  1  0 95
 1  3  13220   3708   2060  29256   32    0   448    24 1076  1693 16  3  0 81
 0  3  13280   3948   2076  28948    0   60   168   484 1114   303  2  1  0 97
 0  2  13280   3420   2044  29444   64    0  1276   348 1148   459  5  2  0 93
 0  2  13464   2904   2024  29272  208  184  1124   196 1238   371 41  1  0 58
 0  4  13732   2228   2100  29600   64  268  1652   284 1248   970  8  2  0 90
 0  5  14740   2320   1980  29048    0 1008   564  1048 1124   664 15  3  0 82
 0  5  15588   1972   1712  27696    0  848   556   988 1069   452  9  2  0 89
 0  3  16672   5800    736  25320    0 1084   104  1352 1085   560  5  5  0 90
 0  1  16672   6044    984  25432    0    0   360     4 1088   473  5  2  0 93
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 0  2  16672   5756   1136  25560    0    0   272     0 1053   346  0  1 47 52
 0  0  16672   5396   1208  25824    0    0   332   368 1056   373  3  2 50 45
 0  0  16672   5400   1208  25824    0    0     0     0 1002   217  0  0 100  0
 0  0  16672   5400   1208  25824    0    0     0     0 1002   213  0  0 100  0
 0  0  16672   5456   1208  25824    0    0     0     0 1003   209  0  0 100  0
 0  0  16672   5456   1208  25824    0    0     0     0 1002   207  0  0 100  0
 0  0  16672   5460   1216  25824    0    0     0   232 1008   261  0  1 98  1
 0  0  16672   5412   1216  25888    0    0    64     0 1003   290  1  0 97  2
 0  0  16672   5428   1216  25916    0    0    28     0 1005   213  0  0 97  3
 0  0  16672   5428   1216  25916    0    0     0     0 1003   209  0  0 100  0
 0  0  16672   5428   1216  25916    0    0     0     0 1003   210  0  0 100  0
 0  0  16672   5428   1224  25916    0    0     0    16 1005   221  0  0 100  0
 0  0  16672   5276   1256  26088    0    0   196     0 1030   256  4  1 75 20
 0  0  16672   5280   1256  26088    0    0     0     0 1002   136  1  1 98  0
 0  0  16672   5280   1256  26088    0    0     0     0 1002    90  0  0 100  0
 0  0  16672   5280   1256  26088    0    0     0     0 1002    93  0  0 100  0
 0  0  16672   5292   1268  26088    0    0     0   304 1009   104  0  0 100  0
 0  0  16672   5292   1268  26088    0    0     0     0 1003    99  0  0 100  0
 0  0  16672   5292   1268  26088    0    0     0     0 1005    93  1  1 98  0
 0  0  16672   5292   1268  26088    0    0     0     0 1003   121  0  0 100  0
 0  0  16672   4636   1272  26424  224    0   564     0 1043  1140  6  2 68 24
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 0  0  16672   4668   1284  26428    0    0     4   244 1038   127  0  0 96  4
 0  0  16672   4536   1284  26528    0    0   100     0 1023   367  3  0 91  6
 0  2  16672   4464   1388  26540    8    0   124     0 1042   787  6  1 53 40
 0  2  16672   3872   1208  26240  108    0   976    16 1075   727 11  3  0 86
 0  2  16976   3608   1324  26084    0  304  1232   304 1129   547 13  1  0 86
 0  3  17404   2808   1356  27036   84  428  1412   596 1126   685  9  2  0 89
 1  3  18388   2944   1484  26728   40  984   464   988 1079   578  1  0  0 99
 0  1  20012   3824   1564  26792   88 1624  1204  2104 1112   553  7  2  0 91
 1  0  20296   3904   1644  27292  100  284   860   288 1088  1672 15  1  0 84
 0  1  20912   3760   1728  27516    0  616  1492   624 1121   410  2  2  3 93
 0  1  20912   3280   2060  27516    0    0   332   272 1116   268  1  2 17 80
 0  0  20912   3256   2072  27520    0    0     4   480 1038   149  1  0 72 27
 0  0  20912   3260   2072  27520    0    0     0     0 1002   101  0  0 100  0
 0  0  20912   3236   2072  27520   32    0    32     0 1007   102  0  0 97  3
 0  0  20912   3236   2072  27520    0    0     0     0 1002    97  0  0 100  0
 0  1  20912   3260   2072  27520    0    0     0     4 1002   102  0  1 98  1
 0  0  20912   3260   2080  27520    0    0     0   240 1019   144  2  0 97  1
 0  0  20912   3264   2080  27520    0    0     0     0 1020    87  0  0 100  0
 0  0  20912   3264   2080  27520    0    0     0     0 1015   125  0  0 100  0
 0  0  20912   3268   2080  27520    0    0     0     0 1039   287  0  0 100  0
 0  0  20912   3268   2088  27520    0    0     0    16 1005   101  0  0 100  0
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 0  0  20912   3268   2088  27520    0    0     0     0 1003   102  1  1 98  0
 0  0  20912   3268   2088  27520    0    0     0     0 1002   120  0  0 100  0
 0  0  20912   3268   2088  27520    0    0     0     0 1002    97  0  0 100  0
 0  0  20912   3268   2088  27520    0    0     0     0 1003    95  0  0 100  0
 0  0  20912   3268   2096  27520    0    0     0   232 1007   116  0  0 99  1
 0  0  20912   3236   2096  27520    0    0     0     0 1008  1040  7  1 92  0
 0  0  20912   3236   2096  27520    0    0     0     0 1003   306  2  1 97  0
 0  0  20912   3236   2096  27520    0    0     0     0 1022   445  3  0 97  0
 0  0  20912   3236   2096  27520    0    0     0     0 1003   102  0  0 100  0
 0  3  20912   2260   1824  27284    0    0   116    16 1030  1223 17  3 54 26
 1  1  22264   3308   1700  27320    0 1480   816  1924 1064   503 24  3  0 73
 0  1  23284   3900   1556  26908    0 1020   224  1060 1068  1720 18  4  0 78
 0  1  23284   3732   1604  26968   60    0   168     0 1024   163  0  1 59 40
 0  0  23284   3636   1696  26980    0    0   104     0 1029   195  2  1 59 38
 0  0  23284   3628   1720  26980    0    0     4   640 1013   107  0  0 93  7
 0  0  23284   3628   1720  26980    0    0     0     0 1002   107  0  0 100  0
 0  0  23284   3628   1720  26980    0    0     0     0 1005    94  0  0 100  0
 0  0  23284   3628   1720  26980    0    0     0     0 1005   106  0  0 100  0
 0  0  23284   3632   1720  26980    0    0     0     0 1002    96  1  1 98  0
 0  0  23284   3632   1728  26980    0    0     0   244 1007   134  1  0 99  0
 0  0  23284   3632   1728  26980    0    0     0     0 1004    94  0  0 100  0
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 0  0  23284   3632   1728  26980    0    0     0     0 1004    94  0  0 100  0
 0  0  23284   3636   1728  26980    0    0     0     0 1002    91  0  0 100  0
 0  0  23284   3636   1728  26980    0    0     0     0 1003    90  0  0 100  0
 0  1  23284   3636   1728  26980    0    0     0   668 1072   139  0  0 80 20
 0  0  23284   3612   1736  26984    0    0     0    24 1739   215  1  1 57 40
 0  0  23284   3612   1752  26984    0    0    16     0 1006   103  0  0 91  9
 0  0  23284   3612   1752  26984    0    0     0     0 1003    90  0  0 100  0
 0  0  23284   3612   1752  26984    0    0     0     0 1003    90  0  0 100  0
 0  0  23284   3612   1760  26984    0    0     0   240 1009   112  0  0 98  2
 0  0  23284   3612   1760  26984    0    0     0     0 1003   139  1  1 98  0
 0  0  23284   3612   1760  26984    0    0     0     0 1003   155  0  0 100  0
 0  0  23284   3468   1760  26984    0    0     0     0 1020  1236  6  1 93  0
 0  0  23284   3468   1760  26984    0    0     0     0 1017   335  2  0 98  0
 0  0  23284   3060   1876  27184   96    0   396   276 1056   324  1  1 41 57
 0  2  23284   3340   1732  26948    0    0   160    20 1026   866  6  2 73 19
 1  1  23996   2476   1692  27440    0  712  1796   716 1142   503  5  3  0 92
 0  2  24328   3364   1740  27192    0  332  2148   336 1158   417  5  2  0 93
 0  1  25168   3848   1792  27188    0  840  3340  1372 1202   383  0  2  0 98
 0  1  25172   3176   1652  28092    0    4  2352    52 1203   255  1  1  0 98
 0  1  25620   3248   1600  28112    0  448  2036   488 1254   265  0  0  0 100
 0  3  25992   3880   1568  28248    0  372  1880   420 1187   306  3  2  0 95
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 1  1  26020   3880   1368  28388    0   28  1740    48 1232   314  3  1  0 96
 0  2  26424   3764   1380  28304    0  404  2372   696 1124   381 12  2  0 86
 0  2  26484   2168   1360  28044    0   60  1536   100 1194   549 11  2  0 88
 0  2  27076   2336   1024  28644    0  632  3872   696 1295   480 22  1  0 77
 0  1  27444   3256   1016  28140    0  368   828   396 1195   237 25  1  0 74
 0  3  27444   3904   1024  27412    0    0  1512     8 1134   321  2  1  0 97
 0  2  27444   3120   1120  28056   32    0   768   192 1188   380  3  1  0 96
 0  2  27936   3624   1080  27492   64  492   956   616 1082   330  1  1  0 98
 0  2  27936   3048   1296  27832    0    0   556     0 1091   354  1  0  0 99
 0  2  28036   3388   1224  27792   32  100  1000   152 1101   381  2  1  0 97
 0  3  28036   3628   1292  27456  192    0  1092    20 1131   428  1  2  0 97
 0  3  28284   3452   1320  26988  760  248  1256   492 1230   385  2  0  0 98
 0  3  29016   4116   1380  26448   32  732  1604   764 1500   569  3  1  0 96
 0  3  29016   3852   1620  26492    0    0   284     0 1070   266  1  1  0 98
 0  3  29016   3300   1904  26644    0    0   436     0 1089   336  2  1  0 97
 0  2  29064   3492   1664  26552  128   48   576   504 1071   346 18  1  0 81
 0  2  30756   2740   1656  25872  888 1692  2004  1700 2839  1643 23  2  0 75
 1  0  32612   3244   1588  24684    0 1928   528  1988 1171   403 44  3  0 53
 1  1  33208   2764   1528  24356    0  596   692   600 1140   427 56  2  0 42
 0  1  33620   3028   1384  24356    0  412   436   740 1082   254 50  2  0 48
 0  2  34332   2912   1244  24452    0  712  2180   724 1157   340  0  2  0 98
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
 0  2  34332   3176   1312  24876    0    0   808    12 1289   409  2  2  0 97
 0  3  34332   2912   1328  24784    0    0   484     4 1078   329  5  0  0 95
 0  3  34608   2888   1392  24648    0  276   368   280 1115   272  4  1  0 95
 0  3  35656   3020    972  24044    0 1048   556  1412 1146   503 19  3  0 78
 0  3  36268   2600   1012  22580    0  612   740   912 1213   476 16  4  0 81
 0  2  36528   8608   1080  22928  128  260   804   260 1405   360  2  1  0 97
 0  2  36528   7600   1184  23540  184    0   900     0 1082   311  4  1  0 95
 1  3  36528   6220   1304  24660   32    0  1272     4 1085   419  3  1  0 96
 0  8  36528   4964   1400  25432  336    0  1160   228 1079  1141  6  2  0 92
 0  1  36528   3884   1604  25852  464    0  1124     0 1106  1081  4  1  0 95
 0  0  36528   3380   1724  26108  128    0   500     0 1279   303  2  1 53 44
 0  0  36528   4580   1668  25560   56    0   220    12 1500  1789  7  4 73 16
 0  1  36528   3980   1688  26096    0    0   548   244 1507  1354 17  2 55 26
 0  1  36528   3380   1644  25732  732    0  1528     0 1576  2565 16  4  0 80
 0  0  36528   4100   1400  24112 1152    0  1868    12 1596  1362  7  3 11 79
 0  1  36528   4004   1404  24148   28    0    64     0 1499   494  1  1 89  9
 0  2  36528   3604   1404  24280  288    0  1612    24 1583  1005  9  2  0 89
 0  0  37176  15216   1440  24644   12  804   788   884 1220   403  1  2 29 68
 0  1  37168  14320   1448  24792  584    0   732     0 1059   279 28  0 35 38
 0  0  37160  13792   1472  24912  384    0   520     0 1032   125 39  1 35 25

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

* Re: Disk performance degradation
  2003-07-31  6:59         ` Stefano Rivoir
@ 2003-07-31  7:16           ` Andrew Morton
  0 siblings, 0 replies; 17+ messages in thread
From: Andrew Morton @ 2003-07-31  7:16 UTC (permalink / raw)
  To: Stefano Rivoir; +Cc: lista1, linux-kernel

Stefano Rivoir <s.rivoir@gts.it> wrote:
>
>  > How much more memory is X using when DRI is loaded?
> 
>  Here attached you'll find the vmstats, 2.4.21, 2.6.0 with DRI and 2.6.0
>  w/o DRI. 2.4.21 and 2.6.0-nodri are more or less the same...

wow, it seems to have taken 24 megabytes.

You may get nicer performance out of that little machine by decreasing
/proc/sys/vm/swappiness.  I have the feeling that the current default of
60% is about right for 256M machines, but too small for larger machines,
too large for smaller machines.   I use 85% on a 1G desktop machine.



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

* Re: Disk performance degradation
  2003-07-30 21:02   ` Mike Dresser
@ 2003-07-31  8:35     ` Måns Rullgård
  2003-07-31 14:00       ` Mike Dresser
  2003-07-31 21:15       ` Andrew Morton
  0 siblings, 2 replies; 17+ messages in thread
From: Måns Rullgård @ 2003-07-31  8:35 UTC (permalink / raw)
  To: linux-kernel

Mike Dresser <mdresser_l@windsormachine.com> writes:

> Probably for reasons like that.  For some reason, I can't set my ICH4
> based controller(ASUS P4B533) and Quantum Fireball AS40.0 to more than
> 255.  Kernel is 2.4.21

It appears that in 2.[56] kernels the unit for readahead is bytes,
rather than sectors, as used in 2.4 kernels.

-- 
Måns Rullgård
mru@users.sf.net


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

* Re: Disk performance degradation
  2003-07-31  8:35     ` Måns Rullgård
@ 2003-07-31 14:00       ` Mike Dresser
  2003-07-31 21:15       ` Andrew Morton
  1 sibling, 0 replies; 17+ messages in thread
From: Mike Dresser @ 2003-07-31 14:00 UTC (permalink / raw)
  To: linux-kernel

On Thu, 31 Jul 2003, [iso-8859-1] Måns Rullgård wrote:

> It appears that in 2.[56] kernels the unit for readahead is bytes,
> rather than sectors, as used in 2.4 kernels.

See, I knew I was offtopic!

Thanks though =)

Mike

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

* Re: Disk performance degradation
  2003-07-31  8:35     ` Måns Rullgård
  2003-07-31 14:00       ` Mike Dresser
@ 2003-07-31 21:15       ` Andrew Morton
  2003-07-31 22:17         ` Bartlomiej Zolnierkiewicz
  1 sibling, 1 reply; 17+ messages in thread
From: Andrew Morton @ 2003-07-31 21:15 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: linux-kernel

mru@users.sourceforge.net (Måns Rullgård) wrote:
>
> Mike Dresser <mdresser_l@windsormachine.com> writes:
> 
> > Probably for reasons like that.  For some reason, I can't set my ICH4
> > based controller(ASUS P4B533) and Quantum Fireball AS40.0 to more than
> > 255.  Kernel is 2.4.21
> 
> It appears that in 2.[56] kernels the unit for readahead is bytes,
> rather than sectors, as used in 2.4 kernels.

The ioctl which is used by

	blockdev --setra

is still in 512-byte units.

There are other backdoors such as IDE-private /proc files which can be used
to set readahead.  I'm not sure what units they use, and I don't know what
mechanism hdparm is using to diddle readahead.

Whatever it is, I suggest you ignore it and use /sbin/blockdev; it works
for all disk types.


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

* Re: Disk performance degradation
  2003-07-31 21:15       ` Andrew Morton
@ 2003-07-31 22:17         ` Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; 17+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2003-07-31 22:17 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Måns Rullgård, linux-kernel


On Thu, 31 Jul 2003, Andrew Morton wrote:

> mru@users.sourceforge.net (Mĺns Rullgĺrd) wrote:
> >
> > Mike Dresser <mdresser_l@windsormachine.com> writes:
> >
> > > Probably for reasons like that.  For some reason, I can't set my ICH4
> > > based controller(ASUS P4B533) and Quantum Fireball AS40.0 to more than
> > > 255.  Kernel is 2.4.21
> >
> > It appears that in 2.[56] kernels the unit for readahead is bytes,
> > rather than sectors, as used in 2.4 kernels.
>
> The ioctl which is used by
>
> 	blockdev --setra
>
> is still in 512-byte units.
>
> There are other backdoors such as IDE-private /proc files which can be used
> to set readahead.  I'm not sure what units they use, and I don't know what
> mechanism hdparm is using to diddle readahead.

in 2.4.x:

/proc/ide/hdX/settings

breada_readahead - BLKRA{GET/SET}
file_readahead - BLKFRA{GET/SET}

both are in 1024 bytes units

in 2.6.x they are gone :-).

and hdparm is using BLKRA{GET/SET}

--
Bartlomiej


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

* RE: Disk performance degradation
@ 2003-07-30 11:43 Frederick, Fabian
  0 siblings, 0 replies; 17+ messages in thread
From: Frederick, Fabian @ 2003-07-30 11:43 UTC (permalink / raw)
  To: Stefano Rivoir; +Cc: linux-kernel

Comparative vmstat -d 1 could help as well

-----Message d'origine-----
De : Andrew Morton [mailto:akpm@osdl.org]
Envoyé : mercredi 30 juillet 2003 12:55
À : Stefano Rivoir
Cc : lista1@telia.com; linux-kernel@vger.kernel.org
Objet : Re: Disk performance degradation


Stefano Rivoir <s.rivoir@gts.it> wrote:
>
> Voluspa wrote:
> 
> > On 2003-07-29 12:00:06 Stefano Rivoir wrote:
> > 
> > 
> >>Is there something I'm missing?!
> > 
> > 
> > No, you are not ;-) You can reclaim some speed by doing a "hdparm -a
> > 512". See thread for explanation (it's the borked value for readahead):
> 
> Thanks for the hint. This seems to make things a little better, but I'm
> still far away from 2.4 performances. I thought that anticipatory sched
> could be part of the problem, and booting with elevator=deadline
> does a little better... but using 2.4 is completely another thing.
> By the way, -a 512 vs -a 8 is a kernel "change" or an hdpam one?

What makes you think it is a disk performance problem at all?  All we know
is that KDE applications take longer to start up, yes?

How much memory is in that machine?  Can you run a `vmstat 1' trace during
the "slow" operations?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

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

* Disk performance degradation
@ 2003-07-29 12:00 Stefano Rivoir
  0 siblings, 0 replies; 17+ messages in thread
From: Stefano Rivoir @ 2003-07-29 12:00 UTC (permalink / raw)
  To: linux-kernel

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


Comparing performances between kernel versions, I can feel a
huge overall perfs degradation on the IDE disk. What seems
fast (or "normal") on a 2.4.21 gets clearly slow on a 2.6t2
kernel; -mm1 seems worse to me than 2.6t2 vanilla.

I've done a very stupid test on my notebook: I've repeated
exactly the same sequence of operations on a 2.4 and a
2.6t2/mm1, as root: starting an application requires libs
loading, config reading etc, loading KDE apps makes it
doubled :)

                		2.4.22-pre7  2.6.0t2-mm1  2.6.0t2
[reboot]
KDE startup    		  50 	       67           45
Opening home folder  	   5           30           25
Opening www.kernel.org	   9 	       35           30
Opening a konsole	   2 	       22            9
Opening a 2nd konsole	  <1           12           12
Opening GnuCash		  22 	       50           45
Back to console...

Here attached the .config for both 2.4 and 2.5 and lspci output;
hdparm -tT says ~200Mb/~22Mb on both kernels.

Is there something I'm missing?!


-- 
Stefano RIVOIR
GTS Srl

[-- Attachment #2: .config.2.4 --]
[-- Type: text/plain, Size: 24845 bytes --]

#
# Automatically generated by make menuconfig: don't edit
#
CONFIG_X86=y
# CONFIG_SBUS is not set
CONFIG_UID16=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

#
# Loadable module support
#
CONFIG_MODULES=y
# CONFIG_MODVERSIONS is not set
CONFIG_KMOD=y

#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
CONFIG_MPENTIUMIII=y
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MELAN is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_X86_HAS_TSC=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_PGE=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_F00F_WORKS_OK=y
CONFIG_X86_MCE=y
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_HIGHMEM is not set
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
# CONFIG_SMP is not set
# CONFIG_X86_UP_APIC is not set
# CONFIG_X86_UP_IOAPIC is not set
# CONFIG_X86_TSC_DISABLE is not set
CONFIG_X86_TSC=y

#
# General setup
#
CONFIG_NET=y
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_ISA=y
CONFIG_PCI_NAMES=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
CONFIG_HOTPLUG=y

#
# PCMCIA/CardBus support
#
# CONFIG_PCMCIA is not set

#
# PCI Hotplug Support
#
# CONFIG_HOTPLUG_PCI is not set
# CONFIG_HOTPLUG_PCI_COMPAQ is not set
# CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM is not set
# CONFIG_HOTPLUG_PCI_ACPI is not set
CONFIG_SYSVIPC=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_SYSCTL=y
CONFIG_KCORE_ELF=y
# CONFIG_KCORE_AOUT is not set
CONFIG_BINFMT_AOUT=m
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=m
CONFIG_PM=y
# CONFIG_APM is not set

#
# ACPI Support
#
CONFIG_ACPI=y
# CONFIG_ACPI_HT_ONLY is not set
CONFIG_ACPI_BOOT=y
CONFIG_ACPI_BUS=y
CONFIG_ACPI_INTERPRETER=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_SYSTEM=y
CONFIG_ACPI_AC=m
# CONFIG_ACPI_BATTERY is not set
CONFIG_ACPI_BUTTON=m
# CONFIG_ACPI_FAN is not set
# CONFIG_ACPI_PROCESSOR is not set
# CONFIG_ACPI_THERMAL is not set
# CONFIG_ACPI_ASUS is not set
# CONFIG_ACPI_TOSHIBA is not set
# CONFIG_ACPI_DEBUG is not set
# CONFIG_ACPI_RELAXED_AML is not set

#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set

#
# Parallel port support
#
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
CONFIG_PARPORT_PC_CML1=m
# CONFIG_PARPORT_SERIAL is not set
CONFIG_PARPORT_PC_FIFO=y
# CONFIG_PARPORT_PC_SUPERIO is not set
# CONFIG_PARPORT_AMIGA is not set
# CONFIG_PARPORT_MFC3 is not set
# CONFIG_PARPORT_ATARI is not set
# CONFIG_PARPORT_GSC is not set
# CONFIG_PARPORT_SUNBPP is not set
# CONFIG_PARPORT_OTHER is not set
# CONFIG_PARPORT_1284 is not set

#
# Plug and Play configuration
#
CONFIG_PNP=y
# CONFIG_ISAPNP is not set

#
# Block devices
#
CONFIG_BLK_DEV_FD=m
# CONFIG_BLK_DEV_XD is not set
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_CISS_SCSI_TAPE is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_LOOP is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_BLK_DEV_INITRD is not set
# CONFIG_BLK_STATS is not set

#
# Multi-device support (RAID and LVM)
#
# CONFIG_MD is not set
# CONFIG_BLK_DEV_MD is not set
# CONFIG_MD_LINEAR is not set
# CONFIG_MD_RAID0 is not set
# CONFIG_MD_RAID1 is not set
# CONFIG_MD_RAID5 is not set
# CONFIG_MD_MULTIPATH is not set
# CONFIG_BLK_DEV_LVM is not set

#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
# CONFIG_NETLINK_DEV is not set
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_FILTER=y
CONFIG_UNIX=y
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_ARPD is not set
# CONFIG_INET_ECN is not set
# CONFIG_SYN_COOKIES is not set

#
#   IP: Netfilter Configuration
#
CONFIG_IP_NF_CONNTRACK=m
CONFIG_IP_NF_FTP=m
# CONFIG_IP_NF_AMANDA is not set
# CONFIG_IP_NF_TFTP is not set
CONFIG_IP_NF_IRC=m
# CONFIG_IP_NF_QUEUE is not set
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_LIMIT=m
# CONFIG_IP_NF_MATCH_MAC is not set
# CONFIG_IP_NF_MATCH_PKTTYPE is not set
# CONFIG_IP_NF_MATCH_MARK is not set
# CONFIG_IP_NF_MATCH_MULTIPORT is not set
CONFIG_IP_NF_MATCH_TOS=m
# CONFIG_IP_NF_MATCH_RECENT is not set
# CONFIG_IP_NF_MATCH_ECN is not set
# CONFIG_IP_NF_MATCH_DSCP is not set
# CONFIG_IP_NF_MATCH_AH_ESP is not set
# CONFIG_IP_NF_MATCH_LENGTH is not set
CONFIG_IP_NF_MATCH_TTL=m
# CONFIG_IP_NF_MATCH_TCPMSS is not set
# CONFIG_IP_NF_MATCH_HELPER is not set
CONFIG_IP_NF_MATCH_STATE=m
# CONFIG_IP_NF_MATCH_CONNTRACK is not set
# CONFIG_IP_NF_MATCH_UNCLEAN is not set
# CONFIG_IP_NF_MATCH_OWNER is not set
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
CONFIG_IP_NF_TARGET_MIRROR=m
CONFIG_IP_NF_NAT=m
CONFIG_IP_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=m
CONFIG_IP_NF_TARGET_REDIRECT=m
# CONFIG_IP_NF_NAT_LOCAL is not set
# CONFIG_IP_NF_NAT_SNMP_BASIC is not set
CONFIG_IP_NF_NAT_IRC=m
CONFIG_IP_NF_NAT_FTP=m
# CONFIG_IP_NF_MANGLE is not set
CONFIG_IP_NF_TARGET_LOG=m
CONFIG_IP_NF_TARGET_ULOG=m
# CONFIG_IP_NF_TARGET_TCPMSS is not set
# CONFIG_IP_NF_ARPTABLES is not set
# CONFIG_IP_NF_COMPAT_IPCHAINS is not set
# CONFIG_IP_NF_COMPAT_IPFWADM is not set
# CONFIG_IPV6 is not set
# CONFIG_KHTTPD is not set
# CONFIG_ATM is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set

#
# Appletalk devices
#
# CONFIG_DEV_APPLETALK is not set
# CONFIG_DECNET is not set
# CONFIG_BRIDGE is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_LLC is not set
# CONFIG_NET_DIVERT is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_FASTROUTE is not set
# CONFIG_NET_HW_FLOWCONTROL is not set

#
# QoS and/or fair queueing
#
# CONFIG_NET_SCHED is not set

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set

#
# Telephony Support
#
# CONFIG_PHONE is not set
# CONFIG_PHONE_IXJ is not set
# CONFIG_PHONE_IXJ_PCMCIA is not set

#
# ATA/IDE/MFM/RLL support
#
CONFIG_IDE=y

#
# IDE, ATA and ATAPI Block devices
#
CONFIG_BLK_DEV_IDE=y
# CONFIG_BLK_DEV_HD_IDE is not set
# CONFIG_BLK_DEV_HD is not set
CONFIG_BLK_DEV_IDEDISK=y
# CONFIG_IDEDISK_MULTI_MODE is not set
# CONFIG_IDEDISK_STROKE is not set
# CONFIG_BLK_DEV_IDECS is not set
CONFIG_BLK_DEV_IDECD=m
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
# CONFIG_BLK_DEV_IDESCSI is not set
# CONFIG_IDE_TASK_IOCTL is not set
# CONFIG_BLK_DEV_CMD640 is not set
# CONFIG_BLK_DEV_CMD640_ENHANCED is not set
# CONFIG_BLK_DEV_ISAPNP is not set
CONFIG_BLK_DEV_IDEPCI=y
# CONFIG_BLK_DEV_GENERIC is not set
CONFIG_IDEPCI_SHARE_IRQ=y
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_OFFBOARD is not set
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_PCI_WIP is not set
# CONFIG_BLK_DEV_ADMA100 is not set
# CONFIG_BLK_DEV_AEC62XX is not set
# CONFIG_BLK_DEV_ALI15X3 is not set
# CONFIG_WDC_ALI15X3 is not set
# CONFIG_BLK_DEV_AMD74XX is not set
# CONFIG_AMD74XX_OVERRIDE is not set
# CONFIG_BLK_DEV_CMD64X is not set
# CONFIG_BLK_DEV_TRIFLEX is not set
# CONFIG_BLK_DEV_CY82C693 is not set
# CONFIG_BLK_DEV_CS5530 is not set
# CONFIG_BLK_DEV_HPT34X is not set
# CONFIG_HPT34X_AUTODMA is not set
# CONFIG_BLK_DEV_HPT366 is not set
CONFIG_BLK_DEV_PIIX=y
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_PDC202XX_OLD is not set
# CONFIG_PDC202XX_BURST is not set
# CONFIG_BLK_DEV_PDC202XX_NEW is not set
# CONFIG_BLK_DEV_RZ1000 is not set
# CONFIG_BLK_DEV_SC1200 is not set
# CONFIG_BLK_DEV_SVWKS is not set
# CONFIG_BLK_DEV_SIIMAGE is not set
# CONFIG_BLK_DEV_SIS5513 is not set
# CONFIG_BLK_DEV_SLC90E66 is not set
# CONFIG_BLK_DEV_TRM290 is not set
# CONFIG_BLK_DEV_VIA82CXXX is not set
# CONFIG_IDE_CHIPSETS is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_IDEDMA_IVB is not set
# CONFIG_DMA_NONPCI is not set
CONFIG_BLK_DEV_IDE_MODES=y
# CONFIG_BLK_DEV_ATARAID is not set
# CONFIG_BLK_DEV_ATARAID_PDC is not set
# CONFIG_BLK_DEV_ATARAID_HPT is not set
# CONFIG_BLK_DEV_ATARAID_SII is not set

#
# SCSI support
#
CONFIG_SCSI=m
# CONFIG_BLK_DEV_SD is not set
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
# CONFIG_BLK_DEV_SR is not set
CONFIG_CHR_DEV_SG=m
# CONFIG_SCSI_DEBUG_QUEUES is not set
# CONFIG_SCSI_MULTI_LUN is not set
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set

#
# SCSI low-level drivers
#
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_7000FASST is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AHA152X is not set
# CONFIG_SCSI_AHA1542 is not set
# CONFIG_SCSI_AHA1740 is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_IN2000 is not set
# CONFIG_SCSI_AM53C974 is not set
# CONFIG_SCSI_MEGARAID is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_CPQFCTS is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_DTC3280 is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_EATA_DMA is not set
# CONFIG_SCSI_EATA_PIO is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_GENERIC_NCR5380 is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_PPA is not set
# CONFIG_SCSI_IMM is not set
# CONFIG_SCSI_NCR53C406A is not set
# CONFIG_SCSI_NCR53C7xx is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_NCR53C8XX is not set
# CONFIG_SCSI_SYM53C8XX is not set
# CONFIG_SCSI_PAS16 is not set
# CONFIG_SCSI_PCI2000 is not set
# CONFIG_SCSI_PCI2220I is not set
# CONFIG_SCSI_PSI240I is not set
# CONFIG_SCSI_QLOGIC_FAS is not set
# CONFIG_SCSI_QLOGIC_ISP is not set
# CONFIG_SCSI_QLOGIC_FC is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_SEAGATE is not set
# CONFIG_SCSI_SIM710 is not set
# CONFIG_SCSI_SYM53C416 is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_T128 is not set
# CONFIG_SCSI_U14_34F is not set
# CONFIG_SCSI_ULTRASTOR is not set
# CONFIG_SCSI_NSP32 is not set
# CONFIG_SCSI_DEBUG is not set

#
# Fusion MPT device support
#
# CONFIG_FUSION is not set
# CONFIG_FUSION_BOOT is not set
# CONFIG_FUSION_ISENSE is not set
# CONFIG_FUSION_CTL is not set
# CONFIG_FUSION_LAN is not set

#
# IEEE 1394 (FireWire) support (EXPERIMENTAL)
#
# CONFIG_IEEE1394 is not set

#
# I2O device support
#
# CONFIG_I2O is not set
# CONFIG_I2O_PCI is not set
# CONFIG_I2O_BLOCK is not set
# CONFIG_I2O_LAN is not set
# CONFIG_I2O_SCSI is not set
# CONFIG_I2O_PROC is not set

#
# Network device support
#
CONFIG_NETDEVICES=y

#
# ARCnet devices
#
# CONFIG_ARCNET is not set
CONFIG_DUMMY=m
# CONFIG_BONDING is not set
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set
# CONFIG_ETHERTAP is not set

#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
# CONFIG_SUNLANCE is not set
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNBMAC is not set
# CONFIG_SUNQE is not set
# CONFIG_SUNGEM is not set
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_LANCE is not set
# CONFIG_NET_VENDOR_SMC is not set
# CONFIG_NET_VENDOR_RACAL is not set
# CONFIG_AT1700 is not set
# CONFIG_DEPCA is not set
# CONFIG_HP100 is not set
# CONFIG_NET_ISA is not set
CONFIG_NET_PCI=y
# CONFIG_PCNET32 is not set
# CONFIG_AMD8111_ETH is not set
# CONFIG_ADAPTEC_STARFIRE is not set
# CONFIG_AC3200 is not set
# CONFIG_APRICOT is not set
# CONFIG_CS89x0 is not set
# CONFIG_TULIP is not set
# CONFIG_DE4X5 is not set
# CONFIG_DGRS is not set
# CONFIG_DM9102 is not set
CONFIG_EEPRO100=y
# CONFIG_EEPRO100_PIO is not set
# CONFIG_E100 is not set
# CONFIG_LNE390 is not set
# CONFIG_FEALNX is not set
# CONFIG_NATSEMI is not set
CONFIG_NE2K_PCI=m
# CONFIG_NE3210 is not set
# CONFIG_ES3210 is not set
# CONFIG_8139CP is not set
CONFIG_8139TOO=m
# CONFIG_8139TOO_PIO is not set
# CONFIG_8139TOO_TUNE_TWISTER is not set
# CONFIG_8139TOO_8129 is not set
# CONFIG_8139_OLD_RX_RESET is not set
# CONFIG_SIS900 is not set
# CONFIG_EPIC100 is not set
# CONFIG_SUNDANCE is not set
# CONFIG_SUNDANCE_MMIO is not set
# CONFIG_TLAN is not set
# CONFIG_TC35815 is not set
# CONFIG_VIA_RHINE is not set
# CONFIG_VIA_RHINE_MMIO is not set
# CONFIG_WINBOND_840 is not set
# CONFIG_NET_POCKET is not set

#
# Ethernet (1000 Mbit)
#
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
# CONFIG_E1000 is not set
# CONFIG_MYRI_SBUS is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_R8169 is not set
# CONFIG_SK98LIN is not set
# CONFIG_TIGON3 is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PLIP is not set
CONFIG_PPP=m
# CONFIG_PPP_MULTILINK is not set
# CONFIG_PPP_FILTER is not set
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
# CONFIG_PPP_DEFLATE is not set
CONFIG_PPP_BSDCOMP=m
CONFIG_PPPOE=m
# CONFIG_SLIP is not set

#
# Wireless LAN (non-hamradio)
#
# CONFIG_NET_RADIO is not set

#
# Token Ring devices
#
# CONFIG_TR is not set
# CONFIG_NET_FC is not set
# CONFIG_RCPCI is not set
# CONFIG_SHAPER is not set

#
# Wan interfaces
#
# CONFIG_WAN is not set

#
# Amateur Radio support
#
# CONFIG_HAMRADIO is not set

#
# IrDA (infrared) support
#
# CONFIG_IRDA is not set

#
# ISDN subsystem
#
# CONFIG_ISDN is not set

#
# Old CD-ROM drivers (not SCSI, not IDE)
#
# CONFIG_CD_NO_IDESCSI is not set

#
# Input core support
#
CONFIG_INPUT=m
# CONFIG_INPUT_KEYBDEV is not set
CONFIG_INPUT_MOUSEDEV=m
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
CONFIG_INPUT_EVDEV=m

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_SERIAL=m
# CONFIG_SERIAL_EXTENDED is not set
# CONFIG_SERIAL_NONSTANDARD is not set
CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=256
CONFIG_PRINTER=m
# CONFIG_LP_CONSOLE is not set
# CONFIG_PPDEV is not set
# CONFIG_TIPAR is not set

#
# I2C support
#
# CONFIG_I2C is not set

#
# Mice
#
# CONFIG_BUSMOUSE is not set
CONFIG_MOUSE=y
CONFIG_PSMOUSE=y
# CONFIG_82C710_MOUSE is not set
# CONFIG_PC110_PAD is not set
# CONFIG_MK712_MOUSE is not set

#
# Joysticks
#
# CONFIG_INPUT_GAMEPORT is not set
# CONFIG_INPUT_NS558 is not set
# CONFIG_INPUT_LIGHTNING is not set
# CONFIG_INPUT_PCIGAME is not set
# CONFIG_INPUT_CS461X is not set
# CONFIG_INPUT_EMU10K1 is not set
# CONFIG_INPUT_SERIO is not set
# CONFIG_INPUT_SERPORT is not set
# CONFIG_INPUT_ANALOG is not set
# CONFIG_INPUT_A3D is not set
# CONFIG_INPUT_ADI is not set
# CONFIG_INPUT_COBRA is not set
# CONFIG_INPUT_GF2K is not set
# CONFIG_INPUT_GRIP is not set
# CONFIG_INPUT_INTERACT is not set
# CONFIG_INPUT_TMDC is not set
# CONFIG_INPUT_SIDEWINDER is not set
# CONFIG_INPUT_IFORCE_USB is not set
# CONFIG_INPUT_IFORCE_232 is not set
# CONFIG_INPUT_WARRIOR is not set
# CONFIG_INPUT_MAGELLAN is not set
# CONFIG_INPUT_SPACEORB is not set
# CONFIG_INPUT_SPACEBALL is not set
# CONFIG_INPUT_STINGER is not set
# CONFIG_INPUT_DB9 is not set
# CONFIG_INPUT_GAMECON is not set
# CONFIG_INPUT_TURBOGRAFX is not set
# CONFIG_QIC02_TAPE is not set
# CONFIG_IPMI_HANDLER is not set
# CONFIG_IPMI_PANIC_EVENT is not set
# CONFIG_IPMI_DEVICE_INTERFACE is not set
# CONFIG_IPMI_KCS is not set
# CONFIG_IPMI_WATCHDOG is not set

#
# Watchdog Cards
#
# CONFIG_WATCHDOG is not set
# CONFIG_SCx200_GPIO is not set
# CONFIG_AMD_RNG is not set
# CONFIG_INTEL_RNG is not set
# CONFIG_AMD_PM768 is not set
# CONFIG_NVRAM is not set
# CONFIG_RTC is not set
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_SONYPI is not set

#
# Ftape, the floppy tape device driver
#
# CONFIG_FTAPE is not set
CONFIG_AGP=m
# CONFIG_AGP_INTEL is not set
CONFIG_AGP_I810=y
# CONFIG_AGP_VIA is not set
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_AMD_8151 is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_ALI is not set
# CONFIG_AGP_SWORKS is not set
# CONFIG_AGP_NVIDIA is not set
CONFIG_DRM=y
# CONFIG_DRM_OLD is not set
CONFIG_DRM_NEW=y
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_R128 is not set
# CONFIG_DRM_RADEON is not set
CONFIG_DRM_I810=m
CONFIG_DRM_I810_XFREE_41=y
# CONFIG_DRM_I830 is not set
# CONFIG_DRM_MGA is not set
# CONFIG_DRM_SIS is not set
# CONFIG_MWAVE is not set

#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set

#
# File systems
#
# CONFIG_QUOTA is not set
# CONFIG_QFMT_V2 is not set
# CONFIG_AUTOFS_FS is not set
# CONFIG_AUTOFS4_FS is not set
# CONFIG_REISERFS_FS is not set
# CONFIG_REISERFS_CHECK is not set
# CONFIG_REISERFS_PROC_INFO is not set
# CONFIG_ADFS_FS is not set
# CONFIG_ADFS_FS_RW is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BEFS_DEBUG is not set
# CONFIG_BFS_FS is not set
CONFIG_EXT3_FS=y
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
# CONFIG_UMSDOS_FS is not set
CONFIG_VFAT_FS=m
# CONFIG_EFS_FS is not set
# CONFIG_JFFS_FS is not set
# CONFIG_JFFS2_FS is not set
# CONFIG_CRAMFS is not set
# CONFIG_TMPFS is not set
CONFIG_RAMFS=y
CONFIG_ISO9660_FS=m
CONFIG_JOLIET=y
# CONFIG_ZISOFS is not set
# CONFIG_JFS_FS is not set
# CONFIG_JFS_DEBUG is not set
# CONFIG_JFS_STATISTICS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_NTFS_FS is not set
# CONFIG_NTFS_RW is not set
# CONFIG_HPFS_FS is not set
CONFIG_PROC_FS=y
# CONFIG_DEVFS_FS is not set
# CONFIG_DEVFS_MOUNT is not set
# CONFIG_DEVFS_DEBUG is not set
CONFIG_DEVPTS_FS=y
# CONFIG_QNX4FS_FS is not set
# CONFIG_QNX4FS_RW is not set
# CONFIG_ROMFS_FS is not set
CONFIG_EXT2_FS=y
# CONFIG_SYSV_FS is not set
# CONFIG_UDF_FS is not set
# CONFIG_UDF_RW is not set
# CONFIG_UFS_FS is not set
# CONFIG_UFS_FS_WRITE is not set

#
# Network File Systems
#
# CONFIG_CODA_FS is not set
# CONFIG_INTERMEZZO_FS is not set
CONFIG_NFS_FS=y
# CONFIG_NFS_V3 is not set
# CONFIG_NFS_DIRECTIO is not set
# CONFIG_ROOT_NFS is not set
CONFIG_NFSD=y
# CONFIG_NFSD_V3 is not set
# CONFIG_NFSD_TCP is not set
CONFIG_SUNRPC=y
CONFIG_LOCKD=y
# CONFIG_SMB_FS is not set
# CONFIG_NCP_FS is not set
# CONFIG_NCPFS_PACKET_SIGNING is not set
# CONFIG_NCPFS_IOCTL_LOCKING is not set
# CONFIG_NCPFS_STRONG is not set
# CONFIG_NCPFS_NFS_NS is not set
# CONFIG_NCPFS_OS2_NS is not set
# CONFIG_NCPFS_SMALLDOS is not set
# CONFIG_NCPFS_NLS is not set
# CONFIG_NCPFS_EXTRAS is not set
# CONFIG_ZISOFS_FS is not set

#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y
# CONFIG_SMB_NLS is not set
CONFIG_NLS=y

#
# Native Language Support
#
CONFIG_NLS_DEFAULT="iso8859-1"
# CONFIG_NLS_CODEPAGE_437 is not set
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
# CONFIG_NLS_ISO8859_1 is not set
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
# CONFIG_NLS_UTF8 is not set

#
# Console drivers
#
CONFIG_VGA_CONSOLE=y
CONFIG_VIDEO_SELECT=y
# CONFIG_MDA_CONSOLE is not set

#
# Frame-buffer support
#
# CONFIG_FB is not set

#
# Sound
#
CONFIG_SOUND=m
# CONFIG_SOUND_ALI5455 is not set
# CONFIG_SOUND_BT878 is not set
# CONFIG_SOUND_CMPCI is not set
# CONFIG_SOUND_EMU10K1 is not set
# CONFIG_MIDI_EMU10K1 is not set
# CONFIG_SOUND_FUSION is not set
# CONFIG_SOUND_CS4281 is not set
# CONFIG_SOUND_ES1370 is not set
# CONFIG_SOUND_ES1371 is not set
# CONFIG_SOUND_ESSSOLO1 is not set
# CONFIG_SOUND_MAESTRO is not set
CONFIG_SOUND_MAESTRO3=m
# CONFIG_SOUND_FORTE is not set
# CONFIG_SOUND_ICH is not set
# CONFIG_SOUND_RME96XX is not set
# CONFIG_SOUND_SONICVIBES is not set
# CONFIG_SOUND_TRIDENT is not set
# CONFIG_SOUND_MSNDCLAS is not set
# CONFIG_SOUND_MSNDPIN is not set
# CONFIG_SOUND_VIA82CXXX is not set
# CONFIG_MIDI_VIA82CXXX is not set
CONFIG_SOUND_OSS=m
# CONFIG_SOUND_TRACEINIT is not set
# CONFIG_SOUND_DMAP is not set
# CONFIG_SOUND_AD1816 is not set
# CONFIG_SOUND_AD1889 is not set
# CONFIG_SOUND_SGALAXY is not set
# CONFIG_SOUND_ADLIB is not set
# CONFIG_SOUND_ACI_MIXER is not set
# CONFIG_SOUND_CS4232 is not set
# CONFIG_SOUND_SSCAPE is not set
# CONFIG_SOUND_GUS is not set
# CONFIG_SOUND_VMIDI is not set
# CONFIG_SOUND_TRIX is not set
# CONFIG_SOUND_MSS is not set
# CONFIG_SOUND_MPU401 is not set
# CONFIG_SOUND_NM256 is not set
# CONFIG_SOUND_MAD16 is not set
# CONFIG_SOUND_PAS is not set
# CONFIG_PAS_JOYSTICK is not set
# CONFIG_SOUND_PSS is not set
# CONFIG_SOUND_SB is not set
# CONFIG_SOUND_AWE32_SYNTH is not set
# CONFIG_SOUND_KAHLUA is not set
# CONFIG_SOUND_WAVEFRONT is not set
# CONFIG_SOUND_MAUI is not set
# CONFIG_SOUND_YM3812 is not set
# CONFIG_SOUND_OPL3SA1 is not set
# CONFIG_SOUND_OPL3SA2 is not set
# CONFIG_SOUND_YMFPCI is not set
# CONFIG_SOUND_YMFPCI_LEGACY is not set
# CONFIG_SOUND_UART6850 is not set
# CONFIG_SOUND_AEDSP16 is not set
# CONFIG_SOUND_TVMIXER is not set

#
# USB support
#
CONFIG_USB=m
# CONFIG_USB_DEBUG is not set
# CONFIG_USB_DEVICEFS is not set
# CONFIG_USB_BANDWIDTH is not set
# CONFIG_USB_EHCI_HCD is not set
CONFIG_USB_UHCI=m
# CONFIG_USB_UHCI_ALT is not set
# CONFIG_USB_OHCI is not set
# CONFIG_USB_AUDIO is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_BLUETOOTH is not set
# CONFIG_USB_MIDI is not set
CONFIG_USB_STORAGE=m
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_DPCM is not set
# CONFIG_USB_STORAGE_HP8200e is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
# CONFIG_USB_ACM is not set
# CONFIG_USB_PRINTER is not set
# CONFIG_USB_HID is not set
# CONFIG_USB_HIDINPUT is not set
# CONFIG_USB_HIDDEV is not set
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set
# CONFIG_USB_AIPTEK is not set
# CONFIG_USB_WACOM is not set
# CONFIG_USB_KBTAB is not set
# CONFIG_USB_POWERMATE is not set
# CONFIG_USB_DC2XX is not set
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_SCANNER is not set
# CONFIG_USB_MICROTEK is not set
# CONFIG_USB_HPUSBSCSI is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_CATC is not set
# CONFIG_USB_AX8817X is not set
# CONFIG_USB_CDCETHER is not set
# CONFIG_USB_USBNET is not set
# CONFIG_USB_USS720 is not set

#
# USB Serial Converter support
#
# CONFIG_USB_SERIAL is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_AUERSWALD is not set
# CONFIG_USB_TIGL is not set
# CONFIG_USB_BRLVGER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_SPEEDTOUCH is not set

#
# Bluetooth support
#
# CONFIG_BLUEZ is not set

#
# Kernel hacking
#
CONFIG_DEBUG_KERNEL=y
# CONFIG_DEBUG_STACKOVERFLOW is not set
# CONFIG_DEBUG_HIGHMEM is not set
# CONFIG_DEBUG_SLAB is not set
# CONFIG_DEBUG_IOVIRT is not set
CONFIG_MAGIC_SYSRQ=y
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_FRAME_POINTER is not set

#
# Cryptographic options
#
# CONFIG_CRYPTO is not set

#
# Library routines
#
# CONFIG_CRC32 is not set
# CONFIG_ZLIB_INFLATE is not set
# CONFIG_ZLIB_DEFLATE is not set

[-- Attachment #3: .config.2.6 --]
[-- Type: text/plain, Size: 21851 bytes --]

#
# Automatically generated make config: don't edit
#
CONFIG_X86=y
CONFIG_MMU=y
CONFIG_UID16=y
CONFIG_GENERIC_ISA_DMA=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

#
# General setup
#
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_SYSCTL=y
CONFIG_LOG_BUF_SHIFT=14
# CONFIG_EMBEDDED is not set
CONFIG_KALLSYMS=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=y

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
CONFIG_OBSOLETE_MODPARM=y
# CONFIG_MODVERSIONS is not set
CONFIG_KMOD=y

#
# Processor type and features
#
CONFIG_X86_PC=y
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_NUMAQ is not set
# CONFIG_X86_SUMMIT is not set
# CONFIG_X86_BIGSMP is not set
# CONFIG_X86_VISWS is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_ES7000 is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMII is not set
CONFIG_MPENTIUMIII=y
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MELAN is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
CONFIG_X86_GENERIC=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_L1_CACHE_SHIFT=7
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
# CONFIG_HUGETLB_PAGE is not set
# CONFIG_SMP is not set
CONFIG_PREEMPT=y
# CONFIG_X86_UP_APIC is not set
CONFIG_X86_TSC=y
# CONFIG_X86_MCE is not set
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set
# CONFIG_EDD is not set
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
CONFIG_HAVE_DEC_LOCK=y

#
# Power management options (ACPI, APM)
#
# CONFIG_PM is not set

#
# ACPI Support
#
# CONFIG_ACPI is not set

#
# CPU Frequency scaling
#
# CONFIG_CPU_FREQ is not set

#
# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
# CONFIG_PCI_LEGACY_PROC is not set
CONFIG_PCI_NAMES=y
# CONFIG_ISA is not set
# CONFIG_MCA is not set
# CONFIG_SCx200 is not set
# CONFIG_HOTPLUG is not set

#
# Executable file formats
#
CONFIG_KCORE_ELF=y
# CONFIG_KCORE_AOUT is not set
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_AOUT=m
CONFIG_BINFMT_MISC=m

#
# Generic Driver Options
#
# CONFIG_FW_LOADER is not set

#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set

#
# Parallel port support
#
CONFIG_PARPORT=m
# CONFIG_PARPORT_PC is not set
# CONFIG_PARPORT_OTHER is not set
# CONFIG_PARPORT_1284 is not set

#
# Plug and Play support
#
CONFIG_PNP=y
# CONFIG_PNP_NAMES is not set
# CONFIG_PNP_DEBUG is not set

#
# Protocols
#
# CONFIG_ISAPNP is not set
# CONFIG_PNPBIOS is not set

#
# Block devices
#
CONFIG_BLK_DEV_FD=m
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
CONFIG_BLK_DEV_LOOP=m
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_BLK_DEV_INITRD is not set
# CONFIG_LBD is not set

#
# ATA/ATAPI/MFM/RLL support
#
CONFIG_IDE=y

#
# IDE, ATA and ATAPI Block devices
#
CONFIG_BLK_DEV_IDE=y

#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_HD_IDE is not set
# CONFIG_BLK_DEV_HD is not set
CONFIG_BLK_DEV_IDEDISK=y
# CONFIG_IDEDISK_MULTI_MODE is not set
# CONFIG_IDEDISK_STROKE is not set
CONFIG_BLK_DEV_IDECD=m
# CONFIG_BLK_DEV_IDEFLOPPY is not set
# CONFIG_BLK_DEV_IDESCSI is not set
# CONFIG_IDE_TASK_IOCTL is not set
CONFIG_IDE_TASKFILE_IO=y

#
# IDE chipset support/bugfixes
#
# CONFIG_BLK_DEV_CMD640 is not set
# CONFIG_BLK_DEV_IDEPNP is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_BLK_DEV_GENERIC=y
CONFIG_IDEPCI_SHARE_IRQ=y
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_IDE_TCQ is not set
# CONFIG_BLK_DEV_OFFBOARD is not set
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_PCI_WIP is not set
CONFIG_BLK_DEV_ADMA=y
# CONFIG_BLK_DEV_AEC62XX is not set
# CONFIG_BLK_DEV_ALI15X3 is not set
# CONFIG_BLK_DEV_AMD74XX is not set
# CONFIG_BLK_DEV_CMD64X is not set
# CONFIG_BLK_DEV_TRIFLEX is not set
# CONFIG_BLK_DEV_CY82C693 is not set
# CONFIG_BLK_DEV_CS5520 is not set
# CONFIG_BLK_DEV_HPT34X is not set
# CONFIG_BLK_DEV_HPT366 is not set
# CONFIG_BLK_DEV_SC1200 is not set
CONFIG_BLK_DEV_PIIX=y
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_PDC202XX_OLD is not set
# CONFIG_BLK_DEV_PDC202XX_NEW is not set
# CONFIG_BLK_DEV_RZ1000 is not set
# CONFIG_BLK_DEV_SVWKS is not set
# CONFIG_BLK_DEV_SIIMAGE is not set
# CONFIG_BLK_DEV_SIS5513 is not set
# CONFIG_BLK_DEV_SLC90E66 is not set
# CONFIG_BLK_DEV_TRM290 is not set
# CONFIG_BLK_DEV_VIA82CXXX is not set
CONFIG_IDEDMA_AUTO=y
CONFIG_IDEDMA_IVB=y
CONFIG_BLK_DEV_IDE_MODES=y

#
# SCSI device support
#
CONFIG_SCSI=m

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=m
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
# CONFIG_BLK_DEV_SR is not set
CONFIG_CHR_DEV_SG=m

#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
# CONFIG_SCSI_MULTI_LUN is not set
# CONFIG_SCSI_REPORT_LUNS is not set
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set

#
# SCSI low-level drivers
#
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_AM53C974 is not set
# CONFIG_SCSI_MEGARAID is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_CPQFCTS is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_EATA_PIO is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_PPA is not set
# CONFIG_SCSI_IMM is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_SYM53C8XX is not set
# CONFIG_SCSI_PCI2000 is not set
# CONFIG_SCSI_PCI2220I is not set
# CONFIG_SCSI_QLOGIC_ISP is not set
# CONFIG_SCSI_QLOGIC_FC is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_NSP32 is not set
# CONFIG_SCSI_DEBUG is not set
# CONFIG_SCSI_FERAL_ISP is not set

#
# Multi-device support (RAID and LVM)
#
# CONFIG_MD is not set

#
# Fusion MPT device support
#
# CONFIG_FUSION is not set

#
# IEEE 1394 (FireWire) support (EXPERIMENTAL)
#
# CONFIG_IEEE1394 is not set

#
# I2O device support
#
# CONFIG_I2O is not set

#
# Networking support
#
CONFIG_NET=y

#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
# CONFIG_NETLINK_DEV is not set
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_UNIX=y
# CONFIG_NET_KEY is not set
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_ARPD is not set
# CONFIG_INET_ECN is not set
# CONFIG_SYN_COOKIES is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set

#
# IP: Netfilter Configuration
#
CONFIG_IP_NF_CONNTRACK=m
CONFIG_IP_NF_FTP=m
CONFIG_IP_NF_IRC=m
CONFIG_IP_NF_TFTP=m
# CONFIG_IP_NF_AMANDA is not set
# CONFIG_IP_NF_QUEUE is not set
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_LIMIT=m
# CONFIG_IP_NF_MATCH_MAC is not set
# CONFIG_IP_NF_MATCH_PKTTYPE is not set
# CONFIG_IP_NF_MATCH_MARK is not set
# CONFIG_IP_NF_MATCH_MULTIPORT is not set
CONFIG_IP_NF_MATCH_TOS=m
# CONFIG_IP_NF_MATCH_RECENT is not set
# CONFIG_IP_NF_MATCH_ECN is not set
# CONFIG_IP_NF_MATCH_DSCP is not set
CONFIG_IP_NF_MATCH_AH_ESP=m
# CONFIG_IP_NF_MATCH_LENGTH is not set
CONFIG_IP_NF_MATCH_TTL=m
# CONFIG_IP_NF_MATCH_TCPMSS is not set
# CONFIG_IP_NF_MATCH_HELPER is not set
CONFIG_IP_NF_MATCH_STATE=m
# CONFIG_IP_NF_MATCH_CONNTRACK is not set
# CONFIG_IP_NF_MATCH_UNCLEAN is not set
# CONFIG_IP_NF_MATCH_OWNER is not set
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
CONFIG_IP_NF_TARGET_MIRROR=m
CONFIG_IP_NF_NAT=m
CONFIG_IP_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=m
CONFIG_IP_NF_TARGET_REDIRECT=m
# CONFIG_IP_NF_NAT_LOCAL is not set
# CONFIG_IP_NF_NAT_SNMP_BASIC is not set
CONFIG_IP_NF_NAT_IRC=m
CONFIG_IP_NF_NAT_FTP=m
CONFIG_IP_NF_NAT_TFTP=m
# CONFIG_IP_NF_MANGLE is not set
CONFIG_IP_NF_TARGET_LOG=m
CONFIG_IP_NF_TARGET_ULOG=m
# CONFIG_IP_NF_TARGET_TCPMSS is not set
# CONFIG_IP_NF_ARPTABLES is not set
# CONFIG_IP_NF_COMPAT_IPCHAINS is not set
# CONFIG_IP_NF_COMPAT_IPFWADM is not set

#
# IP: Virtual Server Configuration
#
# CONFIG_IP_VS is not set
# CONFIG_IPV6 is not set
# CONFIG_XFRM_USER is not set

#
# SCTP Configuration (EXPERIMENTAL)
#
CONFIG_IPV6_SCTP__=y
# CONFIG_IP_SCTP is not set
# CONFIG_ATM is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_LLC is not set
# CONFIG_DECNET is not set
# CONFIG_BRIDGE is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_NET_DIVERT is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_FASTROUTE is not set
# CONFIG_NET_HW_FLOWCONTROL is not set

#
# QoS and/or fair queueing
#
# CONFIG_NET_SCHED is not set

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
CONFIG_NETDEVICES=y

#
# ARCnet devices
#
# CONFIG_ARCNET is not set
CONFIG_DUMMY=m
# CONFIG_BONDING is not set
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set
# CONFIG_ETHERTAP is not set
# CONFIG_NET_SB1000 is not set

#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
# CONFIG_MII is not set
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_NET_VENDOR_3COM is not set

#
# Tulip family network device support
#
# CONFIG_NET_TULIP is not set
# CONFIG_HP100 is not set
CONFIG_NET_PCI=y
# CONFIG_PCNET32 is not set
# CONFIG_AMD8111_ETH is not set
# CONFIG_ADAPTEC_STARFIRE is not set
# CONFIG_B44 is not set
# CONFIG_DGRS is not set
CONFIG_EEPRO100=y
# CONFIG_EEPRO100_PIO is not set
# CONFIG_E100 is not set
# CONFIG_FEALNX is not set
# CONFIG_NATSEMI is not set
CONFIG_NE2K_PCI=m
# CONFIG_8139CP is not set
CONFIG_8139TOO=m
# CONFIG_8139TOO_PIO is not set
# CONFIG_8139TOO_TUNE_TWISTER is not set
# CONFIG_8139TOO_8129 is not set
# CONFIG_8139_OLD_RX_RESET is not set
# CONFIG_SIS900 is not set
# CONFIG_EPIC100 is not set
# CONFIG_SUNDANCE is not set
# CONFIG_TLAN is not set
# CONFIG_VIA_RHINE is not set

#
# Ethernet (1000 Mbit)
#
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
# CONFIG_E1000 is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_R8169 is not set
# CONFIG_SK98LIN is not set
# CONFIG_TIGON3 is not set

#
# Ethernet (10000 Mbit)
#
# CONFIG_IXGB is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PLIP is not set
CONFIG_PPP=m
# CONFIG_PPP_MULTILINK is not set
# CONFIG_PPP_FILTER is not set
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_BSDCOMP=m
CONFIG_PPPOE=m
# CONFIG_SLIP is not set

#
# Wireless LAN (non-hamradio)
#
# CONFIG_NET_RADIO is not set

#
# Token Ring devices (depends on LLC=y)
#
# CONFIG_NET_FC is not set
# CONFIG_RCPCI is not set
# CONFIG_SHAPER is not set

#
# Wan interfaces
#
# CONFIG_WAN is not set

#
# Amateur Radio support
#
# CONFIG_HAMRADIO is not set

#
# IrDA (infrared) support
#
# CONFIG_IRDA is not set

#
# ISDN subsystem
#
# CONFIG_ISDN_BOOL is not set

#
# Telephony Support
#
# CONFIG_PHONE is not set

#
# Input device support
#
CONFIG_INPUT=y

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=m
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_TSDEV is not set
CONFIG_INPUT_EVDEV=m
CONFIG_INPUT_EVBUG=m

#
# Input I/O drivers
#
# CONFIG_GAMEPORT is not set
CONFIG_SOUND_GAMEPORT=y
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=m
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PARKBD is not set
# CONFIG_SERIO_PCIPS2 is not set

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=m
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
CONFIG_INPUT_PCSPKR=m
# CONFIG_INPUT_UINPUT is not set

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_SERIAL_NONSTANDARD is not set

#
# Serial drivers
#
# CONFIG_SERIAL_8250 is not set

#
# Non-8250 serial port support
#
CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=256
CONFIG_PRINTER=m
# CONFIG_LP_CONSOLE is not set
# CONFIG_PPDEV is not set
# CONFIG_TIPAR is not set

#
# I2C support
#
# CONFIG_I2C is not set

#
# I2C Hardware Sensors Mainboard support
#

#
# I2C Hardware Sensors Chip support
#
# CONFIG_I2C_SENSOR is not set

#
# Mice
#
# CONFIG_BUSMOUSE is not set
# CONFIG_QIC02_TAPE is not set

#
# IPMI
#
# CONFIG_IPMI_HANDLER is not set

#
# Watchdog Cards
#
# CONFIG_WATCHDOG is not set
# CONFIG_HW_RANDOM is not set
# CONFIG_NVRAM is not set
# CONFIG_RTC is not set
# CONFIG_GEN_RTC is not set
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_SONYPI is not set

#
# Ftape, the floppy tape device driver
#
# CONFIG_FTAPE is not set
CONFIG_AGP=m
# CONFIG_AGP_ALI is not set
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_AMD_8151 is not set
CONFIG_AGP_INTEL=m
# CONFIG_AGP_NVIDIA is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_SWORKS is not set
# CONFIG_AGP_VIA is not set
CONFIG_DRM=y
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_GAMMA is not set
# CONFIG_DRM_R128 is not set
# CONFIG_DRM_RADEON is not set
# CONFIG_DRM_I810 is not set
CONFIG_DRM_I830=m
# CONFIG_DRM_MGA is not set
# CONFIG_DRM_SIS is not set
# CONFIG_MWAVE is not set
# CONFIG_RAW_DRIVER is not set
# CONFIG_HANGCHECK_TIMER is not set

#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set

#
# Digital Video Broadcasting Devices
#
# CONFIG_DVB is not set

#
# File systems
#
CONFIG_EXT2_FS=y
# CONFIG_EXT2_FS_XATTR is not set
CONFIG_EXT3_FS=y
# CONFIG_EXT3_FS_XATTR is not set
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
# CONFIG_XFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_ROMFS_FS is not set
# CONFIG_QUOTA is not set
# CONFIG_AUTOFS_FS is not set
# CONFIG_AUTOFS4_FS is not set

#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=m
CONFIG_JOLIET=y
# CONFIG_ZISOFS is not set
# CONFIG_UDF_FS is not set

#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
CONFIG_VFAT_FS=m
# CONFIG_NTFS_FS is not set

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
# CONFIG_DEVFS_FS is not set
CONFIG_DEVPTS_FS=y
# CONFIG_DEVPTS_FS_XATTR is not set
# CONFIG_TMPFS is not set
CONFIG_RAMFS=y

#
# Miscellaneous filesystems
#
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_CRAMFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set

#
# Network File Systems
#
# CONFIG_NFS_FS is not set
# CONFIG_NFSD is not set
# CONFIG_EXPORTFS is not set
# CONFIG_SMB_FS is not set
# CONFIG_CIFS is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_INTERMEZZO_FS is not set
# CONFIG_AFS_FS is not set

#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y
CONFIG_NLS=y

#
# Native Language Support
#
CONFIG_NLS_DEFAULT="iso8859-1"
# CONFIG_NLS_CODEPAGE_437 is not set
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
# CONFIG_NLS_ISO8859_1 is not set
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
# CONFIG_NLS_UTF8 is not set

#
# Graphics support
#
# CONFIG_FB is not set
CONFIG_VIDEO_SELECT=y

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_MDA_CONSOLE is not set
CONFIG_DUMMY_CONSOLE=y

#
# Sound
#
CONFIG_SOUND=m

#
# Advanced Linux Sound Architecture
#
CONFIG_SND=m
CONFIG_SND_SEQUENCER=m
# CONFIG_SND_SEQ_DUMMY is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_SEQUENCER_OSS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set

#
# Generic devices
#
# CONFIG_SND_DUMMY is not set
# CONFIG_SND_VIRMIDI is not set
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set

#
# PCI devices
#
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_AZT3328 is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_YMFPCI is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
CONFIG_SND_MAESTRO3=m
# CONFIG_SND_FM801 is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
# CONFIG_SND_INTEL8X0 is not set
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VX222 is not set

#
# ALSA USB devices
#
# CONFIG_SND_USB_AUDIO is not set

#
# Open Sound System
#
# CONFIG_SOUND_PRIME is not set

#
# USB support
#
CONFIG_USB=m
# CONFIG_USB_DEBUG is not set

#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_BANDWIDTH is not set
# CONFIG_USB_DYNAMIC_MINORS is not set

#
# USB Host Controller Drivers
#
# CONFIG_USB_EHCI_HCD is not set
# CONFIG_USB_OHCI_HCD is not set
CONFIG_USB_UHCI_HCD=m

#
# USB Device Class drivers
#
# CONFIG_USB_AUDIO is not set
# CONFIG_USB_BLUETOOTH_TTY is not set
# CONFIG_USB_MIDI is not set
# CONFIG_USB_ACM is not set
CONFIG_USB_PRINTER=m
CONFIG_USB_STORAGE=m
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_DPCM is not set
# CONFIG_USB_STORAGE_HP8200e is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set

#
# USB Human Interface Devices (HID)
#
# CONFIG_USB_HID is not set

#
# USB HID Boot Protocol drivers
#
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set
# CONFIG_USB_AIPTEK is not set
# CONFIG_USB_WACOM is not set
# CONFIG_USB_KBTAB is not set
# CONFIG_USB_POWERMATE is not set
# CONFIG_USB_XPAD is not set

#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_SCANNER is not set
# CONFIG_USB_MICROTEK is not set
# CONFIG_USB_HPUSBSCSI is not set

#
# USB Multimedia devices
#
# CONFIG_USB_DABUSB is not set

#
# Video4Linux support is needed for USB Multimedia device support
#

#
# USB Network adaptors
#
# CONFIG_USB_AX8817X is not set
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_USBNET is not set

#
# USB port drivers
#
# CONFIG_USB_USS720 is not set

#
# USB Serial Converter support
#
# CONFIG_USB_SERIAL is not set

#
# USB Miscellaneous drivers
#
# CONFIG_USB_TIGL is not set
# CONFIG_USB_AUERSWALD is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_BRLVGER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_TEST is not set
# CONFIG_USB_GADGET is not set

#
# Bluetooth support
#
# CONFIG_BT is not set

#
# Profiling support
#
# CONFIG_PROFILING is not set

#
# Kernel hacking
#
# CONFIG_DEBUG_KERNEL is not set
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
CONFIG_DEBUG_INFO=y
# CONFIG_FRAME_POINTER is not set

#
# Security options
#
# CONFIG_SECURITY is not set

#
# Cryptographic options
#
# CONFIG_CRYPTO is not set

#
# Library routines
#
# CONFIG_CRC32 is not set
CONFIG_ZLIB_INFLATE=m
CONFIG_ZLIB_DEFLATE=m
CONFIG_X86_BIOS_REBOOT=y

[-- Attachment #4: lspci.txt --]
[-- Type: text/plain, Size: 4274 bytes --]

00:00.0 Host bridge: Intel Corp. 82830 830 Chipset Host Bridge (rev 04)
	Subsystem: Intel Corp.: Unknown device 1969
	Flags: bus master, fast devsel, latency 0
	Memory at <unassigned> (32-bit, prefetchable)
	Capabilities: [40] #09 [2105]

00:02.0 VGA compatible controller: Intel Corp. 82830 CGC [Chipset Graphics Controller] (rev 04) (prog-if 00 [VGA])
	Subsystem: Hewlett-Packard Company: Unknown device 0021
	Flags: bus master, fast devsel, latency 0, IRQ 9
	Memory at e8000000 (32-bit, prefetchable) [size=128M]
	Memory at e0000000 (32-bit, non-prefetchable) [size=512K]
	Capabilities: [d0] Power Management version 1

00:02.1 Display controller: Intel Corp. 82830 CGC [Chipset Graphics Controller]
	Subsystem: Hewlett-Packard Company: Unknown device 0021
	Flags: bus master, fast devsel, latency 0
	Memory at f0000000 (32-bit, prefetchable) [size=128M]
	Memory at e0080000 (32-bit, non-prefetchable) [size=512K]
	Capabilities: [d0] Power Management version 1

00:1d.0 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #1) (rev 02) (prog-if 00 [UHCI])
	Subsystem: Hewlett-Packard Company: Unknown device 0021
	Flags: bus master, medium devsel, latency 0, IRQ 9
	I/O ports at 1800 [size=32]

00:1d.1 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #2) (rev 02) (prog-if 00 [UHCI])
	Subsystem: Hewlett-Packard Company: Unknown device 0021
	Flags: bus master, medium devsel, latency 0, IRQ 5
	I/O ports at 1820 [size=32]

00:1d.2 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #3) (rev 02) (prog-if 00 [UHCI])
	Subsystem: Hewlett-Packard Company: Unknown device 0021
	Flags: bus master, medium devsel, latency 0, IRQ 5
	I/O ports at 1840 [size=32]

00:1e.0 PCI bridge: Intel Corp. 82801BAM/CAM PCI Bridge (rev 42) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=64
	I/O behind bridge: 00002000-00002fff
	Memory behind bridge: e0200000-e02fffff

00:1f.0 ISA bridge: Intel Corp. 82801CAM ISA Bridge (LPC) (rev 02)
	Flags: bus master, medium devsel, latency 0

00:1f.1 IDE interface: Intel Corp. 82801CAM IDE U100 (rev 02) (prog-if 8a [Master SecP PriP])
	Subsystem: Hewlett-Packard Company: Unknown device 0021
	Flags: bus master, medium devsel, latency 0, IRQ 5
	I/O ports at <ignored>
	I/O ports at <ignored>
	I/O ports at <ignored>
	I/O ports at <ignored>
	I/O ports at 1860 [size=16]
	Memory at e0100000 (32-bit, non-prefetchable) [size=1K]

00:1f.3 SMBus: Intel Corp. 82801CA/CAM SMBus (rev 02)
	Subsystem: Hewlett-Packard Company: Unknown device 0021
	Flags: medium devsel, IRQ 9
	I/O ports at 1880 [size=32]

02:02.0 Communication controller: ESS Technology ES2838/2839 SuperLink Modem (rev 01)
	Subsystem: Hewlett-Packard Company: Unknown device 0020
	Flags: fast devsel, IRQ 5
	I/O ports at 2440 [size=16]
	Capabilities: [c0] Power Management version 2

02:03.0 Multimedia audio controller: ESS Technology ES1988 Allegro-1 (rev 12)
	Subsystem: Hewlett-Packard Company: Unknown device 0021
	Flags: bus master, medium devsel, latency 64, IRQ 5
	I/O ports at 2000 [size=256]
	Capabilities: [c0] Power Management version 2

02:04.0 CardBus bridge: O2 Micro, Inc. OZ6933 Cardbus Controller (rev 01)
	Subsystem: Hewlett-Packard Company: Unknown device 0021
	Flags: stepping, slow devsel, IRQ 9
	Memory at 10000000 (32-bit, non-prefetchable) [disabled] [size=4K]
	Bus: primary=02, secondary=03, subordinate=06, sec-latency=176
	I/O window 0: 00000000-00000003
	I/O window 1: 00000000-00000003
	16-bit legacy interface ports at 0001

02:04.1 CardBus bridge: O2 Micro, Inc. OZ6933 Cardbus Controller (rev 01)
	Subsystem: Hewlett-Packard Company: Unknown device 0021
	Flags: stepping, slow devsel, IRQ 9
	Memory at 10001000 (32-bit, non-prefetchable) [disabled] [size=4K]
	Bus: primary=02, secondary=07, subordinate=0a, sec-latency=176
	I/O window 0: 00000000-00000003
	I/O window 1: 00000000-00000003
	16-bit legacy interface ports at 0001

02:08.0 Ethernet controller: Intel Corp. 82801CAM (ICH3) PRO/100 VE (LOM) Ethernet Controller (rev 42)
	Subsystem: Hewlett-Packard Company: Unknown device 0021
	Flags: bus master, medium devsel, latency 66, IRQ 10
	Memory at e0200000 (32-bit, non-prefetchable) [size=4K]
	I/O ports at 2400 [size=64]
	Capabilities: [dc] Power Management version 2


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

end of thread, other threads:[~2003-07-31 22:21 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-29 16:21 Disk performance degradation Voluspa
2003-07-29 16:50 ` Lou Langholtz
2003-07-30  4:17   ` Voicu Liviu
2003-07-30 21:02   ` Mike Dresser
2003-07-31  8:35     ` Måns Rullgård
2003-07-31 14:00       ` Mike Dresser
2003-07-31 21:15       ` Andrew Morton
2003-07-31 22:17         ` Bartlomiej Zolnierkiewicz
2003-07-30  8:50 ` Stefano Rivoir
2003-07-30 10:55   ` Andrew Morton
2003-07-30 16:06     ` Stefano Rivoir
2003-07-30 18:44       ` Andrew Morton
2003-07-31  0:21         ` Rahul Karnik
2003-07-31  6:59         ` Stefano Rivoir
2003-07-31  7:16           ` Andrew Morton
  -- strict thread matches above, loose matches on Subject: below --
2003-07-30 11:43 Frederick, Fabian
2003-07-29 12:00 Stefano Rivoir

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).