2003-07-05 15:56:21

by Alan

[permalink] [raw]
Subject: PATCH: Fix DMI missing string in -bk2 snapshot


(Now Jeff has snapshots I can fix these things - thanks Jeff)


--- ../linux.22-pre2-ac1/include/asm-i386/system.h 2003-07-01 21:18:35.000000000 +0100
+++ include/asm-i386/system.h 2003-07-05 17:03:32.000000000 +0100
@@ -375,5 +373,6 @@

#define BROKEN_ACPI_Sx 0x0001
#define BROKEN_INIT_AFTER_S1 0x0002
+#define BROKEN_PNP_BIOS 0x0004

#endif


2003-07-05 16:28:39

by Marcelo Tosatti

[permalink] [raw]
Subject: Re: PATCH: Fix DMI missing string in -bk2 snapshot


Just did that by hand 5 minutes ago. :)

On Sat, 5 Jul 2003, Alan Cox wrote:

>
> (Now Jeff has snapshots I can fix these things - thanks Jeff)
>
>
> --- ../linux.22-pre2-ac1/include/asm-i386/system.h 2003-07-01 21:18:35.000000000 +0100
> +++ include/asm-i386/system.h 2003-07-05 17:03:32.000000000 +0100
> @@ -375,5 +373,6 @@
>
> #define BROKEN_ACPI_Sx 0x0001
> #define BROKEN_INIT_AFTER_S1 0x0002
> +#define BROKEN_PNP_BIOS 0x0004
>
> #endif
>

2003-07-05 16:29:18

by Jeff Garzik

[permalink] [raw]
Subject: Re: PATCH: Fix DMI missing string in -bk2 snapshot

Alan Cox wrote:
> (Now Jeff has snapshots I can fix these things - thanks Jeff)


Note that I screwed up the version number on the Makefile, and so, I
recreated the snapshots from scratch.

2.4.21-bk1 is out there, freshly generated... and it supercedes the
previous 2.4.21-bk[12]. Apologies for any confusion, this should be a
one-time thing.

Jeff