> > Index: linux-2.6.22-rc4-mm2/arch/x86_64/Kconfig > > =================================================================== > > --- linux-2.6.22-rc4-mm2.orig/arch/x86_64/Kconfig 2007-06-18 > > 15:45:08.000000000 -0700 > > +++ linux-2.6.22-rc4-mm2/arch/x86_64/Kconfig 2007-06-18 > > 15:45:09.000000000 -0700 > > @@ -752,6 +752,16 @@ > > all the OS visible memory. Hence the driver can continue > > to use physical addresses for DMA. > > > > +config DMAR_FLPY_WA > > FLOPPY is spelled "FLOPPY"!
Also this shouldn't be a user visible config. The floppy driver should just do this transparently when loaded and undo when unloaded. Otherwise it would be a CONFIG_MAKE_MY_FLOPPY_WORK which is just not very nice. -Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

