- 06 Dec, 2002 2 commits
-
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/pnp-2.5
-
Adam Belay authored
This trivial patch updates the gameport driver to the new id scheme.
-
- 05 Dec, 2002 38 commits
-
-
Adam Belay authored
I forgot the errno.h. Without this patch, things may not compile when pnp support or pnp card support is disabled. Hope you had a good trip. I noticed a small mistake in pnp 0.93 and I have a fix for it.
-
Adam Belay authored
Attached is a patch, that updates the 2.5.50 to the latest pnp version. It includes all 9 of the previously submitted patches. Highlights are as follows: -PnP BIOS fixes -Several new macros -PnP Card Services -Various bug fixes -more drivers converted to the new APIs
-
Pavel Machek authored
This simplifies logic in acpi_wakeup.S by putting code and data into same segment. Plus it kills off-by-3 bug and uses constant instead of hardcoded value.
-
Pavel Machek authored
When kernel becomes too big, table allocated in acpi.c is no longer big enough and machine crashes during acpi_wakeup.S... This fixes it and adds safety check for acpi_wakeup's code size.
-
Pavel Machek authored
This adds basic support to md.c.
-
Pavel Machek authored
This makes swsusp 64bit compatible, and makes it work in case of two mirrors of physical memory (x86-64 works like that). It also contains few accumulated cleanups.
-
Pavel Machek authored
swsusp: Move loop variables into assembly, where they are used.
-
Pavel Machek authored
This moves CONFIG_SOFTWARE_SUSPEND where it belongs, and makes ACPI_SLEEP depend on it to prevent compile problems.
-
Tigran Aivazian authored
From: Chris Wilson <chris@qwirx.com> If the call to devfs_register() fails, then the driver does not deregister its misc device before returning an error. This should fix it.
-
Rusty Russell authored
From: william stinson <wstinson@wanadoo.fr> 1) removes one call to check_region 2) uses request_region instead 3) calls release_region in case of driver initialisation error later on
-
Rusty Russell authored
From: Michael Still <mikal@stillhq.com>
-
Rusty Russell authored
[ Return error from misc_register-002-002, not some random value ] From: Michael Still <mikal@stillhq.com>
-
Rusty Russell authored
From: Paul <set@pobox.com>
-
Rusty Russell authored
From: Brad Hards <bhards@bigpond.net.au>
-
Rusty Russell authored
From: Stephen Rothwell <sfr@canb.auug.org.au> Every definition if sigmask() was the same. In one case it was mutilply defined for the arm architecture. This patch removes all the architecture defines of sigmask and moves the generic define from the protection of __HAVE_ARCH_SIG_BITOPS.
-
Rusty Russell authored
From: Greg Ungerer <gerg@moreton.com.au>
-
Rusty Russell authored
From: Brad Hards <bhards@bigpond.net.au>
-
Rusty Russell authored
From: Marcus Alanen <maalanen@ra.abo.fi> The freeall label already does the kfree(dev->priv)
-
Rusty Russell authored
From: Greg Ungerer <gerg@moreton.com.au> Put in missing Makefile var bracket in 68328 processor support.
-
Rusty Russell authored
From: Marcus Alanen <maalanen@ra.abo.fi> On error we don't release the previously allocated struct mii_phy:s
-
Rusty Russell authored
From: Greg Ungerer <gerg@moreton.com.au>
-
Rusty Russell authored
From: Michael Still <mikal@stillhq.com>
-
Rusty Russell authored
From: Ryan Bradetich <rbradetich@uswest.net>
-
Rusty Russell authored
From: Brad Hards <bhards@bigpond.net.au>
-
Rusty Russell authored
From: Brad Hards <bhards@bigpond.net.au>
-
Rusty Russell authored
From: Marcus Alanen <maalanen@ra.abo.fi> As far as I can see, setup_arg_pages code is hosed for the ARCH_STACK_GROWSUP case, completely wrong types... Does any arch even use this?
-
Rusty Russell authored
From: Greg Ungerer <gerg@moreton.com.au> Add the new kernel_stat struct offset to the audo-generated offsets for arch/m68knommu/kernel/asm-offsets.c.
-
Rusty Russell authored
From: Gerd Knorr <kraxel@bytesex.org> This adds the missing video-buf.o module to the module list if CONFIG_VIDEO_SAA7134 is enabled.
-
Rusty Russell authored
From: Gerd Knorr <kraxel@bytesex.org>
-
Rusty Russell authored
From: Michael Still <mikal@stillhq.com>
-
Rusty Russell authored
(Included in 2.4) From: Christopher Hoover <ch@hpl.hp.com> The #ifdef MODULE is just wrong, but both #ifdef/#endif's can be deleted as the code is surround by a wider #ifdef CONFIG_VIDEO_PROC_FS/#endif.
-
Rusty Russell authored
From: Michael Still <mikal@stillhq.com>
-
Rusty Russell authored
From: Michael Still <mikal@stillhq.com>
-
Rusty Russell authored
From: Marcus Alanen <maalanen@ra.abo.fi>
-
Rusty Russell authored
From: william stinson <wstinson@wanadoo.fr>
-
Rusty Russell authored
From: william stinson <wstinson@wanadoo.fr> 1) remove one call to check_region using request_region instead 2) release allocated region resource in case of error.
-
Rusty Russell authored
From: Tommi Virtanen <tv@debian.org> timer_exit() isn't a public function, and doesn't even exist in 2.5. 2.4 calls it internally after timers. It seems timer users need not do anything special.
-
Rusty Russell authored
From: Marcus Alanen <maalanen@ra.abo.fi>
-