* Re: Agressive selective pre-allocation
From: Bruce A. Mallett @ 2002-12-10 16:43 UTC (permalink / raw)
To: reiserfs-list
In-Reply-To: <20021210074600.J26400@vestdata.no>
It seems to me that it would be better to have the file system keep
track of this itself. If the following is known about each file:
original creation date
current file size
number of times extended
then it might be possible to compute a growth policy. For example when
extending a small file, just move and extend it. As the file and
extention frequencies increase then create larger new extents.
But the problem really is that apps don't actually "grow"these files but
instead rebuilds them. Thus the file system sees a request to open a
new file and not to extend an existing one. This would make tracking
the above parameters way beyond difficult.
Ragnar Kjørstad wrote:
>Hi
>
>
>A lot of filesystems have files that grow slowly over time, and this is
>causing serious fragmentation, and thus performance-problems in some
>situations.
>
>A defragmentation-utility could potentially solve this, but maybe there
>is a better way?
>
>Some files, for instance MBOX-type mailboxes and logfiles, are known to
>the user/administrator to grow over time. It is possible to preallocate
>diskspace by creating large files with just zeroes in them, but this is
>not very flexible and requires the application to be awere.
>
>An alternative would be the possibility to tell the fs about the
>properties of the files. Maybe an ioctl to notify the fs that for this
>particular file the fs should allocate X blocks at the time? That would
>ensure that the files only get limited fragmentation and performance
>stays optimal.
>
>Does the metadata-format support blocks beeing allocated but not used
>yet? Is it sufficient to add them to the extent-map, mark them free,
>without changing the size of the file?
>
>An even better way would be to mark the blocks as "preallocated" without
>assigning them to the file. This would allow preallocation without
>actually locking the blocks - so if the disk went full the allocator
>could override the preallocation and use them for other data.
>
>Blocks are managed in extents in reiserfs4, right? So I assume there is
>an extent-list for free blocks? So maybe one could add an extra
>extent-list for "preallocated blocks", and the change the allocator to
>search that list if, and only if, it is appending to file on the
>previous block or if there are no blocks in the free-list?
>
>
>I have no time to try to implement this right now, but I just got the
>idea and figgured I should write it down while fresh in memory. Any
>reason why this wouldn't work?
>
>Personally I think fragmentation is one of the most serious
>performance-problems for filesystems, and this could potentially help a
>lot at least for the slow-growing files like logfiles and mboxes.
>
>
>
>
>
^ permalink raw reply
* Re: [PATCH] cs46xx some few corrections
From: Takashi Iwai @ 2002-12-10 16:38 UTC (permalink / raw)
To: Benny Sjostrand; +Cc: alsa-devel
In-Reply-To: <3DF5A135.4090008@cucumelo.org>
At Tue, 10 Dec 2002 09:09:25 +0100,
Benny Sjostrand wrote:
>
> Hi!
>
> If the SPDIF input worked with rc6 it should work now with this patch,
> the SPDIF input "Source Rate Converter"-SCB
> was muted all the time and that should fixed by now.
> I discovered that AC3 almost works but get very easily out of sync in
> some how (got no solution for this yet)
> Restarting the application about ~ 10 times, eg. with xine press
> PLAY-STOP PLAY-STOP ... until you get
> sound.
> There was/is actually a ring buffer problem in the cs46xx driver giving
> this kind of outputs (see my previous mail):
> "Dec 8 13:40:16 cactus kernel: ALSA ../alsa-kernel/core/pcm_lib.c:176:
> BUG: stream = 0, pos = 0x4000, buffer size = 0x4000, period size = 0x200"
> That should actually be fixed this patch, I hope it's correct.
>
> Sumary of changes:
> - Some volume bug fixes
> - SPDIF input fix.
> - Clear sample buffer after closing IEC958 stream.
> - Ring buffer fix (see my previous mail)
> - Some other misses, corrections ....
applied. thanks for your patch!
Takashi
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply
* Re: oops while unloading snd-intel8x0
From: Takashi Iwai @ 2002-12-10 16:37 UTC (permalink / raw)
To: Christian Guggenberger; +Cc: alsa-devel
In-Reply-To: <20021210135031.G31605@pc9391.uni-regensburg.de>
Hi,
At Tue, 10 Dec 2002 13:50:31 +0100,
Christian Guggenberger wrote:
>
> Hi,
>
> I get following oops while unloading snd-intel8x0 on a Dell Optiplex 260
> Kernel is 2.4.20aa1 (happens again with plain 2.4.20)
> Alsa is 0.9.0rc6 (and CVS 20021204)
> Debian/woody.
hmm, it's a new type of oops, which i've never seen.
could you trace at which point this happens, for example, by adding
buch of printk()s ?
thanks,
Takashi
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply
* Re: oss-lib
From: Takashi Iwai @ 2002-12-10 16:36 UTC (permalink / raw)
To: ljp; +Cc: alsa-devel
In-Reply-To: <200212100728.23179.ljp@llornkcor.com>
At Tue, 10 Dec 2002 07:28:23 -0700,
ljp wrote:
>
> is oss-lib being depreciated or just not being updated?
the latter -- no changes for long time but alive.
Takashi
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply
* Re: [BUG]: agpgart for i810 chipsets broken in 2.5.51
From: Antonino Daplas @ 2002-12-10 19:37 UTC (permalink / raw)
To: Dave Jones; +Cc: Linux Kernel Mailing List
In-Reply-To: <20021210161725.GA577@codemonkey.org.uk>
On Tue, 2002-12-10 at 21:17, Dave Jones wrote:
> On Wed, Dec 11, 2002 at 12:07:45AM +0500, Antonino Daplas wrote:
> > > That chunk of X code is crap. So much so, that someone even put a
> > > comment there (not that what they suggested was much better).
> > >
> > > See line 122 of http://www.atomised.org/docs/XFree86-4.2.1/agp_8c-source.html
> > >
> > Ouch. That's a sh??ty version check. And it has to be present from
> > 4.0.0 to 4.2.1, and if they don't correct it, 4.3.0.
>
> Andreas Schwab pointed out to me, that due to the broken boolean check,
> I can bump the version to 0.100 and it'll work. At least until the
> X folks change/remove that code.
Okay, I'll bump the minor version and see if it actually works.
Tony
^ permalink raw reply
* Re: [BUG]: agpgart for i810 chipsets broken in 2.5.51
From: Antonino Daplas @ 2002-12-10 19:36 UTC (permalink / raw)
To: Dave Jones; +Cc: Linux Kernel Mailing List
In-Reply-To: <20021210172320.A4586@suse.de>
On Tue, 2002-12-10 at 21:23, Dave Jones wrote:
> On Wed, Dec 11, 2002 at 12:08:22AM +0500, Antonino Daplas wrote:
> > Tried it with framebuffer console off, same results. Moved agp before vt
> > in char/Makefile, same. Even manually calling agp_init() doesn't work
> > because what's really needed is agp_intel_init().
> >
> > Anyway, I guess I'll stick to what I'm doing right now, periodically do
> > an inter_module_get("drm_agp") until it becomes available.
>
> That's really quite icky. Even putting an..
>
> #ifdef CONFIG_FRAMEBUFFER_I810
> dev = pci_find_blah..
> agp_intel_init(dev);
> #endif
>
> before console_init() call in init/main.c seems cleaner than that imo,
> (and this is still quite gross).
>
That's fine by me. It's basically what I'm doing in 2.4, except that I
call it directly from the driver. I'm just not in the habit of touching
other people's code.
agp_intel_init() will be called twice though, first by i810fb, then the
usual inits, so a flag has to be set once the function is called.
If it's okay with you, I'll do it that way (and save me some 100 lines
of code in the process :-), and submit a patch.
Tony
^ permalink raw reply
* Re: /proc/pci deprecation?
From: Martin Mares @ 2002-12-10 16:42 UTC (permalink / raw)
To: Linus Torvalds
Cc: Patrick Mochel, Willy Tarreau, Petr Vandrovec, linux-kernel,
jgarzik
In-Reply-To: <Pine.LNX.4.44.0212072018480.1103-100000@home.transmeta.com>
Hi Linus!
> Just out of interest, where _does_ it get the information? Does it try to
> do its own irq routing (bad!) or does it do it from /proc/bus/pci/devices?
The latter (unless you use `lspci -b' which reads the config registers
directly) and it's doing it this way since the first version ;)
Have a nice fortnight
--
Martin `MJ' Mares <mj@ucw.cz> http://atrey.karlin.mff.cuni.cz/~mj/
Faculty of Math and Physics, Charles University, Prague, Czech Rep., Earth
Anything is good and useful if it's made of chocolate.
^ permalink raw reply
* Re: fetchmail and smtp problem (was tuning iptables)
From: Ray Olszewski @ 2002-12-10 16:34 UTC (permalink / raw)
To: linux-newbie
In-Reply-To: <200212101214.gBACEhP06806@hartford-hwp.com>
OK. From what you posted ... specifically the "netstat -l" output ... we
know that *something* is listening on port 25. Specifically:
tcp 0 0
127.0.0.1:smtp *:* LISTEN
Next step is to find out what that something is. There are several ways to
do this. The best is (as root) to run "netstat -lp". If the answer is
xinetd, then either check its config files to find out what SMTP daemon is
passes connections to, or run "telnet localhost 25" and see what responds
(this after you have the localhost entry in /etc/hosts corrected; or you
can do "telnet 127.0.0.1 25").
The stuff you post from xinetd's config files does not refer to port 25. So
I'd *guess* that xinetd is not handling this port. The stuff from
/etc/services is irrelevant; that file just matches port names to service
names, and does not tell you if anything is actually listening on a port.
Beyond that ... Carl's advice looks pretty good, mostly. I don't care for
his suggestion that you have your smtp daemon listen on 0.0.0.0 --
listening on 127.0.0.1 should be the right way to do it for an smtp daemon
that ONLY redistributes fetchmail mail. And your info does NOT say that
*sendmail* is listening on port 25, only that *something* is listening on
that port (sendmail is not the only MTA used on Linux systems, though I
gather it is the default choice for RH 8.0).
Finally ... as I said earlier, your problem may by in the configuration of
your smtp daemon or your configuration of fetchmail. If Carl's suggestions
don't result in fixing things, the next step is to report the details of
that part, as well as the results of "telnet localhost 25" and any entries
in your logs that appear relevant (don't be stingy ... tell us everything
that the smtp daemon, xinted if it is involved, and fetchmail log).
At 07:14 AM 12/10/02 -0500, Haines Brown wrote:
>On a RH8.0 installation I've been trying to get going since October,
>one problem has been that I can't receive e-mail. The first problem
>was a broken rp-pppoe. When that fixed, I could at least browse the
>web. Next I faced messed up rules for iptables, but I've removed the
>firewall. Since the problem persists, I'm led to fetchmail and smtp.
>
>The fetchmail log suggests that I've got ip at least, for it is able
>to download the number and size of messages waiting on the mail
>server. However, when it tries to download the first message, it can't
>do it. Apparently fetchmail can't open a connection to the smtp server
>on my machine. Here's snippet from fetchmail's log at the point it
>fails:
>
> > ...
> > fetchmail: POP3< +OK 3778 octets
> > reading message 1 of 22 (3778 octets)
> > About to rewrite Return-Path: <linux-usb-users-admin@lists.sourceforge.net>
> > Rewritten version is Return-Path:
> <linux-usb-users-admin@lists.sourceforge.net>
> > ...
>
>When at first fetchmail did not seem to write its log, which raised the
>question of permissions and UID. However, it seems to work
>now. Undoubtedly my error at some point.
>
>The question is, what sockets are listening? I don't know how to
>interpret the following, but it does not look all that different from
>my current machine, which is functional.
>
># netstat -l
>Active Internet connections (only servers)
>Proto Recv-Q Send-Q Local Address Foreign
>Address State
>tcp 0 0
>*:32768 *:* LISTEN
>tcp 0 0
>*:printer *:* LISTEN
>tcp 0 0
>*:sunrpc *:* LISTEN
>tcp 0 0
>*:x11 *:* LISTEN
>tcp 0 0
>127.0.0.1:8118 *:* LISTEN
>tcp 0 0
>*:ssh *:* LISTEN
>tcp 0 0
>127.0.0.1:smtp *:* LISTEN
>udp 0 0
>*:32768 *:*
>udp 0 0
>*:sunrpc *:*
>Active UNIX domain sockets (only servers)
>Proto RefCnt Flags Type State I-Node Path
>unix 2 [ ACC ] STREAM LISTENING 1847
> /tmp/.iroha_unix/IROHA
>
>unix 2 [ ACC ] STREAM LISTENING 2325
> /tmp/.esd/socket
>unix 2 [ ACC ] STREAM LISTENING 2108
> /tmp/ssh-XX1O24lT/agent.1076
>unix 2 [ ACC ] STREAM LISTENING 2083
> /tmp/.X11-unix/X0
>unix 2 [ ACC ] STREAM LISTENING 1916
> /tmp/.font-unix/fs7100
>unix 2 [ ACC ] STREAM LISTENING 2232
> /tmp/.ICE-unix/1076
>unix 2 [ ACC ] STREAM LISTENING 1571
> /var/run/lprng
>unix 2 [ ACC ] STREAM LISTENING 2129
> /tmp/orbit-brownh/linc-446-0-54d253d5c0c8d
>unix 2 [ ACC ] STREAM LISTENING 2137
> /tmp/orbit-brownh/linc-434-0-1692b3b6d257d
>unix 2 [ ACC ] STREAM LISTENING 2243
> /tmp/orbit-brownh/linc-448-0-141f7b126e97c
>unix 2 [ ACC ] STREAM LISTENING 2270
> /tmp/orbit-brownh/linc-44d-0-24ce2e57dc8f6
>unix 2 [ ACC ] STREAM LISTENING 2305
> /tmp/orbit-brownh/linc-44a-0-19bc27591b9fc
>unix 2 [ ACC ] STREAM LISTENING 2529
> /tmp/orbit-brownh/linc-460-0-2d7ba098b88a
>unix 2 [ ACC ] STREAM LISTENING 2535
> /tmp/orbit-brownh/linc-464-0-433b03def5c8
>unix 2 [ ACC ] STREAM LISTENING 2634
> /tmp/orbit-brownh/linc-46b-0-59017d95c4a98
>unix 2 [ ACC ] STREAM LISTENING 2674
> /tmp/orbit-brownh/linc-46e-0-3df7182d8cfc3
>unix 2 [ ACC ] STREAM LISTENING 2722
> /tmp/orbit-brownh/linc-471-0-3df7182de5371
>unix 2 [ ACC ] STREAM LISTENING 2751
> /tmp/orbit-brownh/linc-473-0-1022b4e538916
>unix 2 [ ACC ] STREAM LISTENING 2781
> /tmp/orbit-brownh/linc-475-0-1022b4e575a77
>
>
>Then, I looked at /etc/services:
>
> ...
> smtp 25/tcp mail
> smtp 25/udp mail
>
>I looked at /etc/xinetd.conf:
>
> defaults
> {
> instances = 60
> log_type = SYSLOG authpriv
> log_on_success = HOST PID
> log_on_failure = HOST
> cps = 25 30
> }
>
> includedir /etc/xinetd.d
>
>I looked in /etc/xinet.d/ at the servers and a services files:
>
> service services
> {
> type = INTERNAL UNLISTED
> port = 9098
> socket_type = stream
> protocol = tcp
> wait = no
> disable = yes
> only_from = 127.0.0.1
> }
>
>
> service servers
> {
> type = INTERNAL UNLISTED
> port = 9099
> socket_type = stream
> protocol = tcp
> wait = no
> disable = yes
> only_from = 127.0.0.1
> }
>
>I looked at /etc/hosts. The hosts.allow and host.deny files are
>empty. However, the /etc/hosts file had a very strange error:
>
> 27.0.0.1 hartford-hwp.com localhost.localdomain localhost
>
>However, changing the "27" to "127" did not fix anything.
>
>With that exception, I did not see anything amiss in these files.
--
-------------------------------------------"Never tell me the odds!"--------
Ray Olszewski -- Han Solo
Palo Alto, California, USA ray@comarre.com
-------------------------------------------------------------------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" 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.linux-learn.org/faqs
^ permalink raw reply
* Re: [PATCH 3/3] High-res-timers part 3 (posix to hrposix) take 20
From: Jim Houston @ 2002-12-10 16:41 UTC (permalink / raw)
To: William Lee Irwin III; +Cc: akpm, linux-kernel, george
In-Reply-To: <20021210021107.GD9882@holomorphy.com>
Hi Everyone,
Since both Andrew and Bill have mentioned user space test harness,
I thought it might help to point out to my earlier email which
includes the user space test program I used.
It is archived here:
http://marc.theaimsgroup.com/?l=linux-kernel&m=102916884821920&w=2
Jim Houston - Concurrent Computer Corp.
^ permalink raw reply
* Re: Port Forwarding only works outside?
From: Sander Sneekes @ 2002-12-10 16:28 UTC (permalink / raw)
To: Todd Hartman; +Cc: 'netfilter@lists.netfilter.org'
In-Reply-To: <97AE76F7052DBB43A268427FCAAEF0371BF6CE@s-2k-corp1.bass-inc.com>
try
iptables -t nat -A POSTROUTING -s 192.168.1.0/24 -j MASQUERADE
iptables -A FORWARD -p tcp --dport 25 -d 192.168.1.29 -j ACCEPT
iptables -A PREROUTING -t nat -p tcp --dport 25 -d x.x.x.x -j DNAT --to
192.168.1.29
x.x.x.x = eth0 external ip
On Tue, 2002-12-10 at 16:31, Todd Hartman wrote:
> I've come across an issue I just don't know how to solve. I'm not even
> certain it's an issue with iptables itself, but I thought that someone
> here might have run across this before and have some advice.
>
> I've got a RH7.3 box set up with two NICs. Eth0 is external and eth1
> is internal. Internal network is 192.168.1.* with netmask
> 255.255.255.128. I need to forward traffic on eth0, port 25 to
> 192.168.1.29. The firewall is 192.168.1.1 - both in the same subnet as
> I understand it.
>
> When I forward SMTP traffic to 192.168.1.29 and try to telnet to port
> 25 to test SMTP, it just sits there, unresponsive. BUT, if I forward
> eth0 port 25 traffic to a machine out on the internet, it works just
> fine.
>
> I suspect a networking problem, but I don't know well enough to pin it
> down myself.
>
> -T
>
^ permalink raw reply
* Re: IDE feature request & problem
From: Alan Cox @ 2002-12-10 17:10 UTC (permalink / raw)
To: Milan Roubal; +Cc: Petr Sebor, Linux Kernel Mailing List
In-Reply-To: <021401c2a05d$f1c72c80$551b71c3@krlis>
On Tue, 2002-12-10 at 15:07, Milan Roubal wrote:
> DriveStatusError UncorrectableError SectorIdNotFound TrackZeroNotFound
> AddrMarkNotFound }, LBAsect=8830595334015, high=526344, low=8355711,
> sector=196817664
Can you force an fsck of the volume firstly. AddrMark not found isnt too
nreasonable a compliant given the LBAsect in question
^ permalink raw reply
* Re: [BUG]: agpgart for i810 chipsets broken in 2.5.51
From: Alan Cox @ 2002-12-10 17:06 UTC (permalink / raw)
To: Dave Jones; +Cc: Antonino Daplas, Linux Kernel Mailing List
In-Reply-To: <20021210172320.A4586@suse.de>
On Tue, 2002-12-10 at 16:23, Dave Jones wrote:
> That's really quite icky. Even putting an..
>
> #ifdef CONFIG_FRAMEBUFFER_I810
> dev = pci_find_blah..
> agp_intel_init(dev);
> #endif
>
> before console_init() call in init/main.c seems cleaner than that imo,
> (and this is still quite gross).
Given how fragile the AGP code can be I would much rather we had the AGP
continue to initialize late. If the AGP init function is something like
int agp_required(void)
{
static int agp_inited = 0;
if(!agp_inited)
{
agp_inited = 1;
agp_do_real_init();
}
}
module_init(agp_required);
Then the i810 fb driver can do
agp_required();
and force the order change only if necessary.
^ permalink raw reply
* Re: R_MIPS_26 etc.
From: Greg Lindahl @ 2002-12-10 16:19 UTC (permalink / raw)
To: linux-mips
In-Reply-To: <ECEPLLMMNGHMFBLHCLMAAECMDGAA.yaelgilad@myrealbox.com>
On Tue, Dec 10, 2002 at 06:11:14PM +0200, yaelgilad wrote:
> Looking in the assembly code of my driver, I see the following
> pattern repeating with every function call.
> 4ce4: 0c000000 jal 0
> 4ce4: R_MIPS_26 rx_wait_packet
> (R_MIPS_26 is sometimes replaces by a similar command)
> What is R_MIPS_26 ? What are the rest of them ?
R_MIPS_26 is a relocation. The jal command has 26 bits available for
the address. BTW, you should mention when you are showing objdump
output instead of the .s emitted by the compiler...
g
^ permalink raw reply
* Radix tree related oops in 2.5.51-mm1
From: Roger A Oksanen @ 2002-12-10 16:26 UTC (permalink / raw)
To: linux-kernel; +Cc: roger.oksanen
Hi all,
Having fairly many processes running (>300 - most of them Java threads) and
browsing w/ Mozilla, intput to X suddenly froze. I was able to move the
mouse a litle bit - but this was REAL slow, keyboard didn't work anymore,
so any attempts to kill off X didn't work. XMMS continued to play in the
background, and I could still see Mozilla animate a banner. I saw from gkremm
(which also was running fine) that one CPU was running 100% in "system".
Needless to say SYSRQ saved the day ;). Luckily the oops was preserved in
the syslog.
There had been no swapping and there was about 300M cache and the rest
of the memory was in use.
Oh, and just in case someone tries to compile with my config; to get the
ALSA AWE32 code to compile (in sb16.c) , I had to change the init variable c
sp as it was a duplicate of the global csp variable..
I should probably see(test) if the plain 2.5.51 has this problem also..
Attached oops, dmesg and config. Need anything else?
---------------------------------------
The oops is as follows:
(ps. no modules were loaded at the time)
kernel: Unable to handle kernel NULL pointer dereference at virtual address 00000006
kernel: printing eip:
kernel: c018d593
kernel: *pde = 00000000
kernel: Oops: 0000
kernel: CPU: 1
kernel: EIP: 0060:[<c018d593>] Not tainted
kernel: EFLAGS: 00010206
kernel: eax: 00000006 ebx: ffffffff ecx: 00000018 edx: 00000002
kernel: esi: d95f3cd4 edi: 00000005 ebp: d95f3d10 esp: d95f3cc4
kernel: ds: 0068 es: 0068 ss: 0068
kernel: Process xmms (pid: 6725, threadinfo=d95f2000 task=d8f10680)
kernel: Stack: 00000000 c33a668c c12f6728 c12f672c 00000002 00000006 d43e7790 d43e7790
kernel: d43e7790 00000001 c33a6680 d95f3cf8 c014b454 d95f3d24 c014b289 d43e7790
kernel: c33a6680 c12f6728 c33a6680 d95f3d28 c012d519 c33a6684 00000000 000001d0
kernel: Call trace:
>>EIP; c018d593 <radix_tree_delete+53/e0> <=====
Trace; c014b454 <free_buffer_head+44/50>
Trace; c014b289 <try_to_free_buffers+89/a0>
Trace; c012d519 <__remove_from_page_cache+49/90>
Trace; c0135f69 <shrink_list+399/4c0>
Trace; c0136247 <shrink_cache+1b7/300>
Code; c018d593 <radix_tree_delete+53/e0>
00000000 <_EIP>:
Code; c018d593 <radix_tree_delete+53/e0> <=====
0: 8b 10 mov (%eax),%edx <=====
Code; c018d595 <radix_tree_delete+55/e0>
2: 85 d2 test %edx,%edx
Code; c018d597 <radix_tree_delete+57/e0>
4: 74 24 je 2a <_EIP+0x2a> c018d5bd <radix_tree_delete+7d/e0>
Code; c018d599 <radix_tree_delete+59/e0>
6: 89 56 08 mov %edx,0x8(%esi)
Code; c018d59c <radix_tree_delete+5c/e0>
9: 8b 45 0c mov 0xc(%ebp),%eax
Code; c018d59f <radix_tree_delete+5f/e0>
c: d3 e8 shr %cl,%eax
Code; c018d5a1 <radix_tree_delete+61/e0>
e: 83 e9 06 sub $0x6,%ecx
Code; c018d5a4 <radix_tree_delete+64/e0>
11: 83 e0 3f and $0x3f,%eax
--------------------------------
Dmesg output by kernel on boot:
Linux version 2.5.51-mm1 (roger@unstable) (gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-113)) #1 SMP Tue Dec 10 13:13:14
EET 2002
Video mode to be used for restore is ffff
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 0000000027ffd000 (usable)
BIOS-e820: 0000000027ffd000 - 0000000027fff000 (ACPI data)
BIOS-e820: 0000000027fff000 - 0000000028000000 (ACPI NVS)
BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
639MB LOWMEM available.
found SMP MP-table at 000f6ef0
hm, page 000f6000 reserved twice.
hm, page 000f7000 reserved twice.
hm, page 000f6000 reserved twice.
hm, page 000f7000 reserved twice.
On node 0 totalpages: 163837
DMA zone: 4096 pages, LIFO batch:1
Normal zone: 159741 pages, LIFO batch:16
HighMem zone: 0 pages, LIFO batch:1
ACPI: RSDP (v000 ASUS ) @ 0x000f81a0
ACPI: RSDT (v001 ASUS P2B-DS 22616.11826) @ 0x27ffd000
ACPI: FADT (v001 ASUS P2B-DS 22616.11826) @ 0x27ffd100
ACPI: BOOT (v001 ASUS P2B-DS 22616.11826) @ 0x27ffd040
ACPI: MADT (v001 ASUS P2B-DS 22616.11826) @ 0x27ffd080
ACPI: DSDT (v001 ASUS P2B-DS 00000.04096) @ 0x00000000
ACPI: BIOS passes blacklist
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x01] enabled)
Processor #1 6:7 APIC version 16
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Processor #0 6:7 APIC version 16
ACPI: IOAPIC (id[0x02] address[0xfec00000] global_irq_base[0x0])
IOAPIC[0]: Assigned apic_id 2
IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, IRQ 0-23
ACPI: INT_SRC_OVR (bus[0] irq[0x0] global_irq[0x2] polarity[0x0] trigger[0x1])
ACPI: INT_SRC_OVR (bus[0] irq[0x9] global_irq[0x14] polarity[0x1] trigger[0x3])
Using ACPI (MADT) for SMP configuration information
Building zonelist for node : 0
Kernel command line: BOOT_IMAGE=unstable ro root=900 BOOT_FILE=/boot/vmlinuz-2.5.51-mm1 parport=0x378,7,3 md=0,/dev/sdb,/dev/sd
c
md: Will configure md0 (super-block) from /dev/sdb,/dev/sdc, below.
Initializing CPU#0
Detected 500.996 MHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 989.18 BogoMIPS
Memory: 644788k/655348k available (1973k kernel code, 9784k reserved, 661k data, 328k init, 0k highmem)
Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
-> /dev
-> /dev/console
-> /root
CPU: Before vendor init, caps: 0383fbff 00000000 00000000, vendor = 0
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 512K
CPU: After vendor init, caps: 0383fbff 00000000 00000000 00000000
CPU: After generic, caps: 0383fbff 00000000 00000000 00000000
CPU: Common caps: 0383fbff 00000000 00000000 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
CPU0: Intel Pentium III (Katmai) stepping 02
per-CPU timeslice cutoff: 1465.01 usecs.
task migration cache decay timeout: 2 msecs.
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
Booting processor 1/0 eip 2000
Initializing CPU#1
masked ExtINT on CPU#1
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
Calibrating delay loop... 1001.47 BogoMIPS
CPU: Before vendor init, caps: 0383fbff 00000000 00000000, vendor = 0
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 512K
CPU: After vendor init, caps: 0383fbff 00000000 00000000 00000000
CPU: After generic, caps: 0383fbff 00000000 00000000 00000000
CPU: Common caps: 0383fbff 00000000 00000000 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#1.
CPU1: Intel Pentium III (Katmai) stepping 02
Total of 2 processors activated (1990.65 BogoMIPS).
ENABLING IO-APIC IRQs
init IO_APIC IRQs
IO-APIC (apicid-pin) 2-0, 2-16, 2-17, 2-18, 2-19, 2-21, 2-22, 2-23 not connected.
..TIMER: vector=0x31 pin1=2 pin2=0
number of MP IRQ sources: 17.
number of IO-APIC #2 registers: 24.
testing the IO APIC.......................
IO APIC #2......
.... register #00: 02000000
....... : physical APIC id: 02
....... : Delivery Type: 0
....... : LTS : 0
.... register #01: 00170011
....... : max redirection entries: 0017
....... : PRQ implemented: 0
....... : IO APIC version: 0011
.... register #02: 00000000
....... : arbitration: 00
.... IRQ redirection table:
NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:
00 000 00 1 0 0 0 0 0 0 00
01 001 01 0 0 0 0 0 1 1 39
02 001 01 0 0 0 0 0 1 1 31
03 001 01 0 0 0 0 0 1 1 41
04 001 01 0 0 0 0 0 1 1 49
05 001 01 0 0 0 0 0 1 1 51
06 001 01 0 0 0 0 0 1 1 59
07 001 01 0 0 0 0 0 1 1 61
08 001 01 0 0 0 0 0 1 1 69
09 001 01 0 0 0 0 0 1 1 71
0a 001 01 0 0 0 0 0 1 1 79
0b 001 01 0 0 0 0 0 1 1 81
0c 001 01 0 0 0 0 0 1 1 89
0d 001 01 0 0 0 0 0 1 1 91
0e 001 01 0 0 0 0 0 1 1 99
0f 001 01 0 0 0 0 0 1 1 A1
10 000 00 1 0 0 0 0 0 0 00
11 000 00 1 0 0 0 0 0 0 00
12 000 00 1 0 0 0 0 0 0 00
13 000 00 1 0 0 0 0 0 0 00
14 001 01 1 1 0 0 0 1 1 71
15 000 00 1 0 0 0 0 0 0 00
16 000 00 1 0 0 0 0 0 0 00
17 000 00 1 0 0 0 0 0 0 00
IRQ to pin mappings:
IRQ0 -> 0:2
IRQ1 -> 0:1
IRQ3 -> 0:3
IRQ4 -> 0:4
IRQ5 -> 0:5
IRQ6 -> 0:6
IRQ7 -> 0:7
IRQ8 -> 0:8
IRQ9 -> 0:9-> 0:20
IRQ10 -> 0:10
IRQ11 -> 0:11
IRQ12 -> 0:12
IRQ13 -> 0:13
IRQ14 -> 0:14
IRQ15 -> 0:15
.................................... done.
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 501.0052 MHz.
..... host bus clock speed is 100.0210 MHz.
checking TSC synchronization across 2 CPUs: passed.
Starting migration thread for cpu 0
Bringing up 1
CPU 1 IS NOW UP!
Starting migration thread for cpu 1
CPUS done 2
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
mtrr: v2.0 (20020519)
mtrr: your CPUs had inconsistent fixed MTRR settings
mtrr: your CPUs had inconsistent variable MTRR settings
mtrr: probably your BIOS does not setup all CPUs
device class 'cpu': registering
device class cpu: adding driver system:cpu
PCI: PCI BIOS revision 2.10 entry at 0xf0730, last bus=1
PCI: Using configuration type 1
device class cpu: adding device CPU 0
interfaces: adding device CPU 0
device class cpu: adding device CPU 1
interfaces: adding device CPU 1
BIO: pool of 256 setup, 14Kb (56 bytes/bio)
biovec pool[0]: 1 bvecs: 256 entries (12 bytes)
biovec pool[1]: 4 bvecs: 256 entries (48 bytes)
biovec pool[2]: 16 bvecs: 256 entries (192 bytes)
biovec pool[3]: 64 bvecs: 256 entries (768 bytes)
biovec pool[4]: 128 bvecs: 256 entries (1536 bytes)
biovec pool[5]: 256 bvecs: 256 entries (3072 bytes)
ACPI: Subsystem revision 20021205
tbxface-0099 [03] Acpi_load_tables : ACPI Tables successfully acquired
Parsing all Control Methods:.............................................................
Table [DSDT] - 202 Objects with 27 Devices 61 Methods 9 Regions
ACPI Namespace successfully loaded at root c041e4bc
IOAPIC[0]: Set PCI routing entry (2-9 -> 0x71 -> IRQ 9)
evxfevnt-0074 [04] Acpi_enable : Transition to ACPI mode successful
evgpe-0259: *** Info: GPE Block0 defined as GPE0 to GPE15
Executing all Device _STA and_INI methods:...........................
27 Devices found containing: 27 _STA, 0 _INI methods
Completing Region/Field/Buffer/Package initialization:....................................
Initialized 7/9 Regions 0/0 Fields 18/18 Buffers 11/11 Packages (202 nodes)
ACPI: Interpreter enabled
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 12 14 15, disabled)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 *12 14 15)
ACPI: PCI Root Bridge [PCI0] (00:00)
PCI: Probing PCI hardware (bus 00)
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
Linux Plug and Play Support v0.93 (c) Adam Belay
pnp: the driver 'system' has been registered
PnPBIOS: Found PnP BIOS installation structure at 0xc00fd360
PnPBIOS: PnP BIOS version 1.0, entry 0xf0000:0xd390, dseg 0xf0000
pnp: pnp: match found with the PnP device '00:06' and the driver 'system'
pnp: pnp: match found with the PnP device '00:0f' and the driver 'system'
pnp: 00:0f: ioport range 0x290-0x297 has been reserved
pnp: 00:0f: ioport range 0xe400-0xe43f has been reserved
pnp: 00:0f: ioport range 0xe800-0xe83f could not be reserved
PnPBIOS: 14 nodes reported by PnP BIOS; 14 recorded by driver
block request queues:
128 requests per read queue
128 requests per write queue
8 requests per batch
enter congestion at 15
exit congestion at 17
SCSI subsystem driver Revision: 1.00
device class 'scsi-host': registering
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 9
IOAPIC[0]: Set PCI routing entry (2-16 -> 0xa9 -> IRQ 16)
00:00:0c[A] -> 2-16 -> IRQ 16
IOAPIC[0]: Set PCI routing entry (2-17 -> 0xb1 -> IRQ 17)
00:00:0c[B] -> 2-17 -> IRQ 17
IOAPIC[0]: Set PCI routing entry (2-18 -> 0xb9 -> IRQ 18)
00:00:0c[C] -> 2-18 -> IRQ 18
IOAPIC[0]: Set PCI routing entry (2-19 -> 0xc1 -> IRQ 19)
00:00:0c[D] -> 2-19 -> IRQ 19
Pin 2-17 already programmed
Pin 2-18 already programmed
Pin 2-19 already programmed
Pin 2-16 already programmed
Pin 2-18 already programmed
Pin 2-19 already programmed
Pin 2-16 already programmed
Pin 2-17 already programmed
Pin 2-19 already programmed
Pin 2-16 already programmed
Pin 2-17 already programmed
Pin 2-18 already programmed
Pin 2-19 already programmed
Pin 2-16 already programmed
Pin 2-17 already programmed
Pin 2-18 already programmed
Pin 2-16 already programmed
Pin 2-17 already programmed
Pin 2-18 already programmed
Pin 2-19 already programmed
Pin 2-16 already programmed
Pin 2-17 already programmed
Pin 2-18 already programmed
Pin 2-19 already programmed
PCI: Using ACPI for IRQ routing
PCI: if you experience problems, try using option 'pci=noacpi' or even 'acpi=off'
SBF: Simple Boot Flag extension found and enabled.
SBF: Setting boot flags 0x80
IA-32 Microcode Update Driver: v1.11 <tigran@veritas.com>
Total HugeTLB memory allocated, 0
aio_setup: sizeof(struct page) = 40
[e7f8e040] eventpoll: successfully initialized.
Limiting direct PCI/PCI transfers.
ACPI: Power Button (FF) [PWRF]
ACPI: Processor [CPU] (supports C1)
ACPI: Processor [CPU1] (supports C1)
Serial: 8250/16550 driver $Revision: 1.90 $ IRQ sharing disabled
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
pnp: the driver 'serial' has been registered
pnp: pnp: match found with the PnP device '00:02' and the driver 'serial'
pnp: pnp: match found with the PnP device '00:03' and the driver 'serial'
pnp: the driver 'parport_pc' has been registered
pnp: pnp: match found with the PnP device '00:00' and the driver 'parport_pc'
parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
parport0: cpp_daisy: aa5500ff(98)
parport0: assign_addrs: aa5500ff(98)
parport0: faking semi-colon
parport0: Printer, Hewlett-Packard HP LaserJet 1100
pty: 256 Unix98 ptys configured
lp0: using parport0 (interrupt-driven).
Real Time Clock Driver v1.11
Software Watchdog Timer: 0.06, soft_margin: 60 sec, nowayout: 1
Linux agpgart interface v1.0 (c) Dave Jones
agpgart: Detected Intel 440BX chipset
agpgart: Maximum main memory to use for agp memory: 564M
agpgart: AGP aperture is 64M @ 0xe4000000
[drm] AGP 1.0 on Intel 440BX @ 0xe4000000 64MB
[drm] Initialized mga 3.1.0 20021029 on minor 0
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
00:0a.0: 3Com PCI 3c900 Boomerang 10Mbps Combo at 0xb800. Vers LK1.1.18
PCI: Setting latency timer of device 00:0a.0 to 64
***WARNING*** No MII transceivers found!
scsi HBA driver <NULL> didn't set max_sectors, please fix the template<7>PCI: Setting latency timer of device 00:06.0 to 64
scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.4
<Adaptec aic7890/91 Ultra2 SCSI adapter>
aic7890/91: Ultra2 Wide Channel A, SCSI Id=7, 32/253 SCBs
(scsi0:A:0): 20.000MB/s transfers (20.000MHz, offset 16)
Vendor: TOSHIBA Model: CD-ROM XM-6401TA Rev: 1009
Type: CD-ROM ANSI SCSI revision: 02
(scsi0:A:3): 20.000MB/s transfers (20.000MHz, offset 7)
Vendor: YAMAHA Model: CRW2100S Rev: 1.0H
Type: CD-ROM ANSI SCSI revision: 02
(scsi0:A:8): 80.000MB/s transfers (40.000MHz, offset 15, 16bit)
Vendor: IBM Model: DDRS-39130D Rev: DC1B
Type: Direct-Access ANSI SCSI revision: 02
(scsi0:A:9): 80.000MB/s transfers (40.000MHz, offset 63, 16bit)
Vendor: IBM Model: DDYS-T18350N Rev: S96H
Type: Direct-Access ANSI SCSI revision: 03
(scsi0:A:10): 80.000MB/s transfers (40.000MHz, offset 63, 16bit)
Vendor: IBM Model: DDYS-T18350N Rev: S96H
Type: Direct-Access ANSI SCSI revision: 03
scsi0:A:8:0: Tagged Queuing enabled. Depth 253
SCSI device sda: drive cache: write back
SCSI device sda: 17850000 512-byte hdwr sectors (9139 MB)
sda: sda1 < sda5 > sda2 sda3 sda4
Attached scsi disk sda at scsi0, channel 0, id 8, lun 0
scsi0:A:9:0: Tagged Queuing enabled. Depth 253
SCSI device sdb: drive cache: write back
SCSI device sdb: 35843670 512-byte hdwr sectors (18352 MB)
sdb: unknown partition table
Attached scsi disk sdb at scsi0, channel 0, id 9, lun 0
scsi0:A:10:0: Tagged Queuing enabled. Depth 253
SCSI device sdc: drive cache: write back
SCSI device sdc: 35843670 512-byte hdwr sectors (18352 MB)
sdc: unknown partition table
Attached scsi disk sdc at scsi0, channel 0, id 10, lun 0
sr0: scsi-1 drive
Uniform CD-ROM driver Revision: 3.12
Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
sr1: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
Attached scsi CD-ROM sr1 at scsi0, channel 0, id 3, lun 0
device class 'input': registering
register interface 'mouse' with class 'input'
mice: PS/2 mouse device common for all mice
input: PC Speaker
serio: i8042 AUX port at 0x60,0x64 irq 12
input: AT Set 2 keyboard on isa0060/serio0
serio: i8042 KBD port at 0x60,0x64 irq 1
md: raid0 personality registered as nr 2
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
Advanced Linux Sound Architecture Driver Version 0.9.0rc5 (Sun Nov 10 19:48:18 2002 UTC).
request_module[snd-card-0]: not ready
request_module[snd-card-1]: not ready
request_module[snd-card-2]: not ready
request_module[snd-card-3]: not ready
request_module[snd-card-4]: not ready
request_module[snd-card-5]: not ready
request_module[snd-card-6]: not ready
request_module[snd-card-7]: not ready
ALSA device list:
#0: Sound Blaster 16 at 0x220, irq 5, dma 1&5
NET4: Linux TCP/IP 1.0 for NET4.0
IP: routing cache hash table of 8192 buckets, 64Kbytes
TCP: Hash tables configured (established 262144 bind 65536)
Linux IP multicast router 0.06 plus PIM-SM
ip_conntrack version 2.1 (5119 buckets, 40952 max) - 304 bytes per conntrack
ip_tables: (C) 2000-2002 Netfilter core team
arp_tables: (C) 2002 David S. Miller
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
md: Loading md0: /dev/sdb
md: bind<sdb>
md: bind<sdc>
md0: max total readahead window set to 496k
md0: 2 data-disks, max readahead per data-disk: 248k
md0: setting max_sectors to 64, segment boundary to 16383
raid0: looking at sdc
raid0: comparing sdc(17921728) with sdc(17921728)
raid0: END
raid0: ==> UNIQUE
raid0: 1 zones
raid0: looking at sdb
raid0: comparing sdb(17921728) with sdc(17921728)
raid0: EQUAL
raid0: FINAL 1 zones
raid0: done.
raid0 : md_size is 35843456 blocks.
raid0 : conf->smallest->size is 35843456 blocks.
raid0 : nb_zone is 1.
raid0 : Allocating 8 bytes for hash.
md: updating md0 RAID superblock on device
md: sdc <6>(write) sdc's sb offset: 17921728
md: sdb <6>(write) sdb's sb offset: 17921728
VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel memory: 328k freed
---------------------------------------
Kernel config
#
# Automatically generated make config: don't edit
#
CONFIG_X86=y
CONFIG_MMU=y
CONFIG_SWAP=y
CONFIG_UID16=y
CONFIG_GENERIC_ISA_DMA=y
#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
#
# General setup
#
CONFIG_NET=y
CONFIG_SYSVIPC=y
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_SYSCTL=y
#
# Loadable module support
#
CONFIG_MODULES=y
# CONFIG_MODULE_UNLOAD is not set
# CONFIG_MODULE_FORCE_UNLOAD 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_MPENTIUMII is not set
CONFIG_MPENTIUMIII=y
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 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_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_L1_CACHE_SHIFT=5
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_TSC=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_HUGETLB_PAGE=y
CONFIG_SMP=y
# CONFIG_PREEMPT is not set
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_NR_CPUS=2
# CONFIG_X86_NUMA is not set
CONFIG_X86_MCE=y
# CONFIG_X86_MCE_NONFATAL is not set
# CONFIG_X86_MCE_P4THERMAL is not set
# CONFIG_CPU_FREQ is not set
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
CONFIG_MICROCODE=y
CONFIG_X86_MSR=y
CONFIG_X86_CPUID=y
# CONFIG_EDD is not set
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
CONFIG_SHAREPTE=y
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
CONFIG_HAVE_DEC_LOCK=y
#
# Power management options (ACPI, APM)
#
CONFIG_PM=y
# CONFIG_SOFTWARE_SUSPEND is not set
#
# ACPI Support
#
CONFIG_ACPI=y
# CONFIG_ACPI_HT_ONLY is not set
CONFIG_ACPI_BOOT=y
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_FAN=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_THERMAL=y
# CONFIG_ACPI_TOSHIBA is not set
CONFIG_ACPI_DEBUG=y
CONFIG_ACPI_BUS=y
CONFIG_ACPI_INTERPRETER=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y
CONFIG_ACPI_SYSTEM=y
# CONFIG_APM 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_SCx200 is not set
CONFIG_PCI_NAMES=y
CONFIG_ISA=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
# CONFIG_HOTPLUG is not set
#
# Executable file formats
#
CONFIG_KCORE_ELF=y
# CONFIG_KCORE_AOUT is not set
# CONFIG_BINFMT_AOUT is not set
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=y
#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set
#
# Parallel port support
#
CONFIG_PARPORT=y
CONFIG_PARPORT_PC=y
CONFIG_PARPORT_PC_CML1=y
# CONFIG_PARPORT_SERIAL is not set
CONFIG_PARPORT_PC_FIFO=y
# CONFIG_PARPORT_PC_SUPERIO is not set
# CONFIG_PARPORT_OTHER is not set
CONFIG_PARPORT_1284=y
#
# Plug and Play support
#
CONFIG_PNP=y
CONFIG_PNP_NAMES=y
# CONFIG_PNP_CARD is not set
CONFIG_PNP_DEBUG=y
#
# Protocols
#
CONFIG_PNPBIOS=y
#
# Block devices
#
CONFIG_BLK_DEV_FD=y
# 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_UMEM is not set
CONFIG_BLK_DEV_LOOP=m
CONFIG_BLK_DEV_NBD=m
CONFIG_BLK_DEV_RAM=m
CONFIG_BLK_DEV_RAM_SIZE=4096
# CONFIG_LBD is not set
#
# ATA/ATAPI/MFM/RLL device support
#
# CONFIG_IDE is not set
#
# SCSI device support
#
CONFIG_SCSI=y
#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
CONFIG_CHR_DEV_ST=m
CONFIG_CHR_DEV_OSST=m
CONFIG_BLK_DEV_SR=y
CONFIG_BLK_DEV_SR_VENDOR=y
CONFIG_CHR_DEV_SG=y
#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_REPORT_LUNS=y
CONFIG_SCSI_CONSTANTS=y
# 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_AACRAID is not set
CONFIG_SCSI_AIC7XXX=y
CONFIG_AIC7XXX_CMDS_PER_DEVICE=255
CONFIG_AIC7XXX_RESET_DELAY_MS=2000
# CONFIG_AIC7XXX_BUILD_FIRMWARE 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_GENERIC_NCR5380_MMIO 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
#
# Old CD-ROM drivers (not SCSI, not IDE)
#
# CONFIG_CD_NO_IDESCSI is not set
#
# Multi-device support (RAID and LVM)
#
CONFIG_MD=y
CONFIG_BLK_DEV_MD=y
# CONFIG_MD_LINEAR is not set
CONFIG_MD_RAID0=y
# CONFIG_MD_RAID1 is not set
# CONFIG_MD_RAID5 is not set
# CONFIG_MD_MULTIPATH is not set
# CONFIG_BLK_DEV_DM 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 options
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
CONFIG_NETLINK_DEV=y
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_FILTER=y
CONFIG_UNIX=y
# CONFIG_NET_KEY is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_FWMARK=y
CONFIG_IP_ROUTE_NAT=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_TOS=y
CONFIG_IP_ROUTE_VERBOSE=y
# CONFIG_IP_ROUTE_LARGE_TABLES is not set
# CONFIG_IP_PNP is not set
CONFIG_NET_IPIP=m
CONFIG_NET_IPGRE=m
CONFIG_NET_IPGRE_BROADCAST=y
CONFIG_IP_MROUTE=y
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
# CONFIG_ARPD is not set
CONFIG_INET_ECN=y
CONFIG_SYN_COOKIES=y
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_XFRM_USER is not set
#
# IP: Netfilter Configuration
#
CONFIG_IP_NF_CONNTRACK=y
CONFIG_IP_NF_FTP=y
CONFIG_IP_NF_IRC=y
CONFIG_IP_NF_QUEUE=y
CONFIG_IP_NF_IPTABLES=y
CONFIG_IP_NF_MATCH_LIMIT=y
CONFIG_IP_NF_MATCH_MAC=y
CONFIG_IP_NF_MATCH_PKTTYPE=y
CONFIG_IP_NF_MATCH_MARK=y
CONFIG_IP_NF_MATCH_MULTIPORT=y
CONFIG_IP_NF_MATCH_TOS=y
CONFIG_IP_NF_MATCH_ECN=y
CONFIG_IP_NF_MATCH_DSCP=y
CONFIG_IP_NF_MATCH_AH_ESP=y
CONFIG_IP_NF_MATCH_LENGTH=y
CONFIG_IP_NF_MATCH_TTL=y
CONFIG_IP_NF_MATCH_TCPMSS=y
CONFIG_IP_NF_MATCH_HELPER=y
CONFIG_IP_NF_MATCH_STATE=y
CONFIG_IP_NF_MATCH_CONNTRACK=y
CONFIG_IP_NF_MATCH_UNCLEAN=y
CONFIG_IP_NF_MATCH_OWNER=y
CONFIG_IP_NF_FILTER=y
CONFIG_IP_NF_TARGET_REJECT=y
CONFIG_IP_NF_TARGET_MIRROR=y
CONFIG_IP_NF_NAT=y
CONFIG_IP_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=y
CONFIG_IP_NF_TARGET_REDIRECT=y
CONFIG_IP_NF_NAT_LOCAL=y
CONFIG_IP_NF_NAT_SNMP_BASIC=y
CONFIG_IP_NF_NAT_IRC=y
CONFIG_IP_NF_NAT_FTP=y
CONFIG_IP_NF_MANGLE=y
CONFIG_IP_NF_TARGET_TOS=y
CONFIG_IP_NF_TARGET_ECN=y
CONFIG_IP_NF_TARGET_DSCP=y
CONFIG_IP_NF_TARGET_MARK=y
CONFIG_IP_NF_TARGET_LOG=y
CONFIG_IP_NF_TARGET_ULOG=y
CONFIG_IP_NF_TARGET_TCPMSS=y
CONFIG_IP_NF_ARPTABLES=y
CONFIG_IP_NF_ARPFILTER=y
# CONFIG_IPV6 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=y
CONFIG_NET_SCH_CBQ=m
CONFIG_NET_SCH_HTB=m
CONFIG_NET_SCH_CSZ=m
CONFIG_NET_SCH_PRIO=m
CONFIG_NET_SCH_RED=m
CONFIG_NET_SCH_SFQ=m
CONFIG_NET_SCH_TEQL=m
CONFIG_NET_SCH_TBF=m
CONFIG_NET_SCH_GRED=m
CONFIG_NET_SCH_DSMARK=m
CONFIG_NET_SCH_INGRESS=m
CONFIG_NET_QOS=y
CONFIG_NET_ESTIMATOR=y
CONFIG_NET_CLS=y
CONFIG_NET_CLS_TCINDEX=m
CONFIG_NET_CLS_ROUTE4=m
CONFIG_NET_CLS_ROUTE=y
CONFIG_NET_CLS_FW=m
CONFIG_NET_CLS_U32=m
CONFIG_NET_CLS_RSVP=m
CONFIG_NET_CLS_RSVP6=m
CONFIG_NET_CLS_POLICE=y
#
# Network testing
#
# CONFIG_NET_PKTGEN 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=m
# CONFIG_ETHERTAP is not set
#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
CONFIG_NET_VENDOR_3COM=y
# CONFIG_EL1 is not set
# CONFIG_EL2 is not set
# CONFIG_ELPLUS is not set
# CONFIG_EL16 is not set
# CONFIG_EL3 is not set
# CONFIG_3C515 is not set
CONFIG_VORTEX=y
# CONFIG_LANCE is not set
# CONFIG_NET_VENDOR_SMC is not set
# CONFIG_NET_VENDOR_RACAL is not set
#
# Tulip family network device support
#
# CONFIG_NET_TULIP 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 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_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=y
CONFIG_PPP_FILTER=y
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=y
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 is not set
# CONFIG_INPUT_EVBUG is not set
#
# Input I/O drivers
#
# CONFIG_GAMEPORT is not set
CONFIG_SOUND_GAMEPORT=y
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
# CONFIG_SERIO_SERPORT is not set
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PARKBD 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 is not set
CONFIG_MOUSE_SERIAL=y
# CONFIG_MOUSE_INPORT is not set
# CONFIG_MOUSE_LOGIBM is not set
# CONFIG_MOUSE_PC110PAD is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
CONFIG_INPUT_PCSPKR=y
CONFIG_INPUT_UINPUT=y
#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_SERIAL_NONSTANDARD is not set
#
# Serial drivers
#
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
# CONFIG_SERIAL_8250_EXTENDED is not set
#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=256
CONFIG_PRINTER=y
# CONFIG_LP_CONSOLE is not set
CONFIG_PPDEV=m
# CONFIG_TIPAR is not set
#
# I2C support
#
# CONFIG_I2C is not set
#
# Mice
#
# CONFIG_BUSMOUSE is not set
# CONFIG_QIC02_TAPE is not set
#
# Watchdog Cards
#
CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_NOWAYOUT=y
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_SCx200_WDT 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_AMD_RNG is not set
CONFIG_NVRAM=m
CONFIG_RTC=y
# 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=y
CONFIG_AGP_INTEL=y
# CONFIG_AGP_VIA is not set
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_ALI is not set
# CONFIG_AGP_SWORKS is not set
# CONFIG_AGP_AMD_8151 is not set
CONFIG_DRM=y
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_R128 is not set
# CONFIG_DRM_RADEON is not set
# CONFIG_DRM_I810 is not set
# CONFIG_DRM_I830 is not set
CONFIG_DRM_MGA=y
# CONFIG_MWAVE is not set
# CONFIG_RAW_DRIVER 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 is not set
# 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_EXT3_FS is not set
# CONFIG_JBD is not set
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
# CONFIG_EFS_FS is not set
# CONFIG_CRAMFS is not set
CONFIG_TMPFS=y
CONFIG_RAMFS=y
# CONFIG_HUGETLBFS is not set
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
# CONFIG_JFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_NTFS_FS is not set
CONFIG_HPFS_FS=m
CONFIG_PROC_FS=y
# CONFIG_DEVFS_FS is not set
CONFIG_DEVPTS_FS=y
# CONFIG_QNX4FS_FS is not set
# CONFIG_ROMFS_FS is not set
CONFIG_EXT2_FS=y
# CONFIG_EXT2_FS_XATTR is not set
# CONFIG_SYSV_FS is not set
CONFIG_UDF_FS=m
# CONFIG_UFS_FS is not set
# CONFIG_XFS_FS 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_NFSD is not set
# CONFIG_EXPORTFS is not set
# CONFIG_CIFS is not set
CONFIG_SMB_FS=m
CONFIG_SMB_NLS_DEFAULT=y
CONFIG_SMB_NLS_REMOTE="cp437"
# CONFIG_NCP_FS is not set
# CONFIG_AFS_FS is not set
CONFIG_ZISOFS_FS=y
#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y
CONFIG_SMB_NLS=y
CONFIG_NLS=y
#
# Native Language Support
#
CONFIG_NLS_DEFAULT="iso8859-1"
CONFIG_NLS_CODEPAGE_437=m
CONFIG_NLS_CODEPAGE_737=m
CONFIG_NLS_CODEPAGE_775=m
CONFIG_NLS_CODEPAGE_850=m
CONFIG_NLS_CODEPAGE_852=m
CONFIG_NLS_CODEPAGE_855=m
CONFIG_NLS_CODEPAGE_857=m
CONFIG_NLS_CODEPAGE_860=m
# 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=m
# 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 is not set
#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_MDA_CONSOLE is not set
CONFIG_DUMMY_CONSOLE=y
#
# Sound
#
CONFIG_SOUND=y
#
# Open Sound System
#
# CONFIG_SOUND_PRIME is not set
#
# Advanced Linux Sound Architecture
#
CONFIG_SND=y
CONFIG_SND_SEQUENCER=y
# CONFIG_SND_SEQ_DUMMY is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=y
CONFIG_SND_PCM_OSS=y
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_RTCTIMER=y
CONFIG_SND_VERBOSE_PRINTK=y
# 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=m
#
# ISA devices
#
# CONFIG_SND_AD1848 is not set
# CONFIG_SND_CS4231 is not set
# CONFIG_SND_CS4232 is not set
# CONFIG_SND_CS4236 is not set
# CONFIG_SND_ES1688 is not set
# CONFIG_SND_ES18XX is not set
# CONFIG_SND_GUSCLASSIC is not set
# CONFIG_SND_GUSEXTREME is not set
# CONFIG_SND_GUSMAX is not set
# CONFIG_SND_INTERWAVE is not set
# CONFIG_SND_INTERWAVE_STB is not set
# CONFIG_SND_OPTI92X_AD1848 is not set
# CONFIG_SND_OPTI92X_CS4231 is not set
# CONFIG_SND_OPTI93X is not set
# CONFIG_SND_SB8 is not set
# CONFIG_SND_SB16 is not set
CONFIG_SND_SBAWE=y
CONFIG_SND_SB16_CSP=y
# CONFIG_SND_WAVEFRONT is not set
# CONFIG_SND_CMI8330 is not set
# CONFIG_SND_OPL3SA2 is not set
# CONFIG_SND_SGALAXY is not set
#
# PCI devices
#
# CONFIG_SND_ALI5451 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 is not set
# CONFIG_SND_FM801 is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_INTEL8X0 is not set
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_VIA82XX is not set
#
# USB support
#
# CONFIG_USB is not set
#
# Bluetooth support
#
# CONFIG_BT is not set
#
# Profiling support
#
# CONFIG_PROFILING is not set
#
# Kernel hacking
#
CONFIG_DEBUG_KERNEL=y
# CONFIG_CPUS_STAT is not set
# CONFIG_DEBUG_STACKOVERFLOW is not set
# CONFIG_DEBUG_SLAB is not set
# CONFIG_X86_REMOTE_DEBUG is not set
# CONFIG_DEBUG_IOVIRT is not set
CONFIG_MAGIC_SYSRQ=y
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_KALLSYMS is not set
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
# CONFIG_FRAME_POINTER is not set
CONFIG_X86_EXTRA_IRQS=y
CONFIG_X86_FIND_SMP_CONFIG=y
CONFIG_X86_MPPARSE=y
#
# Security options
#
# CONFIG_SECURITY is not set
#
# Cryptographic options
#
# CONFIG_CRYPTO is not set
#
# Library routines
#
CONFIG_CRC32=y
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=m
CONFIG_X86_SMP=y
CONFIG_X86_HT=y
CONFIG_X86_BIOS_REBOOT=y
--
Roger Oksanen <roger.oksanen@cs.helsinki.fi> +358 50 355 1990
CS Student at Helsinki University PGP id 1B125A3E
Homepage http://www.cs.helsinki.fi/u/raoksane/
^ permalink raw reply
* terminal problems with escape characters
From: Miguel González Castaños @ 2002-12-10 16:19 UTC (permalink / raw)
To: linux-admin
In-Reply-To: <3DDB50B1.2080709@fasw.co.id>
I have a RedHat 7.3 linux box. I have enabled the telnet server.
I am trying to telnet my linux box from a unix-like system where the default
terminal setting is set to ansi.
I have succesfully changed the setting for the TERM variable to 'linux' or 'vt100'
or even 'xterm' (as I have found in several news).
But I am still experiencing when I edit files with the vi program, because of the
escape characters like the ones to move the cursor dont work...That´s my main
problem.
Anyway, I have thought that maybe it was due that I was telneting to the Unix box
using the Windows 2000 telnet, but I have tried to use other telnet programs
(like putty), but I cant figure out what I have to change in the linux box
settings (or the telnet client)...
Many thanks in advance...
Miguel
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply
* Re: non-standard FTP ports and connection tracking (redux)
From: Alexandros Papadopoulos @ 2002-12-10 16:18 UTC (permalink / raw)
To: Jozsef Kadlecsik; +Cc: netfilter
In-Reply-To: <Pine.LNX.4.33.0212100943130.9625-100000@blackhole.kfki.hu>
[-- Attachment #1: Type: text/plain, Size: 1514 bytes --]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tuesday 10 December 2002 03:46, Jozsef Kadlecsik wrote:
> On Tue, 10 Dec 2002, Alexandros Papadopoulos wrote:
> > In any case, the relevant rules from the output chain are:
>
> ^^^^^^^^^^^^^^
> Isn't there a rule intented for other purposes, which blocks the
> passive data channel?
The default behavior is DROP for all chains, so if these ones don't
allow it, then it is blocked. I thought these ones were sufficient. I'm
attaching the complete ruleset I'm using.
>
> > I'd bet that the problem is that the SYN request sent from the
> > client to my server gets dropped, though. Seems like a
> > conntrack/INPUT thing.
>
> I'd setup logging rules to see where and why the connection gets
> blocked.
>
I've monitored the packets with Ethereal and seen that the problem is
the one mentioned -- the SYN packet from the client that tries to open
the data connection (when in passive mode) never makes it through the
firewall.
The question is, why doesn't connection tracking pick this up and allow
the packet to go through? (since it's a RELATED connection to a
preexisting FTP session)
Thanks
- -A
- --
http://andrew.cmu.edu/~apapadop/pub_key.asc
3DAD 8435 DB52 F17B 640F D78C 8260 0CC1 0B75 8265
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQE99hPtgmAMwQt1gmURAgCAAJwMh/18DnsMuY3Zp/401XU4itDNbACdEeSj
8vvn0n0ot+Dbc0QuANY4+rY=
=9dZt
-----END PGP SIGNATURE-----
[-- Attachment #2: rules.gz --]
[-- Type: application/x-gzip, Size: 1336 bytes --]
^ permalink raw reply
* Re: [LARTC] tbf : rate and effective speed (newbie)
From: Paolo Poletti @ 2002-12-10 16:18 UTC (permalink / raw)
To: lartc
In-Reply-To: <marc-lartc-103953508700943@msgid-missing>
This was my error. Thanks again.
Andrea Rossato wrote:
> Paolo Poletti wrote:
>
>> # tc qdisc add dev eth0 root tbf rate 10kbit latency 50ms burst 1000
>>
>> Then i've tried to transfer a big (20 Mbyte) file onto my lan, using
>> ftp and the client (ncftp) is saying that the average transfer speed
>> is 39.71 kB ( around 400 kbit). What i'm missing ?
>
>
> you are shaping outgoing traffic: so if you want to give it a try you
> must upload!
> to shape incoming traffic you need either ingress qdisc or IMQ : have
> a look at LARTC.
> you are downloading at 300kbit, by the way: 39.71*8
>
> bye
> andrea
>
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply
* Re: module-init-tools 0.9.3 -- "missing" issue
From: axel @ 2002-12-10 16:24 UTC (permalink / raw)
To: ALESSANDRO.SUARDI; +Cc: rusty, linux-kernel
In-Reply-To: <2105495.1039535073217.JavaMail.nobody@web55.us.oracle.com>
Hi ALESSANDRO.SUARDI!
I'd say your automake is too old or too new. Not sure.
Axel
On Tue, 10 Dec 2002, ALESSANDRO.SUARDI wrote:
> [asuardi@dolphin module-init-tools-0.9.3]$ automake --add-missing --copy
> Makefile.am: installing `./depcomp'
> [asuardi@dolphin module-init-tools-0.9.3]$ autoconf
> [asuardi@dolphin module-init-tools-0.9.3]$ ./configure --prefix=/
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> checking target system type... i686-pc-linux-gnu
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> /download/kernel/v2.5/module-init-tools-0.9.3/missing: Unknown `--run' option
> Try `/download/kernel/v2.5/module-init-tools-0.9.3/missing --help' for more information
> configure: WARNING: `missing' script is too old or missing
> checking for gawk... gawk
> checking whether make sets ${MAKE}... yes
> checking for gcc... gcc
> checking for C compiler default output... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for style of include used by make... GNU
> checking dependency style of gcc... gcc3
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: executing depfiles commands
>
> So - it complains about 'missing' not knowing the --run option. Indeed:
>
> [asuardi@dolphin module-init-tools-0.9.3]$ ./missing --help
> ./missing [OPTION]... PROGRAM [ARGUMENT]...
>
> Handle `PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an
> error status if there is no known handling for PROGRAM.
>
> Options:
> -h, --help display this help and exit
> -v, --version output version information and exit
>
> Supported PROGRAM values:
> aclocal touch file `aclocal.m4'
> autoconf touch file `configure'
> autoheader touch file `config.h.in'
> automake touch all `Makefile.in' files
> bison create `y.tab.[ch]', if possible, from existing .[ch]
> flex create `lex.yy.c', if possible, from existing .c
> lex create `lex.yy.c', if possible, from existing .c
> makeinfo touch the output file
> yacc create `y.tab.[ch]', if possible, from existing .[ch]
> [asuardi@dolphin module-init-tools-0.9.3]$
>
>
> Unfortunately I'm a newbie in the new module-init-tools && little time to
> dig deeper, so take this as a very simple report. Thanks,
^ permalink raw reply
* Re: Possibly defective BIOS detected (irqtable)
From: Alan Cox @ 2002-12-10 16:17 UTC (permalink / raw)
To: uaca; +Cc: linux-smp
In-Reply-To: <20021210100651.GB2260@pusa.informat.uv.es>
On Tue, 2002-12-10 at 10:06, uaca@alumni.uv.es wrote:
>
> Hi all
>
> I have a "VALinux FullOn 2230" PIII SMP processor system (2 processors) with
> Intel's 440GX chipset
If your box works you are ok, if not well Intel have been refusing for a
long time to tell us how to handle it
^ permalink raw reply
* [ANNOUNCE] POSIX Test Suite 0.1.0 released
From: Fleischer, Julie N @ 2002-12-10 16:24 UTC (permalink / raw)
To: 'posixtest-announce@lists.sourceforge.net'; +Cc: linux-kernel
Release 0.1.0 of the Open POSIX Test Suite is now available at
http://posixtest.sourceforge.net. This early release contains only a small
amount of the initial testing goals. It contains conformance tests for
POSIX Timers, tags TMR and CS (except THR CS). The release notes that
appear when downloading the project describe where to find information on
compiling and running the test cases.
The README page and the Open POSIX Test Suite website (above) give more
information on the project goals and progress as well as information on how
to contribute or contact us if you are interested.
The Open POSIX Test Suite is an open source test suite with the goal of
performing conformance, functional, and stress testing of the functions
described in the IEEE Std 1003.1-2001 System Interfaces specification.
Eventual testing of the full specification is desired; however, initial work
is focusing on Timers, Message Queues, Threads, Semaphores, and Signals.
Enjoy!
- JF
**These views are not necessarily those of my employer.**
^ permalink raw reply
* Re: [BUG]: agpgart for i810 chipsets broken in 2.5.51
From: Dave Jones @ 2002-12-10 16:23 UTC (permalink / raw)
To: Antonino Daplas; +Cc: Linux Kernel Mailing List
In-Reply-To: <1039547210.1071.26.camel@localhost.localdomain>
On Wed, Dec 11, 2002 at 12:08:22AM +0500, Antonino Daplas wrote:
> Tried it with framebuffer console off, same results. Moved agp before vt
> in char/Makefile, same. Even manually calling agp_init() doesn't work
> because what's really needed is agp_intel_init().
>
> Anyway, I guess I'll stick to what I'm doing right now, periodically do
> an inter_module_get("drm_agp") until it becomes available.
That's really quite icky. Even putting an..
#ifdef CONFIG_FRAMEBUFFER_I810
dev = pci_find_blah..
agp_intel_init(dev);
#endif
before console_init() call in init/main.c seems cleaner than that imo,
(and this is still quite gross).
Dave
--
| Dave Jones. http://www.codemonkey.org.uk
| SuSE Labs
^ permalink raw reply
* Re: Radeon DRI w/ large memory
From: Alan Cox @ 2002-12-10 16:56 UTC (permalink / raw)
To: Daniel Franke; +Cc: Linux Kernel Mailing List, arjanv
In-Reply-To: <20021210015423.GA469@silmaril>
On Tue, 2002-12-10 at 01:54, Daniel Franke wrote:
> Everything seems fine when I use vanilla 2.4.20. Hightower from #kernelnewbies
> tells me that there is a known bug in -ac with Radeon DRI and 2.4.20-ac1, but
> that as far as he is aware, the bug occurs regardless of the large memory
> setting. However, since the bug goes away when I switch to the linus tree, I
> will assume that it is the same bug. If I see otherwise when the known bug is
> supposedly fixed, I will post further information.
Sounds unrelated. I'm removing the drm update in -ac soon I think.
^ permalink raw reply
* [2.5.51, FB] missing EXPORT_SYMBOL(fb_blank) in fbmem.c
From: Jochen Hein @ 2002-12-10 15:55 UTC (permalink / raw)
To: linux-kernel
I compiled fbcon and neofb as modules, when loading fbcon I get:
root@gswi1164:~# modprobe fbcon
fbcon: Unknown symbol fb_blank
FATAL: Error inserting fbcon (/lib/modules/2.5.51/kernel/fbcon.ko): Unknown symbol in module
Jochen
^ permalink raw reply
* Re: Possibly defective BIOS detected (irqtable)
From: uaca @ 2002-12-10 16:11 UTC (permalink / raw)
To: Alan Cox; +Cc: Mailing list de Linux-SMP
In-Reply-To: <1039537039.14175.12.camel@irongate.swansea.linux.org.uk>
On Tue, Dec 10, 2002 at 04:17:19PM +0000, Alan Cox wrote:
> On Tue, 2002-12-10 at 10:06, uaca@alumni.uv.es wrote:
> >
> > Hi all
> >
> > I have a "VALinux FullOn 2230" PIII SMP processor system (2 processors) with
> > Intel's 440GX chipset
>
> If your box works you are ok, if not well Intel have been refusing for a
> long time to tell us how to handle it
Thanks so much
I'll look if there is some place where to complain about, now I know
who to complain (both valinux and intel)
regards
Ulisses
Debian GNU/Linux: a dream come true
-----------------------------------------------------------------------------
"Computers are useless. They can only give answers." Pablo Picasso
---> Visita http://www.valux.org/ para saber acerca de la <---
---> Asociación Valenciana de Usuarios de Linux <---
^ permalink raw reply
* Re: Why does C3 CPU downgrade in kernel 2.4.20?
From: Alan Cox @ 2002-12-10 16:51 UTC (permalink / raw)
To: Daniel Egger; +Cc: Dave Jones, Joseph, Linux Kernel Mailing List
In-Reply-To: <1039504941.30881.10.camel@sonja>
> Interesting. I have no clue about which C3 you're talking about here but
> a VIA Ezra has all 686 instructions including cmov and thus optimising
> for PPro works best for me.
Well if you optimise for ppro it won't actually always work. Also the
scheduling seems to be best with 486. Remember the C3 is a single issue
risc processor.
Alan
^ permalink raw reply
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.