Hello pnp-users,
I am new to this list, and new to the pnp driver. I tried to patch RedHat 5.2
(2.0.36) with the 2.0.33 patch with pnp 0.3a
The following was my only reject file: /usr/src/linux/init/main.c.rej
***************
*** 281,287 ****
const char *str;
void (*setup_func)(char *, int *);
} bootsetups[] = {
{ "reserve=", reserve_setup },
{ "profile=", profile_setup },
#ifdef CONFIG_BLK_DEV_RAM
{ "ramdisk_start=", ramdisk_start_setup },
--- 289,299 ----
const char *str;
void (*setup_func)(char *, int *);
} bootsetups[] = {
+ #ifndef CONFIG_KERNEL_PNP_RESOURCE
{ "reserve=", reserve_setup },
+ #else
+ { "reserve=", pnp_reserve_setup },
+ #endif
{ "profile=", profile_setup },
#ifdef CONFIG_BLK_DEV_RAM
{ "ramdisk_start=", ramdisk_start_setup },
EOF
I am slightly familiar with diff and have built a kernel before, but am still
relatively new to linux. Does anyone know what parts of main.c I need to
change?
TIA for any pointers. I have not read through all of the help files, I figured
I'd blast of a quick e-mail before heading into work and having 9 hours before I
can work on this again ;)
--
// [EMAIL PROTECTED] -=- This sig footer was last updated Jan 01 1999 -=- \\
| Nathan Grass http://home.dreamhaven.net/zaz/ |
| Employer: Metamor ITS http://www.metamor-its.com/ |
\\ -=- Unless otherwise noted, expressed views are my opinions. -=- //