linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BUG] RAID sub system
       [not found] <Pine.LNX.4.33.0112131320350.15231-100000@coffee.psychology.mcmaster.ca>
@ 2001-12-13 18:39 ` Roy Sigurd Karlsbakk
  0 siblings, 0 replies; 9+ messages in thread
From: Roy Sigurd Karlsbakk @ 2001-12-13 18:39 UTC (permalink / raw)
  To: Mark Hahn; +Cc: linux-kernel

> do did you actually try this with a bunch of parallel dd's?

I just did now. Same result:

# vmstat 2
 r  b  w   swpd   free   buff  cache  si  so    bi    bo   in    cs  us  sy  id
 0 200  1   1676   3200   3012 786004   0 292 42034   298  791   745   4  29  67
 0 200  1   1676   3308   3136 785760   0   0 44304     0  748   758   3  15  82
 0 200  1   1676   3296   3232 785676   0   0 44236     0  756   710   2  23  75
 0 200  1   1676   3304   3356 785548   0   0 38662    70  778   791   3  19  78
 0 200  1   1676   3200   3456 785552   0   0 33536     0  693   594   3  13  84
 1 200  0   1676   3224   3528 785192   0   0 35330    24  794   712   3  16  81
 0 200  0   1676   3304   3736 784324   0   0 30524    74  725   793  12  14  74
 0 200  0   1676   3256   3796 783664   0   0 29984     0  718   826   4  10  86
 0 200  0   1676   3288   3868 783592   0   0 25540   152  763   812   3  17  80
 0 200  0   1676   3276   3908 783472   0   0 22820     0  693   731   0   7  92
 0 200  0   1676   3200   3964 783540   0   0 23312     6  759   827   4  11  85
 0 200  0   1676   3308   3984 783452   0   0 17506     0  687   697   0  11  89
 0 200  0   1676   3388   4012 783888   0   0 14512     0  671   638   1   5  93
 0 200  0   2188   3208   4048 784156   0 512 16104   548  707   833   2  10  88
 0 200  0   3468   3204   4048 784788   0  66  8220    66  628   662   0   3  96
 0 200  0   3468   3296   4060 784680   0   0  1036     6  687   714   1   6  93
 0 200  0   3468   3316   4060 784668   0   0  1018     0  613   631   1   2  97
 0 200  0   3468   3292   4060 784688   0   0  1034     0  617   638   0   3  97
 0 200  0   3468   3200   4068 784772   0   0  1066     6  694   727   2   4  94

--
Roy Sigurd Karlsbakk, MCSE, MCNE, CLS, LCA

Computers are like air conditioners.
They stop working when you open Windows.



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

* Re: [BUG] RAID sub system
  2001-12-14 16:53   ` Jens Axboe
@ 2001-12-15 18:16     ` Roy Sigurd Karlsbakk
  0 siblings, 0 replies; 9+ messages in thread
From: Roy Sigurd Karlsbakk @ 2001-12-15 18:16 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Mark Hahn, linux-kernel

> sysrq-t output from a "hung" system would give some valuable info as to
> why it's stuck.

It never hangs. It just slows down the i/o to ~ 1MB/s

also ... I started out with 200 'dd' processes (as the script I sent
earlier). The i/o gets stuck, and ... strange ...

# killall dd

watching vmstat

   procs                      memory    swap          io     system         cpu
 r  b  w   swpd   free   buff  cache  si  so    bi    bo   in    cs  us  sy  id
 0 200  0      0   3280   4092 782072   0   0  1054     0  621   657   0   4  96
 0 200  0      0   3284   4092 782108   0   0  1042     0  631   665   1   1  98
 0 101  0      0   3672   4164 804600   0   0 17594     0  762   931   2   9  88
 0 56  1      0   3248   4180 815332   0   0 32598     0  897   727   0  10  90
 0 30  1      0   3276   4212 821640   0   0 33102    40  910   447   1   6  92
 0  1  1      0   3252   4236 829080   0   0 31692     0  947   301   1   9  90
 0  0  0      0   3296   4236 829320   0   0  2042     0  401   132   0   0 100
 0  0  0      0   3288   4244 829320   0   0     0    26  360   132   0   0 100
 0  0  0      0   3288   4244 829320   0   0     0     0  326   127   0   0 100
 0  0  0      0   3288   4244 829320   0   0     0     0  358   127   0   0 100


It speeds up again when the processes start to die, although the number of
processes started has no effect of the outcome. After a while the i/o
stops completely up (see above lines 1,2).

I also noted a quite a dramatic speed reduction in 2.4.17-rc1 compared to
2.4.16. 2.4.16 gave me up to 50 megs / sec, wheras 2.4.17-rc1 only gives
me around 35.

roy

--
Roy Sigurd Karlsbakk, MCSE, MCNE, CLS, LCA

Computers are like air conditioners.
They stop working when you open Windows.


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

* Re: [BUG] RAID sub system
  2001-12-14 14:02 ` Roy Sigurd Karlsbakk
