Messages in this thread Patch in this message |  | | From | Pete Harlan <> | Subject | Patch for "Config.in Broken" | Date | Thu, 19 Sep 1996 00:24:14 -0500 (CDT) |
| |
So how about xconfig's "Config.in Broken" message, huh? It looks dopey, so here's a (too?) simple patch to make it go away.
This works for me, but perhaps someone who knows what they're doing can do a better job.
Welcome to My First Patch (new from Kenner),
Pete Harlan pete@mymenus.com
====================================================================
--- v2.0.20/linux/drivers/sound/configure.c Sun Aug 25 15:37:52 1996 +++ linux/drivers/sound/configure.c Thu Sep 19 00:00:33 1996 @@ -735,11 +735,13 @@ * IRQ and DMA settings */ +#if 0 /* Disable AEDSP16 until it's fully supported. */ ask_int_choice (B (OPT_AEDSP16), "AEDSP16_BASE", "I/O base for Audio Excel DSP 16", FMT_HEX, 0x220, "220 or 240"); +#endif ask_int_choice (B (OPT_SB), "SBC_BASE", "I/O base for SB",
|  |