#DPATCHLEVEL=0 This patch is just autogenerated stuff, do not hack directly on it. Regenerate with: autoreconf -fis find -name autom4te.cache | xargs rm -rf --- i386/linux/configure 2006-02-01 22:58:08.000000000 +0200 +++ i386/linux/configure 2006-04-02 16:09:45.000000000 +0300 @@ -839,6 +839,7 @@ Optional Features: --enable-epic100 enable driver alias epic100 for epic --enable-floppy enable driver floppy --enable-ide enable driver ide + --enable-ide-forcedma enable forced use of DMA on IDE --enable-advansys enable driver advansys --enable-BusLogic enable driver alias BusLogic for buslogic --enable-buslogic enable driver buslogic @@ -920,6 +921,7 @@ Optional Features: --enable-elplus enable driver elplus --enable-de600 enable driver de600 --enable-de620 enable driver de620 + --enable-sis900 enable driver sis900 --enable-sk_g16 enable driver alias sk_g16 for skg16 --enable-skg16 enable driver skg16 --enable-ni52 enable driver ni52 @@ -2003,6 +2005,17 @@ fi fi; +# Check whether --enable-ide-forcedma or --disable-ide-forcedma was given. +if test "${enable_ide_forcedma+set}" = set; then + enableval="$enable_ide_forcedma" + test x"$enableval" = xno || + +cat >>confdefs.h <<\_ACEOF +#define CONFIG_BLK_DEV_FORCE_DMA 1 +_ACEOF + +fi; + @@ -3891,6 +3904,33 @@ fi; + +# Checking for device driver option sis900 +# Check whether --enable-sis900 or --disable-sis900 was given. +if test "${enable_sis900+set}" = set; then + enableval="$enable_sis900" + +if test "x$enableval" != xno; then + +cat >>confdefs.h <<\_ACEOF +#define CONFIG_SIS900 1 +_ACEOF + +device_drivers="$device_drivers sis900.o" +if test "${driver_class_net_selected+set}" != set; then + driver_class_net_selected=yes + cat >>confdefs.h <<_ACEOF +#define $driver_class_net_option 1 +_ACEOF + + device_drivers="$device_drivers $driver_class_net_files" +fi +fi + +fi; + + + # Checking for alias sk_g16 # Check whether --enable-sk_g16 or --disable-sk_g16 was given. if test "${enable_sk_g16+set}" = set; then --- i386/linux/device-drivers.h.in 2006-02-01 22:58:08.000000000 +0200 +++ i386/linux/device-drivers.h.in 2006-04-02 16:09:46.000000000 +0300 @@ -18,6 +18,9 @@ /* floppy */ #undef CONFIG_BLK_DEV_FD +/* Force DMA on IDE block devices */ +#undef CONFIG_BLK_DEV_FORCE_DMA + /* ide */ #undef CONFIG_BLK_DEV_IDE @@ -228,6 +231,9 @@ /* seeq8005 */ #undef CONFIG_SEEQ8005 +/* sis900 */ +#undef CONFIG_SIS900 + /* skg16 */ #undef CONFIG_SK_G16