Hi, Steven!
> Ehm, "lspci" and "setpci" is part of the pci-utils package (at least on RedHat)
> and is used to dump/modify PCI configuration space (/proc/bus/pci). If you know
> how to use these tools to dump PNP bios, please tell us.
Sorry, of course I meant "lspnp" and "setpnp" from pcmcia-cs.
On Fri, 18 May 2001, sebastien person wrote:
> I have a network module that need to regularly get data from network
> adaptater.
> But I don't know if it safe to do a loop with a timer in the module.
First off you have to decide where you want to run your 'get data'. There
are three context you
Linus,
This patch against 2.4.5-pre3 makes 3 changes to fs/binfmt_elf.c:
1. It fixes the csp calculation so that it actually achieves the 16
byte final alignment that the comment claims. Previously the csp
calculation didn't take the AT_NULL entry into account. If you
look at the curr
> I've no experience of a regularly call that let the hand to the module.
> My aim is to do a get data call every x seconds (x is variable).
init_timer()
add_timer()
del_timer()
are your frinnds.
> In the case of a network module wich is able to send and receive data,
>
Hi,
This does not seem to be making it to the from my sympatico account... Is
lkml blocking sympatico.ca?
Hopefully outlook does not scramble it too badly.
> I have had this happen three times. It seems to get trigged when
> forwarding
> from my internal networks to the internet via a pppoe
Hi,
I started to use Linux on Sony Vaio PCG-FX140. It has Intel 815-EM
chipset. I got the network card working, but had little luck with other
stuff. I used 2.4.4-ac4.
1) The ethernet:
01:08.0 Ethernet controller: Intel Corporation 82820 820 (Camino 2) Chipset Ethernet
(rev 03)
Subsyst
> Re: locked 3c905B with 2.4.5pre2
>
> From: Julian Anastasov ([EMAIL PROTECTED])
> Date: Thu May 17 2001 - 04:22:15 EST
>
>* Next message: Karsten Keil: "Re: patch-2.2.19.gz"
>* Previous message: David Wilson: "RE: FW: I think I've found a serious bug in
>AMD Athlon page_alloc.c routin
Le Fri, 18 May 2001 13:43:21 +0100 (BST)
Alan Cox <[EMAIL PROTECTED]> a ecrit :
> > I've no experience of a regularly call that let the hand to the
module.
> > My aim is to do a get data call every x seconds (x is variable).
>
> init_timer()
> add_timer()
> del_timer()
>
> are
Le Fri, 18 May 2001 08:32:33 -0400 (EDT)
Bart Trojanowski <[EMAIL PROTECTED]> a ecrit :
> On Fri, 18 May 2001, sebastien person wrote:
>
> > I have a network module that need to regularly get data from network
> > adaptater.
> > But I don't know if it safe to do a loop with a timer in the module
Yup! Mine was ok too with the 2.4.2 kernel. So something has changed
from 2.4.3 and up. Hmm??
On Fri, 18 May 2001, Martin Josefsson wrote:
> Date: Fri, 18 May 2001 13:31:56 +0200 (CEST)
> From: Martin Josefsson <[EMAIL PROTECTED]>
> To: Ted Gervais <[EMAIL PROTECTED]>
> Subject: Re: rtl8
Hello,
I have the 2.4.4 distribution from kernel.org.
"http://www.kernel.org/pub/linux/kernel/v2.4/";
I have a Mandrake system and selected the AMD processors and APIC
option. The egcs-2.91.66 compiler with -mcpu=586. It appears that
the structure alignment of the floating point registers
Petr Konecny <[EMAIL PROTECTED]> writes:
First I have a VAIO FX140 also.
> Hi,
>
> I started to use Linux on Sony Vaio PCG-FX140. It has Intel 815-EM
> chipset. I got the network card working, but had little luck with other
> stuff. I used 2.4.4-ac4.
>
> 1) The ethernet:
Use the e100 driver t
>
> On Thursday 17 May 2001 22:00, Brian Wheeler wrote:
> > Consider an ID consisting of:
> > * vendor
> > * model
>
> Vendor and model ids are available for PCI and USB devices, but I think you
> can not assume that all busses have them and you dont gain anything if you
> keep them se
Hi all,
My machine sometimes crashes completely when reading or writing a CD
with my SCSI burner. I thought for ages that it was a hardware problem,
but this week I tried FreeBSD on it to make sure. Now I think it's a
problem with Linux.
In FreeBSD I copied the contents of ten CDs to the hard
On Fri, 18 May 2001, sebastien person wrote:
> Le Fri, 18 May 2001 08:32:33 -0400 (EDT)
> Bart Trojanowski <[EMAIL PROTECTED]> a ecrit :
>
> > On Fri, 18 May 2001, sebastien person wrote:
> >
> > > I have a network module that need to regularly get data from network
> > > adaptater.
> > > But I
> > Your timer is like an interrupt (in fact it runs from one) so you will
> need
> > to lock it against transmit, receive, multicast list loads and get_stats
> > all of which can happen at the same time.
>
> So I must disable interrupt when I handle another function like receive
> etc ...
That
On Thu, May 17, 2001 at 02:35:55AM -0400, Albert D. Cahalan wrote:
> Heinz J. Mauelshag writes:
>
> > LVM does a similar thing storing UUIDs in its private metadata
> > area on every device used by it.
> >
> > Problem is: neither MD nor LVM define a standard in Linux
> > which *needs* to be used
> 1) The ethernet:
> 01:08.0 Ethernet controller: Intel Corporation 82820 820 (Camino 2) Chipset Ethernet
>(rev 03)
> Subsystem: Intel Corporation: Unknown device 3013
> Flags: bus master, medium devsel, latency 66, IRQ 9
> Memory at f4105000 (32-bit, non-prefetchable) [si
>
>Can someone verify if it's legal to change the include/link in the
>assembler for AIC7xxx ? DB 1.85 has header clash with DB 3 (db.h).
If you upgrade to the latest driver from here:
http://people.FreeBSD.org/~gibbs/linux/
you won't have to deal with the aicasm build.
--
Justin
-
To unsubscr
On Mon, 14 May 2001 [EMAIL PROTECTED] wrote:
> Hello!
>
> > 2) no significant restrictions (==this)
>
> When user asks to create some object, the only required thing
> of any reasonable interface is to return an error when the object
> is not added.
Please don't get stuck on that -- It wasn't th
Hi,
On Wed, May 16, 2001 at 12:18:15PM -0400, Michael Meissner wrote:
> With the current LABEL= support, you won't be able to mount the disks with
> duplicate labels, but you can still mount them via /dev/sd.
Or you can fall back to mounting by UUID, which is globally unique and
still avoids re
The Motherboard is a FIC AD11(AMD 761/VIA 686B chipset). Vid-card is a radeon 32M ddr
model.
Whenever I startx with the radeon driver, the machine hangs, forced to use reset
switch, not even C-A-Del works. But with the generic vga driver I get all of 16
colors at less than 640x480.
Here are
> "Bohdan" == Bohdan Vlasyuk <[EMAIL PROTECTED]> writes:
Bohdan> Does anybody know any nice resource for beginners to try to
Bohdan> write some device drivers/other stuff ?
You can try my 'Linux Kernel Programming' slide set that I have used
for my tutorials on various conferences. The lates
Hi,
On Fri, May 11, 2001 at 04:54:44PM +0200, Daniel Phillips wrote:
> The only reasonable way I can think of getting a block-coherent view
> underneath a mounted fs is to have a reverse map, and update it each
> time we map block into the page cache or unmap it.
It's called the "buffer cache
>(a) Back off the capability approach. That is, accept that
>people doing configuration are going to explicitly and
>exhaustively specify low-level hardware.
> I don't want to do (a); it conflicts with my design objective of
> simplifying configuration enough that Aunt Ti
Keith Owens wrote:
> > (c) Decide not to support this case and document the fact in the
> > rulesfile. If you're going put gunge on the VME bus that replaces
> > the SBC's on-board facilities, you can hand-hack your own configs.
>
> In general this is the best option, if you creat
Arjan van de Ven <[EMAIL PROTECTED]>:
> Aunt Tillie doesn't even know what a kernel is, nor does she want
> to. I think it's fair to assume that people who configure and
> compile their own kernel (as opposed to using the distribution
> supplied ones) know what they are doing.
I'd like to break t
> No, that's OK.
I realised about this when I inserted up_and_exit on 2.2 and still it did
the same :-)
> Try putting an
> exit_files(current);
> at the start of rtl8139_thread()
Yes, this seems to solve the problem, thanks!
Regards...
--
Manty/BestiaTester -> http://manty.net
-
To unsu
Eric S. Raymond <[EMAIL PROTECTED]> wrote:
> Arjan van de Ven <[EMAIL PROTECTED]>:
> > Aunt Tillie doesn't even know what a kernel is, nor does she want
> > to. I think it's fair to assume that people who configure and
> > compile their own kernel (as opposed to using the distribution
> > supplied
why is it that so many people seem to think that it's a good thing to only
use precompiled kernels from the distro?
a kernel tuned for a particular machine can boot faster and run faster
then a 'stock' kernel.
unless you want to replace the kernel compile config options with a
similar sized menu
> agpgart: Maximum main memory to use for agp memory: 94M
> agpgart: Unsupported AMD chipset (device id: 700e), you might want to try
>agp_try_unsupported=1.
> agpgart: no supported devices found.
>
> What does agp_try_unsupported mean? Where do I set this setting?
It says 'assume this chipset
On Fri, May 18, 2001 at 11:26:25AM -0400, Eric S. Raymond wrote:
> I'd like to break these assumptions. Or at the very least see how far
> they can be bent. I know this sounds crazy to a lot of hackers, but
> I think there's a certain amount of unhelpful elitism and self-puffery
> in the "kerne
> Simplifying the configuration interface so that "anyone" can use it seems like
> a waste of effort. If there's an interested novice out there who wants to
> learn how to configure a kernel, they'll be sufficiently interested to invest
> an hour or two in learning how the whole process works. M
On Fri, 18 May 2001, Jes Sorensen wrote:
> Oh I don't, on the other hand I see you consistently ignoring the
> needs and requirements of the users. So far I haven't heard a single
> developer say something positive about CML2, the most positive I have
> heard so far has been "whatever", "it's his
David Lang <[EMAIL PROTECTED]> wrote:
> > Whether this is desirable or not is debatable. The big question is: why
> > on earth would Aunt Tillie _want_ to compile a kernel at all, let alone
> > re-configure one? If she's using Linux, she's installing her
> > distribution's pre-compiled kernel,
Hi
I was just wondering if there is any support for the 82371mx accelerator
in the IDE driver. It doesn't appear that way to me, but that can be my
fault :)
Just to be precise. I'm talking about this chip:
ftp://download.intel.com/support/chipsets/430mx/290525.pdf
I have tried stock debian
Arjan van de Ven <[EMAIL PROTECTED]>:
> Don't get me wrong. I'm NOT opposed to having a config tool everyone and
> their aunt can use. I'm opposed to that tool taking away the options expert
> users have to do what they know is right for them.
I'll take that as a vote for (b), to handle even perv
Alan Cox wrote:
> Add an 'owner' field to the objects we are using. Then we can lock the tty
> and the ldisc from the tyy_io code rather than in serial.c and friends. This
> removes the unload during open/close races we currently have in serial.c
>
> Take a look at videodev.c for a fairly clear e
Hello,
I've recently started compiling i386 kernels with HZ (and also CLOCKS_PER_SEC)
set to 1024 instead of 100 for various reasons. All works perfectly, except
when I play mod files with s3mod on my Gravis UltraSound card. The modules are
played 10 times too fast:
[guus@haplo]~>time s3mod /usr
Hello.
Here is a patch (tested on kernels 2.4.3 and 2.4.4) that adds 2 ioctl's in serial.c.
One, TCSSERCPR, sets the CPR register in 16C950 UARTs. This register is a pre-scaler
(that is, a divisor) for the clock. If the value is N, the clock is divided by N/8.
If N<8, pre-scaling is disabled b
>> Aunt Tillie doesn't even know what a kernel is, nor does she want
>> to. I think it's fair to assume that people who configure and
>> compile their own kernel (as opposed to using the distribution
>> supplied ones) know what they are doing.
>
>I'd like to break these assumptions. Or at the ver
Alan Cox wrote:
>At most it bounds the busses directly available. I've yet to see VME cardbus
>adapters but its quite possible.
You didn't try google did you? *grin*
http://www.ramix.com/products/busadapters/rm235m.html
/Christer
--
"Just how much can I get away with and still go to hea
Jonathan Morton <[EMAIL PROTECTED]>:
> Not everyone falls into the "expert user" and "Aunt Tillie" categories.
> It's a *very* big grey area. If some semi-computer-literate user (ie. some
> friends of mine!) wants to upgrade their kernel so they have access to
> newer hardware (such as a cheap US
"Eric S. Raymond" wrote:
>
> Arjan van de Ven <[EMAIL PROTECTED]>:
> > Don't get me wrong. I'm NOT opposed to having a config tool everyone and
> > their aunt can use. I'm opposed to that tool taking away the options expert
> > users have to do what they know is right for them.
>
> I'll take tha
Repost because I got no answer :(
But I have added new information.
2.4.4-ac9 did compile for me with CONFIG_RWSEM_GENERIC_* on.
But it freezes when accessing the floppy.
And it freezes during sound playback.
My laptop (Scenic Mobile 510 from Siemens) has an onboard ESS1869
which works fine with
"Eric S. Raymond" wrote:
> > It would. Because people who like the old config would continue to use the
> > old tools
>
> Excuse me?
> Do you really believe that anyone is going to maintain the CML1 tools
> for as long as a nanosecond after they get dropped out of the kernel tree?
I hereby volu
> "accelerator"? it's just another ide controller.
I know, but as you wrote, the marketing department and so forth.
> or the piix driver doesn't recognize the pci vid/did for this
> particular chip. both are easy to fix.
I figured out it had to be something along those lines, but I'm not sur
It seems to me that Linus' idea of making device nodes work like
directories is a little too clever and probably overkill but the only
alternative I've seen suggested is Al's per-device filesystems which seems
similarly excessive.
Few devices will have a need for multiple streamable interfaces an
Michael Meissner wrote:
>
> On Fri, May 18, 2001 at 06:09:09PM +0200, Christoph Hellwig wrote:
> > Aunt Tillie shouldn't try to manually configure a kernel.
>
> Ummm, maybe Aunt Tillie wants to learn how to configure a kernel After
> all, all of us at one point in time were newbies in terms
Arjan van de Ven <[EMAIL PROTECTED]>:
> In my opinion, no configuration that is actually physically possible
> is perverse.
Noted. And a very pithy statement of the position. Thanks.
--
http://www.tuxedo.org/~esr/";>Eric S. Raymond
I do not find in orthodox Christianity one r
> "WJP" == Bill Pringlemeir <[EMAIL PROTECTED]> writes:
[snip]
WJP> I have the 2.4.4 distribution from kernel.org.
WJP> "http://www.kernel.org/pub/linux/kernel/v2.4/";
WJP> I have a Mandrake system and selected the AMD processors and
WJP> APIC option. The egcs-2.91.66 compiler with -mc
Hi
Why?
Kees
-- Forwarded message --
Date: Fri, 18 May 2001 14:50:30 +
From: The Post Office <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Delivery reports about your email [FAILED(1)]
This is a collection of reports about email delivery
process concerning a message yo
On 05/18/2001 at 11:45:40 AM [EMAIL PROTECTED] wrote:
>I hereby volunteer to maintain at least make oldconfig and make config,
>and perhaps make menuconfig.
THANK YOU THANK YOU THANK YOU!!! I'm quite happy with the current form of
oldconfig and menuconfig, and will continue to use them as lon
Hi!
Hi!
> They might also be exactly the same channel, except with certain magic
> bits set. The example peter gave was fine: tty devices could very usefully
> be opened with something like
>
> fd = open("/dev/tty00/nonblock,9600,n8", O_RDWR);
>
> where we actually open up exactly the sam
On Friday 18 May 2001 17:11, Arjan van de Ven wrote:
> >(a) Back off the capability approach. That is, accept that
> >people doing configuration are going to explicitly and
> >exhaustively specify low-level hardware.
>
>
>
> > I don't want to do (a); it conflicts with my desi
Hi!
> > But no, I don't actually like sockets all that much myself. They are hard
> > to use from scripts, and many more people are familiar with open/close and
> > read/write.
>
> Agreed.
>
> It would be nice to use open/close/read/write for control and bulk and
> sockets for interrupt and iso
On Fri, 18 May 2001, Mike Galbraith wrote:
> On Thu, 17 May 2001, Rik van Riel wrote:
> > On Thu, 17 May 2001, Mike Galbraith wrote:
> >
> > > Only doing parallel kernel builds. Heavy load throughput is up,
> > > but it swaps too heavily. It's a little too conservative about
> > > releasing cach
At 04:22 PM 5/13/01 +0200, you wrote:
>I've said before on these lists that one of the purposes of
>CML2's single-apex tree design is to move the configuration
>dialog away from low-level platform- specific questions towards
>higher-level questions about policy or intentions.
>
>Or to put another
On Thu, May 17, 2001 at 11:57:45PM +0100, Chris Evans wrote:
>
> Hi,
>
> I wonder if the following is a bug? It certainly differs from FreeBSD 4.2
> behaviour, which gives the behaviour I would expect.
>
> The following program blocks indefinitely on Linux (2.2, 2.4 not tested).
> Since the oth
Arjan van de Ven <[EMAIL PROTECTED]>:
> Right now, it's now a dropping back. You seem to take for granted that CML2
> and your python2 frontend to it are 2.5.0 material. I don't right now.
Linus is free to change his mind. Perhaps he will. But the last word I heard
from him is that CML2 goes in
On Fri, May 18, 2001 at 01:17:07PM -0400, Eric S. Raymond wrote:
> It's been an ugly, nasty, horrible job -- *much* nastier, by an order
> of magnitude, than designing and writing the CML2 engine. Going the
> other direction would be worse. "Like chewing razor blades" is the
> simile that leaps
Arjan van de Ven <[EMAIL PROTECTED]>:
> I hereby volunteer to maintain at least make oldconfig and make config,
> and perhaps make menuconfig.
That's the easy part; the CML1 config code may be ugly and broken, but
at least it's relatively stable. What you'd also have to do is maintain an
entire
On Fri, May 18, 2001 at 12:00:59PM -0400, John Cowan wrote:
> Christoph Hellwig wrote:
> Yes, I should have limited myself to pre-egcs versions.
Huh?
It's been possible to have multiple versions of gcc installed for a very
long time. At least since 2.0 came out.
Thu Dec 19 15:54:29 1991 K. Ri
Hi !!
I'm wondering what it may mean - something to be implemented in linux,
of poorly configured system:
---
$ gdb -m dummy -q --batch
warning: mapped symbol tables are not supported on this machine;
missing or broken mmap().
---
When I was reading info, I've seen that "this feature is suppor
At 9:03 AM +0200 2001-05-18, [EMAIL PROTECTED] wrote:
> >My question is which way is the more probable solution for future linux
> >kernels?
> >The low-level-approach of the "T3"-patch requires changes to the
> >scsi-drivers and the hardware-drivers but provides optimal communication
> >betwe
In article <[EMAIL PROTECTED]> you wrote:
> On Fri, May 18, 2001 at 12:00:59PM -0400, John Cowan wrote:
>> Christoph Hellwig wrote:
[my voice was snipped here]
>> Yes, I should have limited myself to pre-egcs versions.
>
> Huh?
>
> It's been possible to have multiple versions of gcc installed fo
On Thu, May 17, 2001, Pavel Machek <[EMAIL PROTECTED]> wrote:
> > > But no, I don't actually like sockets all that much myself. They are hard
> > > to use from scripts, and many more people are familiar with open/close and
> > > read/write.
> >
> > Agreed.
> >
> > It would be nice to use open/cl
On Fri, 18 May 2001, Jonathan Morton wrote:
> As for the language CML2 is written in, surely C would work just as well as
> Python if the config-ruleset file is in a known format. GCC is required
> for the kernel to build, I don't see why anything else should be required
> simply to configure it
On Fri, 18 May 2001, Rik van Riel wrote:
> On Fri, 18 May 2001, Mike Galbraith wrote:
> > On Thu, 17 May 2001, Rik van Riel wrote:
> > > On Thu, 17 May 2001, Mike Galbraith wrote:
> > >
> > > > Only doing parallel kernel builds. Heavy load throughput is up,
> > > > but it swaps too heavily. It'
The most interesting thing here is the pyxis "tbia" fix.
Whee! I can now copy files from SCSI to bus-master IDE, or
between two IDE drives on separate channels, or do other nice
things without hanging lx/sx164. :-)
The pyxis "tbia" turned out to be broken in a more nastier way
than one could expec
Sasi Peter <[EMAIL PROTECTED]> wrote:
> I am just writing an essay, an have mentioned TUX as a performance and
> scalability linearity recort holder with TUX, referencing the specweb99
> website summary page:
>
> http://www.spec.org/osg/web99/results/web99.html
>
> However, taking a closer l
On Thu, 17 May 2001, Ingo Oeser wrote:
> On Wed, May 16, 2001 at 08:02:06PM -0300, Rik van Riel wrote:
> > I'm seeing a similar thing on 2.4.4-pre[23], but in a far less
> > serious way. Using xmms the music stops after anything between
> > a few seconds and a minute, I suspect a race condition so
Em Fri, May 18, 2001 at 03:02:18PM -0300, Rik van Riel escreveu:
> On Thu, 17 May 2001, Ingo Oeser wrote:
> > On Wed, May 16, 2001 at 08:02:06PM -0300, Rik van Riel wrote:
> > > I'm seeing a similar thing on 2.4.4-pre[23], but in a far less
> > > serious way. Using xmms the music stops after anyth
Does anyone know if there is any DMA support for the
toshiba IDE controller's in many of their portable
models such as the older porteges and librettos? The
controllers support DMA, but not in linux. I'm not
sure what toshiba's policy is on documentation. They
used to be pretty stingy, but I he
Hi, this is an oops-file I "created" today.
Attached is the original version as found in /var/log/messages as well
as the ksymoops-ed version.
Hope, it helps. If you need further info, don't hesitate to contact me.
My machine is a Cyrix 6x68 166+; 96 MB RAM.
Yours
Andreas Bergen
--
Andreas
Folks,
Get a question today. Thanks in advance.
As we know, vmalloc and other memory allocation/de-allocation will
change/update
the swapper_page_dir maintain by the kernel.
I am wondering when/how the kernel synchronzie the change to user level
processes' page
directory entries from the 768
On Fri, May 18, 2001 at 07:45:15PM +0200, Mike Galbraith wrote:
> Yes, ~exactly! I chose 30 tasks because they almost do (tool/userland
> dependant.. must recalibrate often) fit. The bitch is to get the vm
> to automagically detect the rss/cache munch tradeoff point without all
> the manual help
On Fri, 18 May 2001, Ingo Oeser wrote:
> Rik: Would you take patches for such a tradeoff sysctl?
"such a tradeoff" ?
While this sounds reasonable, I have to point out that
up to now nobody has described exactly WHAT tradeoff
they'd like to make tunable and why...
I'm not against making things
On Wed, 16 May 2001 [EMAIL PROTECTED] wrote:
> > The same situation appears when using bonding.o. For several years,
> > Don Becker's (and derived) network drivers support changing MAC address
> > when the interface is down. So Al's /dev/eth//MAC has different
> values
> > depending on whether bon
Ok, so appending agp_try_unsupported at boot gets the agp working (at least
tolerably). The problem now appears to be with the DRI part of X/Radeon driver,
because after adding the line:
Option "noaccel" "true"
to my XF86Config, all is well.
Without it all that shows up on the screen is a bunc
> > They might also be exactly the same channel, except with certain magic
> > bits set. The example peter gave was fine: tty devices could very usefully
> > be opened with something like
> >
> > fd = open("/dev/tty00/nonblock,9600,n8", O_RDWR);
> >
> > where we actually open up exactly the
On 05.18 Bill Pringlemeir wrote:
>
> Why don't the build scripts run a dummy file to determine where the
> floating point registers should be placed?
>
> ...
> const int value = offsetof(struct task_struct, thread.i387.fxsave) & 15;
> ...
>
That is not the problem. The problem is that the re
In mailing-lists.linux-kernel, you wrote:
>i'm having problems to convince java (1.3.1) to allocate more
>than 1.9gb of memory on 2.4.2-ac2 (SMP/6gb phys mem) or more
>than 1.1gb on 2.2.18 (SMP/2gb phys mem)...
Take a look at a thread from January starting at this point:
http://www.uwsg.indiana
> When benchmarking DirectFB, I found that a typical software alpha
> blending rectangle fill is completely dominated (I'm talking 90% of the
> CPU cycles here) by the time it takes to read pixels from the
> framebuffer.
Note the SOFTWARE alpha blending rectangle fill. You are passing alot of
da
On 05.18 Bill Pringlemeir wrote:
>> Why don't the build scripts run a dummy file to determine where
>> the floating point registers should be placed?
>>
>> ... const int value = offsetof(struct task_struct,
>> thread.i387.fxsave) & 15; ...
> "JAM" == J A Magallon <[EMAIL PROTECT
Hi,
I've documented x86/i386/IA-32 Linux kernel init
(after loaders). It's fairly large, so there may be
too much detail here and I may cut back on it some if
that seems to be needed.
Comments, feedback, corrections, and additions are
welcome. As I say in the intro, hopefully some of you
(or u
Hi,
On Thursday 17 May 2001 23:04, you wrote:
> Hi!
>
> I was tracking down a problem with Debian installation freezing when doing
> the ifconfig of the 8139too driver on 2.2.19 kernel, and found that this
> was caused by 8139too for 2.2.19 not closing it's file descriptors.
>
> The original code
On Fri, May 18, 2001 at 03:23:03PM -0300, Rik van Riel wrote:
> On Fri, 18 May 2001, Ingo Oeser wrote:
>
> > Rik: Would you take patches for such a tradeoff sysctl?
>
> "such a tradeoff" ?
>
> While this sounds reasonable, I have to point out that
> up to now nobody has described exactly WHAT t
I have a problem with the buffering mechanism of my blockdevice,
namely a ide_scsi DVD-ROM drive. After inserting a DVD and reading
data linearly from the DVD, an excessive amount of buffer memory gets
allocated.
This can easily be reproduced with
cat /dev/sr0 > /dev/null
Remember, nearl
Just to clarify, this is a custom Toshiba chipset. It
includes IDE, PCI controller, etc. I believe the IDE
controller may be on the ISA bus as it does not show
up with lspci, etc. I'm not sure of the exact chip,
perhaps someone with a better knowledge of toshiab
products does.
Thanks,
Alex
>
> "JAM" == J A Magallon <[EMAIL PROTECTED]> writes:
JAM> That is not the problem. The problem is that the registers have
JAM> to lay in a defined way, transcribed to a C struct, and that
JAM> pgcc lays badly that struct.
WJP> Yes, I understand that. I was showing a way to find the valu
Ronald Bultje wrote:
> On 18 May 2001 10:12:34 +0200, reiser.angus wrote:
> > > However, taking a closer look, it turns out, that the above statement
> > > holds true only for 1 and 2 processor machines. Scalability already
> > > suffers at 4 processors, and at 8 processors, TUX 2.0 (7500) gets b
To recap:
The machine is an NFSv3 client. The header of outgoing NFS UDP/IP packets
is sometimes corrupted, such that network sniffers on unrelated systems
report bogus ARP packets. AFAIK there is no data corruption on the
file level because the request is no longer recognized by the NFS
server.
On Fri, May 18 2001, Eduard Hasenleithner wrote:
> I have a problem with the buffering mechanism of my blockdevice,
> namely a ide_scsi DVD-ROM drive. After inserting a DVD and reading
> data linearly from the DVD, an excessive amount of buffer memory gets
> allocated.
>
> This can easily be repr
On Fri, 18 May 2001 11:15:09 -0700 (PDT)
Alex Deucher <[EMAIL PROTECTED]> wrote:
> Does anyone know if there is any DMA support for the
> toshiba IDE controller's in many of their portable
> models such as the older porteges and librettos? The
> controllers support DMA, but not in linux. I'm no
On Fri, May 18, 2001 at 09:25:31PM +0200, Jens Axboe wrote:
> On Fri, May 18 2001, Eduard Hasenleithner wrote:
> > I have a problem with the buffering mechanism of my blockdevice,
> > namely a ide_scsi DVD-ROM drive. After inserting a DVD and reading
> > data linearly from the DVD, an excessive am
IMHO this is an obvious change, but it is untested... dquot_hash and
dqstats are correctly declared static and in BSS, and thus are
automatically cleared at kernel startup.
Since quota init now just printk's a startup message, we can safely make
it an initcall.
--
Jeff Garzik | "Do you ha
Thus spake Alan Cox ([EMAIL PROTECTED]):
> Can you boot a kernel without fdomain.c compiled in next
Yes, but I am too stupid: there were a faillure in my
patch-2.4.4-ac10.bz2, which is 0 bits so I have bunzip -c
patch-2.4.4-ac10.bz2|patch -p1 -s with an empty file :-((
That mean I compiled
> Menuconfig is fairly popular, and requires curses.. etc. etc. There isn't
> a configurator which doesn't require something more than gcc is there?
Configure only requires shell
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTE
On Fri, 18 May 2001, Rik van Riel wrote:
> On Fri, 18 May 2001, Ingo Oeser wrote:
>
> > Rik: Would you take patches for such a tradeoff sysctl?
>
> "such a tradeoff" ?
>
> While this sounds reasonable, I have to point out that
> up to now nobody has described exactly WHAT tradeoff
> they'd like t
1 - 100 of 219 matches
Mail list logo