home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / kernel-s / v1.2 / linux-1.001 / linux-1.2.13-cdu31a-autoconf.diff
Text File  |  1995-08-03  |  640b  |  14 lines

  1. diff -u --recursive --new-file linux.orig/drivers/block/cdu31a.c linux/drivers/block/cdu31a.c
  2. --- linux.orig/drivers/block/cdu31a.c    Mon Mar  6 03:22:09 1995
  3. +++ linux/drivers/block/cdu31a.c    Thu Aug  3 22:54:43 1995
  4. @@ -203,7 +203,8 @@
  5.                                     0 means don't use) */
  6.  } cdu31a_addresses[] =
  7.  {
  8. -#if 0    /* No autoconfig any more. See Note at beginning
  9. +#define CONFIG 1 /* Autoconfig turned back on for Slackware */
  10. +#ifdef CONFIG     /* No autoconfig any more. See Note at beginning
  11.         of this file. */
  12.     { 0x340,     0 },    /* Standard configuration Sony Interface */
  13.     { 0x1f88,    0 },    /* Fusion CD-16 */
  14.