@ 2001-12-14 16:53   ` Jens Axboe
  2001-12-15 18:16     ` Roy Sigurd Karlsbakk
  0 siblings, 1 reply; 9+ messages in thread
From: Jens Axboe @ 2001-12-14 16:53 UTC (permalink / raw)
  To: Roy Sigurd Karlsbakk; +Cc: Mark Hahn, linux-kernel

On Fri, Dec 14 2001, Roy Sigurd Karlsbakk wrote:
> > my observation is this: once you use up all your free memory, you have
> > 30 seconds of reasonable behavior.  30 seconds is the the default dirty-buffer
> > age.  are you tweaking /proc/sys/vm/bdflush at all?  and no, I don't see
> > why your application would have dirty buffers in the first place -
> > I'm just noticing the ominous 30 seconds.
> 
> More testing with bootparam mem=xxx shows this is it. When all memory is
> used, it fails to re-use old cache, or something.

sysrq-t output from a "hung" system would give some valuable info as to
why it's stuck.

-- 
Jens Axboe


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

* Re: [BUG] RAID sub system
       [not found] <Pine.LNX.4.33.0112131525470.15231-100000@coffee.psychology.mcmaster.ca>
  2001-12-14 13:12 ` Roy Sigurd Karlsbakk
@ 2001-12-14 14:02 ` Roy Sigurd Karlsbakk
  2001-12-14 16:53   ` Jens Axboe
  1 sibling, 1 reply; 9+ messages in thread
From: Roy Sigurd Karlsbakk @ 2001-12-14 14:02 UTC (permalink / raw)
  To: Mark Hahn; +Cc: linux-kernel

> my observation is this: once you use up all your free memory, you have
> 30 seconds of reasonable behavior.  30 seconds is the the default dirty-buffer
> age.  are you tweaking /proc/sys/vm/bdflush at all?  and no, I don't see
> why your application would have dirty buffers in the first place -
> I'm just noticing the ominous 30 seconds.

More testing with bootparam mem=xxx shows this is it. When all memory is
used, it fails to re-use old cache, or something.

--
Roy Sigurd Karlsbakk, MCSE, MCNE, CLS, LCA

Computers are like air conditioners.
They stop working when you open Windows.


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

* Re: [BUG] RAID sub system
       [not found] <Pine.LNX.4.33.0112131525470.15231-100000@coffee.psychology.mcmaster.ca>
@ 2001-12-14 13:12 ` Roy Sigurd Karlsbakk
  2001-12-14 14:02 ` Roy Sigurd Karlsbakk
  1 sibling, 0 replies; 9+ messages in thread
From: Roy Sigurd Karlsbakk @ 2001-12-14 13:12 UTC (permalink / raw)
  To: Mark Hahn; +Cc: linux-kernel

> > ...and so on
> >
> > This gives a total read of a little less than 800MB before giving up. Is
> > there a cache timeout that needs to be set any lower?
>
> my observation is this: once you use up all your free memory, you have
> 30 seconds of reasonable behavior.  30 seconds is the the default dirty-buffer
> age.  are you tweaking /proc/sys/vm/bdflush at all?  and no, I don't see
> why your application would have dirty buffers in the first place -
> I'm just noticing the ominous 30 seconds.

no bdflush tweaking...

this is the same as I've observed... Usa all memory, and everything stops
up.

> are you using elvtune?

er.. what's elvtune?

> also, which kernel?

2.4.16 + tux patches

--
Roy Sigurd Karlsbakk, MCSE, MCNE, CLS, LCA

Computers are like air conditioners.
They stop working when you open Windows.



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

* Re: [BUG] RAID sub system
  2001-12-13 19:44   ` Roy Sigurd Karlsbakk
