• Alan Cox's avatar
    [PATCH] PCI quirks update · 236561e5
    Alan Cox authored
    This fixes two things
    
    Firstly someone mistakenly used "errata" for the singular.  This causes
    Dave Woodhouse to emit diagnostics whenever the string is read, and so
    should be fixed.
    
    Secondly the AMD AGP tunnel has an erratum which causes hangs if you try
    and do direct PCI to AGP transfers in some cases.  We have a flag for
    PCI/PCI failures but we need a different flag for this really as in this
    case we don't want to stop PCI/PCI transfers using things like IOAT and the
    new RAID offload work.
    
    I'll post some updates to make proper use of the PCIAGP flag in the
    media/video drivers to Mauro.
    Signed-off-by: default avatarAlan Cox <alan@redhat.com>
    Cc: David Woodhouse <dwmw2@infradead.org>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    236561e5
quirks.c 60.3 KB