Author: vorlon Date: Sun May 13 07:58:45 2007 New Revision: 8575 Modified: dists/sid/linux-2.6/debian/arch/alpha/config dists/sid/linux-2.6/debian/changelog Log: Disable drivers wd7000, aha1542, ni65, ni52, lance, cs89x0, 3c515, and 3c505; although there are alpha machines with support for ISA, the kernel currently does not support ISA on alpha, so these drivers were already broken on alpha in 2.6.18 and no one has complained. If someone shows up who is still using ISA, we can look into re-enabling these at that point.
Modified: dists/sid/linux-2.6/debian/arch/alpha/config ============================================================================== --- dists/sid/linux-2.6/debian/arch/alpha/config (original) +++ dists/sid/linux-2.6/debian/arch/alpha/config Sun May 13 07:58:45 2007 @@ -241,6 +241,8 @@ # CONFIG_IDEDMA_IVB is not set CONFIG_IDEDMA_AUTO=y # CONFIG_BLK_DEV_HD is not set +# CONFIG_SCSI_7000FASST is not set +# CONFIG_SCSI_AHA1542 is not set CONFIG_AIC7XXX_CMDS_PER_DEVICE=8 CONFIG_SCSI_IN2000=m CONFIG_SCSI_ARCMSR=m @@ -491,21 +493,21 @@ CONFIG_NET_VENDOR_3COM=y CONFIG_EL1=m CONFIG_EL2=m -CONFIG_ELPLUS=m +# CONFIG_ELPLUS is not set CONFIG_EL16=m CONFIG_EL3=m -CONFIG_3C515=m +# CONFIG_3C515 is not set CONFIG_VORTEX=m CONFIG_TYPHOON=m -CONFIG_LANCE=m +# CONFIG_LANCE is not set CONFIG_NET_VENDOR_SMC=y CONFIG_WD80x3=m CONFIG_ULTRA=m CONFIG_ULTRA32=m CONFIG_SMC9194=m CONFIG_NET_VENDOR_RACAL=y -CONFIG_NI52=m -CONFIG_NI65=m +# CONFIG_NI52 is not set +# CONFIG_NI65 is not set CONFIG_NET_TULIP=y CONFIG_DE2104X=m CONFIG_TULIP=m @@ -538,7 +540,7 @@ CONFIG_APRICOT=m CONFIG_B44=m CONFIG_FORCEDETH=m -CONFIG_CS89x0=m +# CONFIG_CS89x0 is not set CONFIG_EEPRO100=m CONFIG_E100=m CONFIG_LNE390=m Modified: dists/sid/linux-2.6/debian/changelog ============================================================================== --- dists/sid/linux-2.6/debian/changelog (original) +++ dists/sid/linux-2.6/debian/changelog Sun May 13 07:58:45 2007 @@ -1,8 +1,14 @@ linux-2.6 (2.6.20-4) UNRELEASED; urgency=low * [alpha] Revert change to disable image building on alpha. + * [alpha] Disable drivers wd7000, aha1542, ni65, ni52, lance, cs89x0, + 3c515, and 3c505; although there are alpha machines with support for + ISA, the kernel currently does not support ISA on alpha, so these + drivers were already broken on alpha in 2.6.18 and no one has + complained. If someone shows up who is still using ISA, we can look + into re-enabling these at that point. - -- Steve Langasek <[EMAIL PROTECTED]> Sun, 13 May 2007 00:25:23 -0700 + -- Steve Langasek <[EMAIL PROTECTED]> Sun, 13 May 2007 00:48:31 -0700 linux-2.6 (2.6.20-3) unstable; urgency=low _______________________________________________ Kernel-svn-changes mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