@ 2001-12-13 20:02     ` Roy Sigurd Karlsbakk
  0 siblings, 0 replies; 9+ messages in thread
From: Roy Sigurd Karlsbakk @ 2001-12-13 20:02 UTC (permalink / raw)
  To: Mark Hahn; +Cc: linux-kernel


even more testing...

It seems like it's nopt the caching itself that is f..cked, as I can dod
pretty good i/o from other devices, like /dev/hda. (/dev/md0 is /dev/hde
and /dev/hdg in RAID-0 - see my first email)

roy

--
Roy Sigurd Karlsbakk, MCSE, MCNE, CLS, LCA

Computers are like air conditioners.
They stop working when you open Windows.


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

* Re: [BUG] RAID sub system
  2001-12-13 19:14 ` Roy Sigurd Karlsbakk
@ 2001-12-13 19:44   ` Roy Sigurd Karlsbakk
  2001-12-13 20:02     ` Roy Sigurd Karlsbakk
  0 siblings, 1 reply; 9+ messages in thread
From: Roy Sigurd Karlsbakk @ 2001-12-13 19:44 UTC (permalink / raw)
  To: Mark Hahn; +Cc: linux-kernel

> This gives a total read of a little less than 800MB before giving up. Is
> there a cache timeout that needs to be set any lower?
>
> roy

more testing

[root@linuxserver root]# swapoff -a
[root@linuxserver root]# free
             total       used       free     shared    buffers     cached
Mem:        899712      74504     825208          0       4832      29408
-/+ buffers/cache:      40264     859448
Swap:            0          0          0
[root@linuxserver root]# vmstat -n 2

blah blah blah

same result.
--
Roy Sigurd Karlsbakk, MCSE, MCNE, CLS, LCA

Computers are like air conditioners.
They stop working when you open Windows.



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

* Re: [BUG] RAID sub system
       [not found] <Pine.LNX.4.33.0112131354490.15231-100000@coffee.psychology.mcmaster.ca>
@ 2001-12-13 19:14 ` Roy Sigurd Karlsbakk
  2001-12-13 19:44   ` Roy Sigurd Karlsbakk
  0 siblings, 1 reply; 9+ messages in thread
From: Roy Sigurd Karlsbakk @ 2001-12-13 19:14 UTC (permalink / raw)
  To: Mark Hahn; +Cc: linux-kernel

> > > do did you actually try this with a bunch of parallel dd's?
> >
> > I just did now. Same result:
> >
> > # vmstat 2
> >  r  b  w   swpd   free   buff  cache  si  so    bi    bo   in    cs  us  sy  id
> >  0 200  1   1676   3200   3012 786004   0 292 42034   298  791   745   4  29  67
> >  0 200  1   1676   3308   3136 785760   0   0 44304     0  748   758   3  15  82
> >  0 200  1   1676   3296   3232 785676   0   0 44236     0  756   710   2  23  75
> >  0 200  1   1676   3304   3356 785548   0   0 38662    70  778   791   3  19  78
> >  0 200  1   1676   3200   3456 785552   0   0 33536     0  693   594   3  13  84
> >  1 200  0   1676   3224   3528 785192   0   0 35330    24  794   712   3  16  81
> >  0 200  0   1676   3304   3736 784324   0   0 30524    74  725   793  12  14  74
> >  0 200  0   1676   3256   3796 783664   0   0 29984     0  718   826   4  10  86
> >  0 200  0   1676   3288   3868 783592   0   0 25540   152  763   812   3  17  80
> >  0 200  0   1676   3276   3908 783472   0   0 22820     0  693   731   0   7  92
> >  0 200  0   1676   3200   3964 783540   0   0 23312     6  759   827   4  11  85
> >  0 200  0   1676   3308   3984 783452   0   0 17506     0  687   697   0  11  89
> >  0 200  0   1676   3388   4012 783888   0   0 14512     0  671   638   1   5  93
> >  0 200  0   2188   3208   4048 784156   0 512 16104   548  707   833   2  10  88
> >  0 200  0   3468   3204   4048 784788   0  66  8220    66  628   662   0   3  96
> >  0 200  0   3468   3296   4060 784680   0   0  1036     6  687   714   1   6  93
> >  0 200  0   3468   3316   4060 784668   0   0  1018     0  613   631   1   2  97
> >  0 200  0   3468   3292   4060 784688   0   0  1034     0  617   638   0   3  97
> >  0 200  0   3468   3200   4068 784772   0   0  1066     6  694   727   2   4  94
>
> so help me out here a little.   the first dozen or so lines look good,
> but obviously slowing down (which is a little odd).  then at line -6,
> the VM freaks, tries swapping out, and everything goes to sleep.
> it's the going to sleep you're worried about, right?

Yes. I really need all available I/O here, not nasty bugs.

hm

