"Thomas Dodd wrote:"
> diff -u --new-file --recursive linux-2.4.3-ac2.orig/kernel/printk.c
>linux-2.4.3-ac2/kernel/printk.c
> --- linux-2.4.3-ac2.orig/kernel/printk.c Wed Apr 4 15:23:31 2001
> +++ linux-2.4.3-ac2/kernel/printk.c Wed Apr 4 16:01:28 2001
> @@ -27,7 +27,7 @@
>
> #includ
"Giacomo Catenazzi wrote:"
> Johan Adolfsson wrote:
> >
> > Having the help close to the config sounds like a good idea
> > from a maintenance point of view.
>
> But in 2.5.x the config.in are centralized, thus also
> Configure.help sould be centralized.
> And in this case I think that a big fil
"Andrey Panin wrote:"
>
> attached patches add missing __init and (__devinit) to some network drivers:
> at1700.c, eepro.c, epic100.c, hamachi.c, sis900.c,=20
> tokenring/abyss.c, tokenring/tmsisa.c, tokenring/tmspci.c.
>
> diff -ur -x *.o -x *.flags /linux.vanilla/drivers/net/token
dom (8.9.3/8.9.3) id BAA03695
for [EMAIL PROTECTED]; Tue, 10 Apr 2001 01:04:06 +0200
From: Andrzej Krzysztofowicz
Message-Id: <[EMAIL PROTECTED]>
Subject: Re: PROBLEM: make oldconfig can change Alpha system type on 2.2.19
To: kufel!green.mif.pg.gda.pl!ankry
Date: Tue, 10 Apr 2001 01:04
"Alan Cox wrote:"
> > But we _do need_ a working current-kernel.
>
> Use gcc 2.95/2.96
Is 2.91.66 already obsolete ?
Documentation/Changes does not suggest this ...
Andrzej
--
===
Andrzej M. Krzysztofowicz [EMA
Hi,
cmsfs does not compile without this fix.
Andrzej
diff -ur linux-2.4.3-ac12/fs/cmsfs/cmsfsvfs.c linux/fs/cmsfs/cmsfsvfs.c
--- linux-2.4.3-ac12/fs/cmsfs/cmsfsvfs.cSun Apr 22 14:48:52 2001
+++ linux/fs/cmsfs/cmsfsvfs.c Sun Apr 22 16:18:40 2001
@@ -26,6 +26,7 @@
#include
#in
Hi,
CONFIG_PPP_FILTER depends on CONFIG_FILTER (2.4.4-pre6, 2.4.3-ac12)
[ sk_run_filter(), ...]
So updated Config.in ...
Andrzej
diff -ur drivers/net/Config.in.old drivers/net/Config.in
--- drivers/net/Config.in.old Sun Apr 22 14:48:51 2001
+++ drivers/net/Config.in Sun Apr 22 16:24:10
>
> I'm having a problem with "su -" on ac11/ac12. ac5 doesn't show the
> problem.
> The problem is easy to reproduce - go to a console, log in as root, do an
> "su -" (this will succeed) and then another "su -". The second "su -"
> should hang - ps shows it started bash and that the bash process
"Manuel McLure wrote:"
> On 2001.04.22 14:38 Andrzej Krzysztofowicz wrote:
> > >
> > > I'm having a problem with "su -" on ac11/ac12. ac5 doesn't show the
> > > problem.
> > > The problem is easy to reproduce - go to a console
Hi,
The following change in -ac11:
-static const char *rcsid = "$Id: sk_g16.c,v 1.1 1994/06/30 16:25:15 root Exp $";
+static const char rcsid[] = "$Id: sk_g16.c,v 1.1 1994/06/30 16:25:15 root Exp $";
breaks drivers/net/sk_g16.c because of further:
...
rcsid = NULL; /*
> It's known at compile time, but not at preprocessing time, so it can't be
> done with #error. If you can come up with a way of doing it at compile time
> such that:
>
> 1. It's _guaranteed_ to work when the compiler does align the members
> of the structure as we desire.
> 2. It give
Hi,
While trying to compile 2.4.1-ac1[34] I noticed that the following error
message appears sometimes:
make[3]: *** No rule to make target
/home29/ankry/kernel/2.4/linux/drivers/pci/devlist.h', needed by `names.o'.
Stop.
make[3]: Leaving directory /home29/ankry/kernel/2.4/linux/drivers/pci'
"zhaoway wrote:"
> --- vanilla-2.4.1/fs/isofs/dir.c Sat Dec 30 01:13:45 2000
> +++ cisofs/fs/isofs/dir.c Mon Feb 19 18:40:16 2001
> @@ -108,8 +111,7 @@
> unsigned int block, offset;
> int inode_number = 0; /* Quiet GCC */
> struct buffer_head *bh = NULL;
> - int l
"Pozsar Balazs wrote:"
> from drivers/ide/ide-features.c:
>
> /*
> * All hosts that use the 80c ribbon mus use!
> */
> byte eighty_ninty_three (ide_drive_t *drive)
> {
> return ((byte) ((HWIF(drive)->udma_four) &&
> #ifndef CONFIG_IDEDMA_IVB
> (drive->id->hw_con
"Adam Sampson wrote:"
> I get this while compiling 2.4.2:
>
> msdos.c:403: `MINIX_PARTITION' undeclared (first use in this function)
> msdos.c:403: (Each undeclared identifier is reported only once
> msdos.c:403: for each function it appears in.)
> msdos.c:406: `MINIX_NR_SUBPARTITIONS' undeclared
Hi,
Your ide.2.2.18.1221.patch does not compile on alpha:
cc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -fno-strict-aliasing -pipe -mno-fp-regs -ffixed-8
-mcpu=ev56 -Wa,-m21164a -DBWIO_ENABLED -c -o ide-geometry.o ide-geometry.c
In file included
Hi,
The following patch fixes in 2.4(-ac*) :
- endiannes problems with BSD/SOLARIS disklabel (in msdos a partition)
and OSF partition support on big-endian mashines,
- SOLARIS disklabel support on 64-bit machines (it was silently assumed
in the on-disk structures that "long" is 32 bit...)
Re
"Pierre Rousselet wrote:"
> Pentium-III 256Mo
> For testing, I try to compile glibc. The start is good.
> When the process PID reaches a value around 22000
> (variable), all goes wrong. Make gives error messages
> such as :
>
> make[2]: *** No rule to make target
> `../sysdeps/wordsize-32/bits/wo
dom (8.9.3/8.9.3) id WAA01107
for green!ankry; Sat, 13 Jan 2001 22:00:40 +0100
From: Andrzej Krzysztofowicz
Message-Id: <[EMAIL PROTECTED]>
Subject: Re: ide.2.4.1-p3.01112001.patch
To: kufel!green.mif.pg.gda.pl!ankry
Date: Sat, 13 Jan 2001 22:00:40 +0100 (CET)
In-Reply-To: <[EMAIL PROT
at 0x7c00 by the bios-startup routines, and moves
- * itself out of the way to address 0x9, and jumps there.
+ * 360k/720k disk support: Andrzej Krzysztofowicz <[EMAIL PROTECTED]>
I wonder how this line gets into your patch. Please, remove it (patch follows).
My bootsector patch is NOT
> On Mon, Nov 13, 2000 at 05:07:22PM -0700, Steven Cole wrote:
> > +EISA support
> > +CONFIG_EISA
> > + The Extended Industry Standard Architecture (EISA) bus was
>
> (i) I am a bit unhappy about adding configuration options
> like this. It regularly happens that I want to compile some kernel
Y
Hi,
Looking at the latest drivers/net/Config.in changes I noticed, that
two (modified earlier) lines are buggy:
dep_tristate '3c523 "EtherLink/MC" support' CONFIG_ELMC $CONFIG_MCA
dep_tristate '3c527 "EtherLink/MC 32" support (EXPERIMENTAL)' CONFIG_ELMC_II
$CONFIG_MCA $CON
> Peter Samuelson wrote:
> > [Andrzej Krzysztofowicz]
> > > Note, that as CONFIG_MCA is defined only for i386 the dependencies on
> > > $CONFIG_MCA are no-op for other architectures (in
> > > Configure/Menuconfig). Either CONFIG_MCA should be defined for all
"Geert Uytterhoeven wrote:"
> --- linux-2.4.0-test11/drivers/video/Config.inTue Sep 19 00:15:22 2000
> +++ geert-2.4.0-test11/drivers/video/Config.inTue Nov 21 13:27:12 2000
> @@ -16,7 +16,7 @@
>if [ "$CONFIG_AMIGA" = "y" -o "$CONFIG_PCI" = "y" ]; then
>tristate '
Hi,
I noticed that it is impossible to select "Math emulation" in
test12-pre* basing on the default config in a single configuration process
using Menuconfig or xconfig. It is because of CONFIG_X86_FXSR being never
unset/set to "n". The following patch fixes this problem (the first chunk)
and
"Chris Bednar wrote:"
>Sorry for the repeat... I submitted this a couple
> of days ago, but I probably should have targetted a
> couple of people, so I'll do that now.
>
> The point is that there's some pollution in arch/ppc/config.in
> that doesn't allow a G4 user (for example) to configure
dom (8.9.3/8.9.3) id XAA03971
for green!ankry; Fri, 15 Sep 2000 23:08:21 +0200
From: Andrzej Krzysztofowicz
Message-Id: <[EMAIL PROTECTED]>
Subject: 2.2.18pre7 [OOPS] + [PATCH]
To: kufel!green.mif.pg.gda.pl!ankry
Date: Fri, 15 Sep 2000 23:08:21 +0200 (CEST)
X-Mailer: ELM [version 2.5 PL0p
> +static inline __u64 ___swab16(__u64 x)
> +{
> + return (__u64)((x & (__u64)0x00ffULL) << 56) |
> + (__u64)((x & (__u64)0xff00ULL) << 40) |
> + (__u64)((x & (__u64)0x00ffULL) << 24) |
> + (__u64)((x & (__u64)0xf
> On Sat, 23 Sep 2000 11:33:31 +0200,
> Daniel Phillips <[EMAIL PROTECTED]> wrote:
> >I'd just like to remind you of Alan Cox's suggestion about appending
> >.config.gz to bzImage so that it doesn't get loaded into memory, and
> >my suggestion to put System.map.gz there as well.
>
> I worry ab
> Max Inux wrote:
> > On x86 machines there is a size limitation on booting. Though I thought
> > it was 1024K as the max, 900K should be fine.
>
> No, there isn't. There used to be, but it has been fixed.
>
> -hpa
Except the simple boot loader. You cannot boot kernel >=1024KB directly
"Peter Samuelson wrote:"
> [Michael Warfield]
> > This thing is not armed and dangerous due to an act of ommision.
> > It's live and active only through three acts of commision.
>
> We could make it *four* acts of commission. (: (: (:
>
> diff -urk~ fs/Config.in
> --- fs/Config.in~ Mon Nov 1
"Tim Waugh wrote:"
> Hi Linus,
>
> Here is a patch that marks CONFIG_PARPORT_PC_FIFO experimental.
Why it does not depend on CONFIG_EXPERIMENTAL if it really is experimental ?
> --- linux-2.4.0-test13-pre1/drivers/parport/Config.in.fifoexp Thu Jun 29 10:20:36
>2000
> +++ linux-2.4.0-test13-pr
"Tigran Aivazian wrote:"
> In November last year I wrote support for a new boot parameter called
> "rootfs" implementing functionality similar to UnixWare7, i.e. being
> able to specify the filesystem type to try first in mount_root() and if
> this fails then go on to the usual loop over all regi
> On Friday December 29, [EMAIL PROTECTED] wrote:
> > Hi -- could you please CC me if you reply to this mail.
> >
> > A: /exports/A - Redhat 7.0
> > B1/B2: mount /exports/A on /export/A from A - Redhat 6.2
> > C: mount /exports/A on /mnt/A from B1 or
"Oliver Neukum wrote:"
>
> IRNET depends on PPP, but that is not reflected in the configuration files.
> A patch is attached.
An incorrect patch.
Note, that if CONFIG_NETDEVICES=n then CONFIG_PPP is undefined (instead of
being equal to "n") ...
> --- linux-vanilla/net/irda/irnet/Config.inM
>
> On Sun, 31 Dec 2000, Linus Torvalds wrote:
>
> > Ok. I didn't make 2.4.0 in 2000. Tough. I tried, but we had some
> > last-minute stuff that needed fixing (ie the dirty page lists etc), and
> > the best I can do is make a prerelease.
>
> I just compiled that one into a 1032 kB kernel, and i
> The 2.4.x kernel series obtains its /proc/pci device name data from a
> data file pci.ids. The file makes PCI device name generic enough that
> it may be used by multiple utilities -- the kernel, Martin Mares'
> pciutils, distro installers, etc. The attached patch, against kernel
> 2.2.18-pre9
>
> On Mon, 25 Sep 2000 11:07:58 +0200 (CEST),
> Andrzej Krzysztofowicz <[EMAIL PROTECTED]> wrote:
> >BTW, what do you think of idea making the pci.ids base modular ?
> >The module while loading should process the queue.
>
> Does the modules.pcimap file crea
>
> On Mon, 25 Sep 2000, Andrzej Krzysztofowicz wrote:
> > I mean moving the __init database compiled into kernel (based on pci.ids) to
> > a separate module, which would be responsible for on-demand updating of text
> > information (i.e. replacing VID:DID numbers with te
Hi,
I noticed the following change in the test9pre9 and doubt if it is
correct. Especially as Alan Cox rejected *identical* change for 2.2
arguing that in may break some architectures with non-byte based memory
addressing (especially ARM).
diff -uNr linux-test9pre8/drivers/net/3c505.c linux-t
"Dr. Kelsey Hudson wrote:"
> > Question is, is this still broken on -test9-final or did
> > the fix Linus merged earlier today get rid of your problems?
>
> Let me try this and find out...
>
> Hmm. I get an error when trying to run 'make xconfig':
>
> gmake[1]: Entering directory `/usr/src/lin
"p2 wrote:"
>
> Oops. I forgot the patch.
>
> diff -u --new-file -x *.o -x .* linux.old/drivers/net/pcmcia/Config.in
>linux/drivers/net/pcmcia/Config.in
> --- linux.old/drivers/net/pcmcia/Config.inSun Aug 13 19:21:20 2000
> +++ linux/drivers/net/pcmcia/Config.inSun Sep 24 19:02:1
Hi Alan,
Two patches for 2.2.18pre15 configuration follow.
1. I found two bugs in configuration utilities:
- Menuconfig doesn't ignore commented out "endmenu" commands (while
commented out "mainmenu_option" it does). I don't think it is
intentional... Especially as it breaks s390 architectu
Hi Linus,
Two patches for 2.4.0test9 configuration follow.
1. I found two bugs in configuration utilities:
- Menuconfig doesn't ignore commented out "endmenu" commands (while
commented out "mainmenu_option" it does). I don't think it is
intentional... Especially as it breaks s390 architectu
"[EMAIL PROTECTED] wrote:"
> * Use PCI DMA by default in IDE is unsafe (must not do so on via
>VPx, x < 3) (Vojtech Pavlik --- requires chipset tuning to be
>enabled according to Andre Hedrick --- we need to turn this on by
>default, if it is safe -- TYT)
Using PCI DM
"[EMAIL PROTECTED] wrote:"
[...]
> Yenta IRQ list 06f8, PCI irq11
> Socket status: 3006
> Intel PCIC probe: not found.
> 3c574_cs.c v1.08 9/24/98 Donald Becker/David Hinds, [EMAIL PROTECTED]
>
> At this point with 2.3.51 I get these lines:
>
> UMSDOS 0.86 (compatibility level 0.4, fast msdos
"Alan Cox wrote:"
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/
>
The .gz patch file still seems to have zero size.
Same mirrored :(
Andrzej
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo
"Kenn Humborg wrote:"
>
> Back in 2.2, we could use DHCP to auto-config the IP setup. In fact,
> the choice was DHCP, BOOTP or RARP.
>
> Now there is only BOOTP or RARP. What happened to DHCP support?
Nothing. It has been implemented in 2.2 very late and has never been ported
to 2.3/2.4 kerne
"Rik van Riel wrote:"
> total usage == maximum(swap, ram)
Does it mean that having swaphttp://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
"Andre Hedrick wrote:"
>
> Has arrived...
Where ?
Can't find it in ftp://ftp.kernel.org/pub/people/hedrick/
(nor on mirror sites).
--
===
Andrzej M. Krzysztofowicz [EMAIL PROTECTED]
phone (48)(58) 347 14 61
"Tomasz Sterna wrote:"
> I couldn't find a maintainer of the code, so I'm writing here.
>
> In kernel 2.4.1 in arch/i386/kernel/setup.c there is:
>
> --- arch/i386/kernel/setup.c
> struct resource standard_io_resources[] = {
> { "dma1", 0x00, 0x1f, IORESOURCE_BUSY },
> { "pic1",
Hi,
It looks like a not fully merged patch from Alan's tree:
drivers/net/net.o: In function `pcnet32_open':
drivers/net/net.o(.text+0x3bb9): undefined reference to `is_valid_ether_addr'
drivers/net/net.o: In function `pcnet32_probe1':
drivers/net/net.o(.text.init+0x5fa): undefined reference to
Hi,
While attempting to use pci=biosirq kernel parameter in 2.4.3pre6 (same
observed with ac20) I've got the following oops (manually rewritten) during
3c59x network adapter (compiled into kernel) initialization:
Unable to handle kernel paging request at virtual address dde5
printing eip
"[EMAIL PROTECTED] wrote:"
> msdos.c MINI_PARTITION underclared (first use in this function)
> msdos.c MINI_NR_SUBPARTITIONS' undeclared (first use in this function)
> check msdos.c msdos.h
> can not find MINI_PARTITION/MINI_NR_SUBPARTITIONS
Do you mean MINIX_PARTITION ?
^ !!!
1
"Luca Montecchiani wrote:"
> On 28 Dec 2000 I've just sent a similar patch but I never got a reply ;)
Same with me...
> The first part of the patch is a must for kernels that load scsi driver
> from initrd
Same with IDE ...
> Without these changes there is no way to boot loading modules from
>
"Wahlman, Petter wrote:"
> The problem still persist, even after marking the respective block with:
> badblocks -n -o /var/log/badblocks,
> and e2fsck -l /var/log/badblocks
> fsck is forced at boot, with the previously mentioned error:
>
> Jan 26 10:32:37 evil kernel: hda: read_intr: error=0x01
"Michael Pacey wrote:"
> Of course I should have said this is linux kernel 2.2.17, an IBM PS/2 9585,
> in-built 'IBM MCA' SCSI adapter and an AHA-1640 MCA card.
>
> I now realise that in 2.4 I can use scsihosts=ibmmca:aha1542, but have no
> info for 2.2.17.
>
> Sorry for the lack of info previou
"Wolfgang Wegner wrote:"
> > Given two host adapters each with 1 disk of ID 0, how do I tell Linux which
> > is sda and which sdb?
> [...]
> which leads me to the question:
> Is there any reason for the (IMHO stupid) "dynamic" naming of
> SCSI devices (in contrast to e.g. IDE devices or the "physi
Hi,
The following patch fixes aironet drivers. It contains
- fixed Config.in to disable non-working configurations (PNP without isapnp,
built-in ISA or I365)
- marked __init/__devinit/__devinitdata some initial code/variables
- disable (#if 0) currently unused function (awc4500_pnp_hw_reset)
-
>From kufel!root Sat May 19 23:39:35 2001
Return-Path:
Received: from kufel.UUCP (uucp@localhost)
by green.mif.pg.gda.pl (8.9.3/8.9.3) with UUCP id XAA02226
for green.mif.pg.gda.pl!ankry; Sat, 19 May 2001 23:39:35 +0200
Received: (from root@localhost)
by kufel.dom (8.9.3/
>
> On Sat, 19 May 2001 17:58:49 -0400,
> Jeff Garzik <[EMAIL PROTECTED]> wrote:
> >Finally, I don't know if I mentioned this earlier, but to be complete
> >and optimal, version strings should be a single variable 'version', such
> >that it can be passed directly to printk like
> >
> > print
Hi,
The following patch fixes ppc xconfig potential problem introduced in
2.4.5-pre4.
Andrzej
***
diff -uNr linux-2.4.5-pre4/arch/ppc/config.in linux-pre4/arch/ppc/config.in
--- linux-2.4.5-pre4/arch/ppc/config.in Mon May 21 03
"sebastien person wrote:"
> Is it bad to do the following call ?
>
> mod_timer(&timer, jiffies+(0.1*HZ));
Yes, it is bad. Don't use floating point in the kernel if you don't need.
> that might fire the timer 1/10 second later.
HZ/10 is much better ...
--
===
dom (8.9.3/8.9.3) id DAA02169
for ankry@green; Thu, 24 May 2001 03:03:30 +0200
Date: Thu, 24 May 2001 03:03:30 +0200
From: Andrzej Krzysztofowicz
Message-Id: <[EMAIL PROTECTED]>
To: kufel!green.mif.pg.gda.pl!ankry
Subject: 3com
Hi,
This version of 3Com network drivers patch contains
char *lance_names[] = {
+static char *lance_names[] __initdata = {
"Riebl-Card (without battery)",
"Riebl-Card (with battery)",
"PAM intern card"
@@ -357,7 +359,7 @@
Don't confuse with function name -- it stays from original code
> --- linux-244-ac11-clean/drivers/video/matrox/matroxfb_base.c Sat May 19 20:58:43
>2001
> +++ linux-244-ac11/drivers/video/matrox/matroxfb_base.c Sun May 20 23:55:24
>2001
> @@ -2483,7 +2483,7 @@
> return 0;
> }
>
> -static int __init initialized = 0;
> +static int __initdata in
> On Sat, 26 May 2001, J . A . Magallon wrote:
> > It does not begin to use swap in a growing fashion, it just appears
> > full in a moment.
>
> It gets _allocated_ in a moment, but things don't actually get
> swapped out. This isn't a problem.
>
> The real problem is that we don't actively recl
> Thanks for your impressive clean-up patch. I have a couple of comments
> regarding your clean-up of the dmfe.c driver.
Thanks for your response.
> On Thu, 24 May 2001, Andrzej Krzysztofowicz wrote:
>
> > @@ -395,7 +395,7 @@
> > u32 dev_rev, pci_pmr;
> >
Hi,
The following patch fixes compilation problems of
- zoran (drivers/media/video/zr36067.c)
- Compaq SMART2 disk array (drivers/block/cpqarray.c)
and possibly some others, when CONFIG_PROC_FS=n
Andrzej
***
diff -ur linux-
dom (8.9.3/8.9.3) id CAA02200
for green!ankry; Wed, 30 May 2001 02:07:43 +0200
Date: Wed, 30 May 2001 02:07:43 +0200
From: Andrzej Krzysztofowicz
Message-Id: <[EMAIL PROTECTED]>
To: kufel!green.mif.pg.gda.pl!ankry
Subject: alan.1
cox, jg, [EMAIL PROTECTED], [EMAIL PROTECTED]
Hi,
This p
"Arjan van de Ven wrote:"
> Anuradha Ratnaweera wrote:
> >
> > Recently, I posted a request here to send your .config files and I
> > received a good number of them. (thanks!).
> >
> > Now I want to generate even more different configurations, and a random
> > .config generator would be ideal. I
"Henning P. Schmiedehausen wrote:"
> Andrzej Krzysztofowicz <[EMAIL PROTECTED]> writes:
>
> >-static char name[4][IFNAMSIZ] = { "", "", "", "" };
>
> >+static char name[4][IFNAMSIZ];
>
> Ugh. Sure about that o
"Paul Gortmaker wrote:"
> Andrzej Krzysztofowicz wrote:
> >
> > The following patch fixes some ISA PnP #ifdefs (enable modular,
> > disable when non-available) for 3c509 and smc-ultra.
>
> > -#ifdef CONFIG_ISAPNP
> > +#if defined(CONFIG_ISAPNP
>
> > The following patch removes unnecessary #ifdefs from eexpress.c
>
> They are neccessary
Yes, you are right.
I was suggested by improper part of spinlock.h ...
Forget this patch.
> > @@ -643,9 +631,7 @@
> > eexp_hw_tx_pio(dev,data,length);
> > }
> > dev_kfree_skb(buf
> David Woodhouse wrote:
> >
> > [EMAIL PROTECTED] said:
> > > -#ifdef CONFIG_ISAPNP
> > > +#if defined(CONFIG_ISAPNP) || (defined(CONFIG_ISAPNP_MODULE) && defined(MODULE))
> >
> > The result here would be a 3c509 module which differs depending on whether
> > the ISAPNP module happened to be com
>
> Minor issue with bootsect.s.
1. bootsect.S is the source file
> The single instance of the lds assembly instruction includes the comment of
> ! ds:si is source
> ...
> seg fs
> lds si,(bx)! ds:si is source
> ...
> Is this comment not in reverse order (i.e should be lds
> dest,
Hi,
> This adds ISAPnP support to cs4232.c.
[...]
> diff -u -r1.10 cs4232.c
> --- drivers/sound/cs4232.c2001/05/27 18:06:09 1.10
> +++ drivers/sound/cs4232.c2001/06/01 17:26:52
[...]
> @@ -318,22 +325,92 @@
> static int __initdata mpuirq = -1;
> static int __initdata synthio
The following patch fixes some long udelay()s in aironet.c and saa9730.c
in the current kernel tree.
Andrzej
*** PATCH 5 ***
diff -uNr linux-2.4.5-ac4/drivers/net/aironet4500_card.c
linux/drivers/net/aironet4500_card.c
--- linux-2.4.5-ac4/dri
The following patch fixes some bogus comments in /drivers/net/*.c
Andrzej
*** PATCH 8 *
diff -uNr linux-2.4.5-ac4/drivers/net/3c501.c linux/drivers/net/3c501.c
--- linux-2.4.5-ac4/drivers/net/3c501.c Wed May 30 01:09:52 2001
+++ linux/driv
The following patch removes some zero initializers from statics
Andrzej
PATCH 9 *
diff -uNr linux-2.4.5-ac4/drivers/net/dmfe.c linux/drivers/net/dmfe.c
--- linux-2.4.5-ac4/drivers/net/dmfe.c Wed May 30 01:08:54 2001
+++ linux/drivers/net
Sorry, one fix against previous patch
Andrzej
--- drivers/net/wavelan.p.h~Wed May 30 02:43:16 2001
+++ drivers/net/wavelan.p.h Wed May 30 02:44:29 2001
@@ -705,9 +705,9 @@
MODULE_PARM(io, "1-4i");
MODULE_PARM(irq, "1-4i");
MODULE_PARM(name, "1-4c" __MODULE_STRING(IFNAMSIZ));
-MODULE_
"David Woodhouse wrote:"
>
> [EMAIL PROTECTED] said:
> > -#ifdef CONFIG_ISAPNP
> > +#if defined(CONFIG_ISAPNP) || (defined(CONFIG_ISAPNP_MODULE) && defined(MODULE))
>
> The result here would be a 3c509 module which differs depending on whether
> the ISAPNP module happened to be compiled at th
The following patch fixes network drivers configuration in some points:
- make sb1000 dependent on CONFIG_ISAPNP. It compiles without CONFIG_ISAPNP,
but will not work as the driver relies on ISA PnP board detection
- de620 does not support build-in configuration (dependency on "m" now).
It c
> On Wed, 13 Jun 2001, Daniel wrote:
> > MFM/RLL/XT/ESDI hard drive support
> > Does anyone still *have* an RLL drive that works? At the very least get rid
RLL ? Curently no. But I have a dosen of working ST225 with a dosen of ST11M
MFM controllers. Some of them ar\e still in use, mainly for boot
The following patch removes unnecessary #ifdefs from eexpress.c
Andrzej
** PATCH 6 ***
diff -uNr linux-2.4.5-ac4/drivers/net/eexpress.c linux/drivers/net/eexpress.c
--- linux-2.4.5-ac4/drivers/net/eexpress.c Wed May 30 01:08:54 2001
+++ l
> >Features I would like in the kernel:
> >1: Make the whole insmod-rmmod tingie a kernel internal so they could be
> >trigged before rootmount.
>
> How can you load modules into the kernel before root is mounted?
> No harddrive accessible means no modules.
initrd ?
It's quite popular feature a
Keith Owens wrote:
> On Thu, 28 Jun 2001 00:07:13 -0400,
> Jeff Garzik <[EMAIL PROTECTED]> wrote:
> >Steven Cole wrote:
> >> - dep_bool ' EISA, VLB, PCI and on board controllers' CONFIG_NET_PCI
> >> + dep_bool ' EISA, VLB, PCI and on board controllers' CONFIG_NET_PCI
>$CONFIG_PCI
> >
> >Se
>
> Also, I initially built ac13 with:
>
> make mrproper
> make menuconfig
>
> and it doesn't ask whether I want to build the normal USHI USB driver either as
> a module or builtin to the kernel, only whether I want to build the alternative
> USHI USB dirver (the JE driver). Make x
dom (8.9.3/8.9.3) id VAA00689
for ankry@green; Thu, 26 Apr 2001 21:20:17 +0200
Date: Thu, 26 Apr 2001 21:20:17 +0200
From: Andrzej Krzysztofowicz
Message-Id: <[EMAIL PROTECTED]>
To: kufel!green.mif.pg.gda.pl!ankry
Subject: stat
Alan, Linus, lk, [EMAIL PROTECTED]
Hi,
The following p
Hi,
The following patch add more disk devices to the SysRq sync list (in both:
-pre and -ac trees). Were the extra IDE devices intentionally omitted here?
BTW, it would be probably nice to add some mon-x86 disk devices here...
Andrzej
diff -uNr drivers/char/sysrq.c~ drivers/char/sysrq.c
---
>
> Note that I think all these arguments are fairly bogus. Doing things like
> "dump" on a live filesystem is stupid and dangerous (in my opinion it is
> stupid and dangerous to use "dump" at _all_, but that's a whole 'nother
> discussion in itself), and there really are no valid uses for openi
"Matthias Andree wrote:"
> On Fri, 27 Apr 2001, David S. Miller wrote:
> > Your configuration seems impossible, somehow the config system allowed
> > you to set CONFIG_IP_NF_COMPAT_IPCHAINS without setting
> > CONFIG_IP_NF_CONNTRACK.
Just quick look at net/ipv4/netfilter/Config.in explains everyt
Are you sure that the arguments of the following casting
> + return le16_to_cpu(*(u16 *)p);
> + return be16_to_cpu(*(u16 *)p);
> + return le32_to_cpu(*(u32 *)p);
> + return be32_to_cpu(*(u32 *)p);
are properly aligned ?
I did not revise the code to check it, but AFAIK imprope
> To show the problem do:
>
> make xconfig ARCH=ppc
>
> in the "Platform support" menu "Processor Type" select "8xx" then close
> the subminue with "MainMenu"
>
> now select "Save and Exit"
>
> This produces the following error messages:
>
> ERROR - Attempting to write value for unconfigured
"george anzinger wrote:"
> To show the problem do:
>
> make xconfig ARCH=ppc
>
> in the "Platform support" menu "Processor Type" select "8xx" then close
> the subminue with "MainMenu"
>
> now select "Save and Exit"
>
> This produces the following error messages:
>
> ERROR - Attempting to writ
Hi,
The following one-liner patch fixes the problem in menuconfig with
handling choice lists containing parentheses (in 2.4.4-ac4 and 2.4.5-pre1).
Please apply...
--- scripts/Menuconfig~ Mon Nov 13 23:14:29 2000
+++ scripts/Menuconfig Thu May 3 19:45:25 2001
@@ -347,7 +347,7 @@
ec
> This oops happens when I run "rmmod cdrom" on a 2.4.4-ac4 kernel with
> CONFIG_SYSCTL enabled. It doesn't happen if CONFIG_SYSCTL is disabled.
>
> sr_mod isn't loaded at this point. Reference to sd_mod looks weird. After
> this oops the "cdrom" module remains in memory in the "deleted" state.
Hi,
I think this patch requires no comment.
diff -ur linux-2.4.4-ac5/fs/nls/nls_koi8-u.c linux/fs/nls/nls_koi8-u.c
--- linux-2.4.4-ac5/fs/nls/nls_koi8-u.c Sat May 5 11:30:21 2001
+++ linux/fs/nls/nls_koi8-u.c Sun May 6 01:03:37 2001
@@ -141,6 +141,7 @@
0xd2, 0xd3, 0xd4, 0xd5, 0xc6,
Hi,
The following patch fixes a bug in UTF8->CP1255 translation.
--- linux-2.4.4-ac5/fs/nls/nls_cp1255.c Sat Apr 28 20:35:03 2001
+++ linux/fs/nls/nls_cp1255.c Sun May 6 22:33:19 2001
@@ -254,7 +254,7 @@
};
static unsigned char *page_uni2charset[256] = {
- page00, NULL, NULL,
Hi,
The following patch removed unused and broken conversion table from
nls_iso8859-13.c.
--- linux-2.4.4-ac5/fs/nls/nls_iso8859-13.c Sat Apr 28 20:35:03 2001
+++ linux/fs/nls/nls_iso8859-13.c Sun May 6 22:42:19 2001
@@ -149,35 +149,6 @@
0x00, 0xca, 0xea, 0xdd, 0xfd, 0xde,
1 - 100 of 113 matches
Mail list logo