https://github.com/torvalds/linux
Revision 02f313b2cc5d8273e3f2ffa23fc72392b2174cef authored by Meelis Roos on 29 October 2005, 10:31:49 UTC, committed by Greg Kroah-Hartman on 11 November 2005, 00:09:16 UTC
The quirk names for VIA 686 are mistyped in 2.6.14 (686 vs 868). S3 868
influence? :) Here is a patch to correct them.

Signed-off-by: Meelis Roos <mroos@linux.ee>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
1 parent 8239def
Raw File
Tip revision: 02f313b2cc5d8273e3f2ffa23fc72392b2174cef authored by Meelis Roos on 29 October 2005, 10:31:49 UTC
[PATCH] PCI: Fix VIA 686 PCI quirk names
Tip revision: 02f313b
.gitignore
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
.*
*.o
*.a
*.s
*.ko
*.mod.c

#
# Top-level generic files
#
vmlinux*
System.map
Module.symvers

#
# Generated include files
#
include/asm
include/config
include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h

back to top