trying to time the problem:

# init 6
...
# free
             total       used       free     shared    buffers     cached
Mem:        899712      75576     824136          0       4836      29408
-/+ buffers/cache:      41332     858380
Swap:       674720          0     674720
# dd-test ; vmstat -n 2 > vmstat &
# tail -f vmstat
   procs                      memory    swap          io     system         cpu
 r  b  w   swpd   free   buff  cache  si  so    bi    bo   in    cs  us  sy  id
 0 200  0      0 767440   5036  36616   0   0   565   153 4337   276   9  20  71
 0 200  0      0 733012   5412  69180   0   0 16324     0  603   628   0   6  94
 0 200  0      0 667196   5428 132408   0   0 31488    56  678   530   1  12  87
 0 200  0      0 600792   5580 196472   0   0 32114     0  683   536   2  10  88
 0 200  0      0 528956   5616 265956   0   0 34708    30  678   482   0  15  85
 0 200  0      0 451496   5724 340508   0   0 37338     0  724   640   1  16  82
 0 200  0      0 383020   5936 406512   0   0 33096     8  699   689   2  11  87
 0 200  0      0 301368   6032 485432   0   0 39464     0  726   522   2  15  83
 0 200  0      0 216412   6124 567552   0   0 41092     0  698   613   2  17  81
 0 200  0      0 131364   6248 649732   0   0 41162     8  722   701   2  18  80
 0 200  0      0  52740   6372 725696   0   0 38028     0  721   461   2  14  84
 0 200  1   2676   3264   2944 778932   0 308 44816   380  766   804   0  23  76
 0 200  1   2676   3272   3032 778844   0   0 45562     0  764   642   2  17  81
 0 200  1   2676   3292   3136 778712   0   0 39156     0  721   767   1  20  78
 0 200  1   2676   3264   3260 778620   0   0 40664     8  738   624   2  11  86
 0 200  0   2676   3212   3368 778480   0   0 37056     0  727   614   1  15  84
 0 200  1   2676   3228   3464 778468   0   0 32052     8  654   743   2  12  86
 0 200  1   2676   3196   3492 778472   0   2 30882     2  713   721   0  12  88
 0 200  1   2676   3220   3556 778368   0   0 26490     0  698   739   1  10  89
 0 200  0   2676   3224   3640 778212   0   0 25194    36  709   706   0  11  89
 0 200  0   2676   3304   3692 778136   0   0 20998     0  678   732   1   6  93
 0 200  0   2676   3272   3748 778108   0   0 19734    16  689   768   1  11  88
 0 200  1   2676   3236   3780 778060   0   0 13708     0  644   748   0   6  94
 0 200  0   2676   3196   3800 778076   0   0  9492     0  629   644   0   8  92
 0 200  0   2676   3308   3828 778020   0   0 12978     8  664   727   1   6  93
 0 200  0   2676   3512   3848 777716   0  14 11130    14  664   698   1   6  93
 0 200  0   2804   3256   3860 777896   0 870  7074   878  677   674   0   3  96
 0 200  0   2804   3288   3860 777856   0   0  1068     0  625   665   1   3  96
 0 200  0   2804   3320   3868 777816   0  16  1068    24  627   667   1   2  97
 0 200  0   2804   3212   3868 777928   0  84  1080    84  600   671   1   2  97

...and so on

This gives a total read of a little less than 800MB before giving up. Is
there a cache timeout that needs to be set any lower?

roy


--
Roy Sigurd Karlsbakk, MCSE, MCNE, CLS, LCA

Computers are like air conditioners.
They stop working when you open Windows.


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

* [BUG] RAID sub system
  2001-12-13 17:24 [BUG?] RAID sub system / tux Roy Sigurd Karlsbakk
