https://github.com/torvalds/linux
Revision abc368a17c00b3c7837498cdb4e166cfdeefbe98 authored by Stephen Hemminger on 14 May 2007, 19:38:10 UTC, committed by Jeff Garzik on 18 May 2007, 00:43:13 UTC
The problems with Gigabyte motherboards are system configuration dependent.
Since it works fine for some users, it doesn't make sense to deprive
them.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
1 parent 0479ea0
Raw File
Tip revision: abc368a17c00b3c7837498cdb4e166cfdeefbe98 authored by Stephen Hemminger on 14 May 2007, 19:38:10 UTC
sky2: remove Gigabyte 88e8056 restriction
Tip revision: abc368a
.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
*.so
*.mod.c
*.i
*.lst
*.symtypes

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

#
# Generated include files
#
include/asm
include/asm-*/asm-offsets.h
include/config
include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h
include/linux/utsrelease.h

# stgit generated dirs
patches-*

# quilt's files
patches
series

# cscope files
cscope.*
back to top