home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / kernel-s / v1.3 / cdu31a-1.3 / cdu31a-1
Text File  |  1994-01-02  |  753b  |  22 lines

  1. --- linux/drivers/block/cdu31a.c.orig    Sun Jan  2 00:14:17 1994
  2. +++ linux/drivers/block/cdu31a.c    Sun Jan  2 00:16:47 1994
  3. @@ -214,7 +214,8 @@
  4.                                     0 means don't use) */
  5.  } cdu31a_addresses[] =
  6.  {
  7. -#if 0    /* No autoconfig any more. See Note at beginning
  8. +/* Autoconfig reactivated for Slackware's kernel versions */
  9. +/* #if 0    /* No autoconfig any more. See Note at beginning
  10.         of this file. */
  11.     { 0x340,     0 },    /* Standard configuration Sony Interface */
  12.     { 0x1f88,    0 },    /* Fusion CD-16 */
  13. @@ -224,7 +225,7 @@
  14.     { 0x330,     0 },    /* Secondary standard Sony Interface */
  15.     { 0x634,     0 },    /* Sound FX SC400 */
  16.     { 0x654,     0 },    /* Sound FX SC400 */
  17. -#endif
  18. +/* #endif */
  19.     { 0 }
  20.  };
  21.  
  22.