@ 2001-12-13 17:55 ` Roy Sigurd Karlsbakk
  0 siblings, 0 replies; 9+ messages in thread
From: Roy Sigurd Karlsbakk @ 2001-12-13 17:55 UTC (permalink / raw)
  To: Mark Hahn; +Cc: linux-kernel, Tux mailing list

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1050 bytes --]

> > why not apache?
>
> I first tried, but it all somehow fucked up.
>
> So I tried again - better this time. Same result as with Tux, just that
> the system's idle. All the apache processes goes defunct, and the total
> i/o as reported by vmstat is peaking at aouund 1000 blocks per sec. Not a
> lot, really...

A few more lines of info...

The following files are attached:
lspci-vvv (lspci -vvv)
simplewebbench.sh (my simple script)
.config (current kernel config)

I had modified quite a few /proc/sys parameters, but setting them back to
default (by rebooting with an empty sysctl.conf), didn't make any
difference.

As said before, I've tried this config without RAID, and it works,
although I can't get much speed out of it (max 30 megs per sec). With
RAID-0, I get up to some 50 og 60 megs per sec, but then, the I/O hangs,
and nothing more happens. Reading processes go defunct, and it's all
silent...

thanks

roy

--
Roy Sigurd Karlsbakk, MCSE, MCNE, CLS, LCA

Computers are like air conditioners.
They stop working when you open Windows.

[-- Attachment #2: Type: TEXT/PLAIN, Size: 7112 bytes --]

00:00.0 Host bridge: Silicon Integrated Systems [SiS] 730 Host (rev 02)
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ >SERR- <PERR-
	Latency: 32
	Region 0: Memory at e8000000 (32-bit, non-prefetchable) [size=64M]
	Capabilities: [c0] AGP version 2.0
		Status: RQ=31 SBA+ 64bit- FW+ Rate=x1,x2
		Command: RQ=0 SBA- AGP- 64bit- FW- Rate=<none>

00:00.1 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev d0) (prog-if 80 [Master])
	Subsystem: Asustek Computer, Inc.: Unknown device 8032
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap- 66Mhz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 16
	Region 4: I/O ports at d800 [size=16]

00:01.0 ISA bridge: Silicon Integrated Systems [SiS] 85C503/5513
	Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap- 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 0

00:01.2 USB Controller: Silicon Integrated Systems [SiS] 7001 (rev 07) (prog-if 10 [OHCI])
	Subsystem: Silicon Integrated Systems [SiS] 7001
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 32 (20000ns max), cache line size 08
	Interrupt: pin D routed to IRQ 12
	Region 0: Memory at e7800000 (32-bit, non-prefetchable) [size=4K]

00:01.3 USB Controller: Silicon Integrated Systems [SiS] 7001 (rev 07) (prog-if 10 [OHCI])
	Subsystem: Silicon Integrated Systems [SiS]: Unknown device 7000
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 32 (20000ns max), cache line size 08
	Interrupt: pin D routed to IRQ 12
	Region 0: Memory at e7000000 (32-bit, non-prefetchable) [size=4K]

00:01.4 Multimedia audio controller: Silicon Integrated Systems [SiS] SiS PCI Audio Accelerator (rev 02)
	Subsystem: Asustek Computer, Inc.: Unknown device 8032
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 32 (500ns min, 6000ns max)
	Interrupt: pin B routed to IRQ 10
	Region 0: I/O ports at d400 [size=256]
	Region 1: Memory at e6800000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [dc] Power Management version 2
		Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=55mA PME(D0-,D1-,D2+,D3hot+,D3cold+)
		Status: D0 PME-Enable- DSel=0 DScale=0 PME-

00:02.0 PCI bridge: Silicon Integrated Systems [SiS] 5591/5592 AGP (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap- 66Mhz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 0
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 0000c000-0000cfff
	Memory behind bridge: e6000000-e67fffff
	Prefetchable memory behind bridge: f0000000-febfffff
	BridgeCtl: Parity- SERR- NoISA- VGA+ MAbort- >Reset- FastB2B-

00:09.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139 (rev 10)
	Subsystem: Realtek Semiconductor Co., Ltd. RT8139
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 32 (8000ns min, 16000ns max)
	Interrupt: pin A routed to IRQ 12
	Region 0: I/O ports at b800 [size=256]
	Region 1: Memory at e5800000 (32-bit, non-prefetchable) [size=256]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0-,D1+,D2+,D3hot+,D3cold+)
		Status: D0 PME-Enable- DSel=0 DScale=0 PME-

00:0e.0 Unknown mass storage controller: Promise Technology, Inc.: Unknown device 4d69 (rev 02) (prog-if 85)
	Subsystem: Promise Technology, Inc.: Unknown device 4d68
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap+ 66Mhz+ UDF- FastB2B- ParErr- DEVSEL=slow >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 32 (1000ns min, 4500ns max), cache line size 08
	Interrupt: pin A routed to IRQ 10
	Region 0: I/O ports at b400 [size=8]
	Region 1: I/O ports at b000 [size=4]
	Region 2: I/O ports at a800 [size=8]
	Region 3: I/O ports at a400 [size=4]
	Region 4: I/O ports at a000 [size=16]
	Region 5: Memory at e5000000 (32-bit, non-prefetchable) [size=16K]
	Expansion ROM at <unassigned> [disabled] [size=16K]
	Capabilities: [60] Power Management version 1
		Flags: PMEClk- DSI+ D1+ D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 PME-Enable- DSel=0 DScale=0 PME-

00:10.0 Ethernet controller: Intel Corporation: Unknown device 100c (rev 02)
	Subsystem: Intel Corporation: Unknown device 1112
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap+ 66Mhz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 32 (63750ns min), cache line size 08
	Interrupt: pin A routed to IRQ 12
	Region 0: Memory at e4800000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at e4000000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at 9800 [size=32]
	Expansion ROM at <unassigned> [disabled] [size=128K]
	Capabilities: [dc] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [e4] PCI-X non-bridge device.
		Command: DPERE- ERO+ RBC=0 OST=0
		Status: Bus=0 Dev=0 Func=0 64bit- 133MHz- SCD- USC-, DC=simple, DMMRBC=0, DMOST=0, DMCRS=0, RSCEM-
	Capabilities: [f0] Message Signalled Interrupts: 64bit+ Queue=0/0 Enable-
		Address: 0000000000000000  Data: 0000

01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] SiS630 GUI Accelerator+3D (rev 31) (prog-if 00 [VGA])
	Subsystem: Asustek Computer, Inc.: Unknown device 8032
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap+ 66Mhz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Interrupt: pin A routed to IRQ 11
	BIST result: 00
	Region 0: Memory at f0000000 (32-bit, prefetchable) [size=128M]
	Region 1: Memory at e6000000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at c800 [size=128]
	Capabilities: [40] Power Management version 1
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] AGP version 2.0
		Status: RQ=15 SBA+ 64bit- FW- Rate=x1,x2
		Command: RQ=0 SBA- AGP- 64bit- FW- Rate=<none>


[-- Attachment #3: Type: APPLICATION/x-sh, Size: 13690 bytes --]

[-- Attachment #4: Type: TEXT/PLAIN, Size: 16725 bytes --]

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

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODVERSIONS=y
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 is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
CONFIG_MK7=y
# 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_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=6
CONFIG_X86_TSC=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_USE_3DNOW=y
CONFIG_X86_PGE=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
# CONFIG_MICROCODE is not set
CONFIG_X86_MSR=y
CONFIG_X86_CPUID=y
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_MATH_EMULATION is not set
# CONFIG_MTRR is not set
# CONFIG_SMP is not set
# CONFIG_X86_UP_APIC is not set
# CONFIG_X86_UP_IOAPIC is not set

#
# 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_PCI_NAMES=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
# CONFIG_HOTPLUG is not set
# CONFIG_PCMCIA is not set
# CONFIG_HOTPLUG_PCI is not set
CONFIG_SYSVIPC=y
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_SYSCTL=y
CONFIG_KCORE_ELF=y
# CONFIG_KCORE_AOUT is not set
# CONFIG_BINFMT_AOUT is not set
CONFIG_BINFMT_ELF=y
# CONFIG_BINFMT_MISC is not set
CONFIG_PM=y
CONFIG_ACPI=y
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_BUSMGR=y
CONFIG_ACPI_SYS=y
CONFIG_ACPI_CPU=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_AC=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_CMBATT=y
CONFIG_ACPI_THERMAL=y
# CONFIG_APM is not set

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

#
# Parallel port support
#
# CONFIG_PARPORT 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_BLK_DEV_DAC960 is not set
CONFIG_BLK_DEV_LOOP=m
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_BLK_DEV_INITRD is not set

#
# Multi-device support (RAID and LVM)
#
CONFIG_MD=y
CONFIG_BLK_DEV_MD=y
CONFIG_MD_LINEAR=m
CONFIG_MD_RAID0=y
CONFIG_MD_RAID1=m
CONFIG_MD_RAID5=m
CONFIG_MD_MULTIPATH=y
CONFIG_BLK_DEV_LVM=m

#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
CONFIG_NETLINK=y
CONFIG_RTNETLINK=y
CONFIG_NETLINK_DEV=m
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_FILTER=y
CONFIG_UNIX=y
CONFIG_INET=y
CONFIG_TUX=y
CONFIG_TUX_EXTCGI=y
CONFIG_TUX_EXTENDED_LOG=y
CONFIG_TUX_DEBUG=y
CONFIG_IP_MULTICAST=y
# 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_IP_MROUTE 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 is not set
# CONFIG_IP_NF_QUEUE is not set
CONFIG_IP_NF_IPTABLES=y
# CONFIG_IP_NF_MATCH_LIMIT is not set
# CONFIG_IP_NF_MATCH_MAC is not set
# CONFIG_IP_NF_MATCH_MARK is not set
CONFIG_IP_NF_MATCH_MULTIPORT=y
# CONFIG_IP_NF_MATCH_TOS is not set
# CONFIG_IP_NF_MATCH_LENGTH is not set
CONFIG_IP_NF_MATCH_TTL=y
# CONFIG_IP_NF_MATCH_TCPMSS is not set
# CONFIG_IP_NF_MATCH_UNCLEAN is not set
# CONFIG_IP_NF_MATCH_OWNER is not set
CONFIG_IP_NF_FILTER=y
CONFIG_IP_NF_TARGET_REJECT=y
# CONFIG_IP_NF_TARGET_MIRROR is not set
# CONFIG_IP_NF_MANGLE is not set
CONFIG_IP_NF_TARGET_LOG=y
# CONFIG_IP_NF_TARGET_TCPMSS 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
# 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

#
# 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_BLK_DEV_IDEDISK_VENDOR is not set
# CONFIG_BLK_DEV_IDEDISK_FUJITSU is not set
# CONFIG_BLK_DEV_IDEDISK_IBM is not set
# CONFIG_BLK_DEV_IDEDISK_MAXTOR is not set
# CONFIG_BLK_DEV_IDEDISK_QUANTUM is not set
# CONFIG_BLK_DEV_IDEDISK_SEAGATE is not set
# CONFIG_BLK_DEV_IDEDISK_WD is not set
# CONFIG_BLK_DEV_COMMERIAL is not set
# CONFIG_BLK_DEV_TIVO is not set
# CONFIG_BLK_DEV_IDECS is not set
# CONFIG_BLK_DEV_IDECD is not set
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
# CONFIG_BLK_DEV_IDESCSI 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_RZ1000 is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
CONFIG_BLK_DEV_IDEDMA_PCI=y
CONFIG_BLK_DEV_ADMA=y
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_IDEDMA_PCI_AUTO=y
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_PCI_WIP is not set
# CONFIG_IDEDMA_NEW_DRIVE_LISTINGS is not set
# CONFIG_BLK_DEV_AEC62XX is not set
# CONFIG_AEC62XX_TUNING 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_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 is not set
# CONFIG_PIIX_TUNING is not set
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_OPTI621 is not set
CONFIG_BLK_DEV_PDC202XX=y
CONFIG_PDC202XX_BURST=y
CONFIG_PDC202XX_FORCE=y
# CONFIG_BLK_DEV_SVWKS is not set
CONFIG_BLK_DEV_SIS5513=y
# 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

#
# SCSI support
#
# CONFIG_SCSI 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 is not set
# 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_SUNLANCE 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_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 is not set
# CONFIG_LNE390 is not set
# CONFIG_FEALNX is not set
# CONFIG_NATSEMI is not set
# CONFIG_NE2K_PCI is not set
# CONFIG_NE3210 is not set
# CONFIG_ES3210 is not set
# CONFIG_8139CP is not set
CONFIG_8139TOO=y
# CONFIG_8139TOO_PIO is not set
# CONFIG_8139TOO_TUNE_TWISTER is not set
CONFIG_8139TOO_8129=y
# 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
# 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_MYRI_SBUS is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_SK98LIN is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PLIP is not set
# CONFIG_PPP is not set
# 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 is not set
# CONFIG_INPUT_KEYBDEV is not set
# CONFIG_INPUT_MOUSEDEV is not set
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_EVDEV is not set

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_SERIAL_CONSOLE=y
# CONFIG_SERIAL_ACPI is not set
# CONFIG_SERIAL_EXTENDED is not set
# CONFIG_SERIAL_NONSTANDARD is not set
CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=256

#
# 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

#
# Joysticks
#
# CONFIG_INPUT_GAMEPORT is not set
# CONFIG_QIC02_TAPE is not set

#
# Watchdog Cards
#
CONFIG_WATCHDOG=y
# CONFIG_WATCHDOG_NOWAYOUT is not set
CONFIG_SOFT_WATCHDOG=y
# CONFIG_WDT is not set
# CONFIG_WDTPCI is not set
# CONFIG_PCWATCHDOG is not set
# CONFIG_ACQUIRE_WDT is not set
# CONFIG_ADVANTECH_WDT is not set
# CONFIG_EUROTECH_WDT is not set
# CONFIG_IB700_WDT is not set
# CONFIG_I810_TCO is not set
# CONFIG_MIXCOMWD is not set
# CONFIG_60XX_WDT is not set
# CONFIG_W83877F_WDT is not set
# CONFIG_MACHZ_WDT is not set
# CONFIG_INTEL_RNG 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 is not set
# CONFIG_DRM is not set
# CONFIG_MWAVE is not set

#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set

#
# File systems
#
# CONFIG_QUOTA is not set
# CONFIG_AUTOFS_FS is not set
# CONFIG_AUTOFS4_FS is not set
CONFIG_REISERFS_FS=y
# 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_BFS_FS is not set
CONFIG_EXT3_FS=y
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
# CONFIG_FAT_FS is not set
# CONFIG_MSDOS_FS is not set
# CONFIG_UMSDOS_FS is not set
# CONFIG_VFAT_FS is not set
# 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=y
# CONFIG_RAMFS is not set
# CONFIG_ISO9660_FS is not set
# CONFIG_JOLIET is not set
# CONFIG_ZISOFS 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 is not set
# CONFIG_NFS_V3 is not set
# CONFIG_ROOT_NFS is not set
# CONFIG_NFSD is not set
# CONFIG_NFSD_V3 is not set
# CONFIG_SUNRPC is not set
# CONFIG_LOCKD is not set
# 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
# CONFIG_ZLIB_FS_INFLATE is not set

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

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

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

#
# Sound
#
# CONFIG_SOUND is not set

#
# USB support
#
# CONFIG_USB is not set
# CONFIG_USB_UHCI is not set
# CONFIG_USB_UHCI_ALT is not set
# CONFIG_USB_OHCI is not set
# CONFIG_USB_AUDIO is not set
# CONFIG_USB_BLUETOOTH is not set
# CONFIG_USB_STORAGE is not set
# 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_JUMPSHOT is not set
# CONFIG_USB_ACM is not set
# CONFIG_USB_PRINTER 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_KAWETH is not set
# CONFIG_USB_CATC 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_SERIAL_GENERIC is not set
# CONFIG_USB_SERIAL_BELKIN is not set
# CONFIG_USB_SERIAL_WHITEHEAT is not set
# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
# CONFIG_USB_SERIAL_EMPEG is not set
# CONFIG_USB_SERIAL_FTDI_SIO is not set
# CONFIG_USB_SERIAL_VISOR is not set
# CONFIG_USB_SERIAL_IR is not set
# CONFIG_USB_SERIAL_EDGEPORT is not set
# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
# CONFIG_USB_SERIAL_KEYSPAN is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA28 is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA28X is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA28XA is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA28XB is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA19 is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA18X is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA19W is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA49W is not set
# CONFIG_USB_SERIAL_MCT_U232 is not set
# CONFIG_USB_SERIAL_PL2303 is not set
# CONFIG_USB_SERIAL_CYBERJACK is not set
# CONFIG_USB_SERIAL_XIRCOM is not set
# CONFIG_USB_SERIAL_OMNINET is not set
# CONFIG_USB_RIO500 is not set

#
# Bluetooth support
#
# CONFIG_BLUEZ is not set

#
# Kernel hacking
#
CONFIG_DEBUG_KERNEL=y
# 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_DEBUG_BUGVERBOSE=y

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

end of thread, other threads:[~2001-12-15 18:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <Pine.LNX.4.33.0112131320350.15231-100000@coffee.psychology.mcmaster.ca>
2001-12-13 18:39 ` [BUG] RAID sub system Roy Sigurd Karlsbakk
     [not found] <Pine.LNX.4.33.0112131525470.15231-100000@coffee.psychology.mcmaster.ca>
2001-12-14 13:12 ` Roy Sigurd Karlsbakk
2001-12-14 14:02 ` Roy Sigurd Karlsbakk
2001-12-14 16:53   ` Jens Axboe
2001-12-15 18:16     ` Roy Sigurd Karlsbakk
     [not found] <Pine.LNX.4.33.0112131354490.15231-100000@coffee.psychology.mcmaster.ca>
2001-12-13 19:14 ` Roy Sigurd Karlsbakk
2001-12-13 19:44   ` Roy Sigurd Karlsbakk
2001-12-13 20:02     ` Roy Sigurd Karlsbakk
2001-12-13 17:24 [BUG?] RAID sub system / tux Roy Sigurd Karlsbakk
2001-12-13 17:55 ` [BUG] RAID sub system Roy Sigurd Karlsbakk

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).