[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#717645: linux-image-3.10-1-amd64: I cannot compile the NVIDIA display driver from its source.



Package: src:linux
Version: 3.10.1-1
Severity: important

Dear Maintainer,

As I did many times before I downloaded the a NVIDIA graphics
driver and compiled it. With this kernel the compile fails. 
It seems to be noted upstream as well, I think the upstream patches
should be included in Debian as well.

I tried 3 NVIDIA driver versions (
NVIDIA-Linux-x86_64-310.32.run
NVIDIA-Linux-x86_64-319.17.run
NVIDIA-Linux-x86_64-325.08.run)

All have this problem.

Below the installer LOG file

nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Tue Jul 23 11:53:55 2013
installer version: 319.17

PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

nvidia-installer command line:
    ./nvidia-installer

Using: nvidia-installer ncurses user interface
-> License accepted.
-> Installing NVIDIA driver version 319.17.
-> There appears to already be a driver installed on your system (version: 319.32).  As part of installing this driver (version: 319.17), the existing driver will be uninstalled.  Are you sure you want to continue? ('no' will abort installation) (Answer: Yes)
-> Performing CC sanity check with CC="cc".
-> The CC version check failed:

The compiler used to compile the kernel (gcc 4.7) does not exactly match the current compiler (gcc 4.8).  The Linux 2.6 kernel module loader rejects kernel modules built with a version of gcc that does not exactly match that of the compiler used to build the running kernel.

If you know what you are doing and want to ignore the gcc version check, select "No" to continue installation.  Otherwise, select "Yes" to abort installation, set the CC environment variable to the name of the compiler used to compile your kernel, and restart installation.  Abort now? (Answer: No)
-> Kernel source path: '/lib/modules/3.10-1-amd64/source'
-> Kernel output path: '/lib/modules/3.10-1-amd64/build'
-> Performing rivafb check.
-> Performing nvidiafb check.
-> Performing Xen check.
-> Cleaning kernel module build directory.
   executing: 'cd ./kernel; make clean'...
-> Building kernel module:
   executing: 'cd ./kernel; make module SYSSRC=/lib/modules/3.10-1-amd64/source SYSOUT=/lib/modules/3.10-1-amd64/build'...
   NVIDIA: calling KBUILD...
   make -C /lib/modules/3.10-1-amd64/build \
   	KBUILD_SRC=/usr/src/linux-headers-3.10-1-common \
   	KBUILD_EXTMOD="/tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel" -f /usr/src/linux-headers-3.10-1-common/Makefile \
   	modules
   test -e include/generated/autoconf.h -a -e include/config/auto.conf || (		\
   	echo >&2;							\
   	echo >&2 "  ERROR: Kernel configuration is invalid.";		\
   	echo >&2 "         include/generated/autoconf.h or include/config/auto.conf are missing.";\
   	echo >&2 "         Run 'make oldconfig && make prepare' on kernel src to fix it.";	\
   	echo >&2 ;							\
   	/bin/false)
   mkdir -p /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/.tmp_versions ; rm -f /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/.tmp_versions/*
   make -f /usr/src/linux-headers-3.10-1-common/scripts/Makefile.build obj=/tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel
     cc -Wp,-MD,/tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/.nv.o.d  -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.10-1-common/arch/x86/include -Iarch/x86/include/generated  -I/usr/src/linux-headers-3.10-1-common/include -Iinclude -I/usr/src/linux-headers-3.10-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.10-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.10-1-common/include/linux/kconfig.h   -I/tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -Os -Wno-maybe-uninitialized -m64 -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -
 DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow 
   -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO   -I/tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"319.17\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -D__linux__  -DMODULE  -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/.tmp_nv.o /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv.c
   In file included from /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/bitops.h:514:0,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/bitops.h:22,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/kernel.h:10,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/sched.h:15,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/utsname.h:5,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-linux.h:44,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv.c:13:
   /usr/src/linux-headers-3.10-1-common/include/linux/bitops.h: In function ‘hweight_long’:
   /usr/src/linux-headers-3.10-1-common/include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
    #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))
                                                                         ^
   /usr/src/linux-headers-3.10-1-common/include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’
     return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
                                            ^
   In file included from /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/cpumask.h:4:0,
                    from /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/msr.h:10,
                    from /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/processor.h:20,
                    from /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/thread_info.h:22,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/thread_info.h:54,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/preempt.h:9,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/spinlock.h:50,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/seqlock.h:29,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/time.h:5,
                    from /usr/src/linux-headers-3.10-1-common/include/uapi/linux/timex.h:56,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/timex.h:56,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/sched.h:17,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/utsname.h:5,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-linux.h:44,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv.c:13:
   /usr/src/linux-headers-3.10-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’:
   /usr/src/linux-headers-3.10-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
     int len = nl ? nl - buf : strlen(buf);
                             ^
   In file included from /usr/src/linux-headers-3.10-1-common/include/uapi/linux/stddef.h:1:0,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/stddef.h:4,
                    from /usr/src/linux-headers-3.10-1-common/include/uapi/linux/posix_types.h:4,
                    from /usr/src/linux-headers-3.10-1-common/include/uapi/linux/types.h:13,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/types.h:5,
                    from /usr/src/linux-headers-3.10-1-common/include/uapi/linux/capability.h:16,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/capability.h:15,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/sched.h:13,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/utsname.h:5,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-linux.h:44,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv.c:13:
   /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’:
   /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (likely(sz == -1 || sz >= n))
                               ^
   /usr/src/linux-headers-3.10-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’
    # define likely(x) __builtin_expect(!!(x), 1)
                                           ^
     cc -Wp,-MD,/tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/.nv-acpi.o.d  -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.10-1-common/arch/x86/include -Iarch/x86/include/generated  -I/usr/src/linux-headers-3.10-1-common/include -Iinclude -I/usr/src/linux-headers-3.10-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.10-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.10-1-common/include/linux/kconfig.h   -I/tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -Os -Wno-maybe-uninitialized -m64 -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAM
 E=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2
   =1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO   -I/tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"319.17\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -D__linux__  -DMODULE  -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_acpi)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/.tmp_nv-acpi.o /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-acpi.c
   In file included from /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/bitops.h:514:0,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/bitops.h:22,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/kernel.h:10,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/sched.h:15,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/utsname.h:5,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-linux.h:44,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-acpi.c:15:
   /usr/src/linux-headers-3.10-1-common/include/linux/bitops.h: In function ‘hweight_long’:
   /usr/src/linux-headers-3.10-1-common/include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
    #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))
                                                                         ^
   /usr/src/linux-headers-3.10-1-common/include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’
     return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
                                            ^
   In file included from /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/cpumask.h:4:0,
                    from /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/msr.h:10,
                    from /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/processor.h:20,
                    from /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/thread_info.h:22,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/thread_info.h:54,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/preempt.h:9,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/spinlock.h:50,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/seqlock.h:29,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/time.h:5,
                    from /usr/src/linux-headers-3.10-1-common/include/uapi/linux/timex.h:56,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/timex.h:56,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/sched.h:17,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/utsname.h:5,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-linux.h:44,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-acpi.c:15:
   /usr/src/linux-headers-3.10-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’:
   /usr/src/linux-headers-3.10-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
     int len = nl ? nl - buf : strlen(buf);
                             ^
   In file included from /usr/src/linux-headers-3.10-1-common/include/uapi/linux/stddef.h:1:0,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/stddef.h:4,
                    from /usr/src/linux-headers-3.10-1-common/include/uapi/linux/posix_types.h:4,
                    from /usr/src/linux-headers-3.10-1-common/include/uapi/linux/types.h:13,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/types.h:5,
                    from /usr/src/linux-headers-3.10-1-common/include/uapi/linux/capability.h:16,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/capability.h:15,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/sched.h:13,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/utsname.h:5,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-linux.h:44,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-acpi.c:15:
   /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’:
   /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (likely(sz == -1 || sz >= n))
                               ^
   /usr/src/linux-headers-3.10-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’
    # define likely(x) __builtin_expect(!!(x), 1)
                                           ^
   /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-acpi.c: At top level:
   /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-acpi.c:70:9: warning: initialization from incompatible pointer type [enabled by default]
            .remove = nv_acpi_remove,
            ^
   /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-acpi.c:70:9: warning: (near initialization for ‘nv_acpi_driver_template.ops.remove’) [enabled by default]
     cc -Wp,-MD,/tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/.nv-chrdev.o.d  -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.10-1-common/arch/x86/include -Iarch/x86/include/generated  -I/usr/src/linux-headers-3.10-1-common/include -Iinclude -I/usr/src/linux-headers-3.10-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.10-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.10-1-common/include/linux/kconf
   ig.h   -I/tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -Os -Wno-maybe-uninitialized -m64 -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO   -I/tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VE
 RSION_STRING=\"319.17\" -Wno-unused-f
   unction -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -D__linux__  -DMODULE  -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_chrdev)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/.tmp_nv-chrdev.o /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-chrdev.c
   In file included from /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/bitops.h:514:0,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/bitops.h:22,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/kernel.h:10,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/sched.h:15,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/utsname.h:5,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-linux.h:44,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-chrdev.c:15:
   /usr/src/linux-headers-3.10-1-common/include/linux/bitops.h: In function ‘hweight_long’:
   /usr/src/linux-headers-3.10-1-common/include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
    #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))
                                                                         ^
   /usr/src/linux-headers-3.10-1-common/include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’
     return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
                                            ^
   In file included from /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/cpumask.h:4:0,
                    from /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/msr.h:10,
                    from /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/processor.h:20,
                    from /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/thread_info.h:22,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/thread_info.h:54,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/preempt.h:9,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/spinlock.h:50,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/seqlock.h:29,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/time.h:5,
                    from /usr/src/linux-headers-3.10-1-common/include/uapi/linux/timex.h:56,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/timex.h:56,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/sched.h:17,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/utsname.h:5,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-linux.h:44,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-chrdev.c:15:
   /usr/src/linux-headers-3.10-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’:
   /usr/src/linux-headers-3.10-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
     int len = nl ? nl - buf : strlen(buf);
                             ^
   In file included from /usr/src/linux-headers-3.10-1-common/include/uapi/linux/stddef.h:1:0,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/stddef.h:4,
                    from /usr/src/linux-headers-3.10-1-common/include/uapi/linux/posix_types.h:4,
                    from /usr/src/linux-headers-3.10-1-common/include/uapi/linux/types.h:13,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/types.h:5,
                    from /usr/src/linux-headers-3.10-1-common/include/uapi/linux/capability.h:16,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/capability.h:15,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/sched.h:13,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/utsname.h:5,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-linux.h:44,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-chrdev.c:15:
   /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’:
   /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (likely(sz == -1 || sz >= n))
                               ^
   /usr/src/linux-headers-3.10-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’
    # define likely(x) __builtin_expect(!!(x), 1)
                                           ^
     cc -Wp,-MD,/tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/.nv-cray.o.d  -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.10-1-common/arch/x86/include -Iarch/x86/include/generated  -I/usr/src/linux-headers-3.10-1-common/include -Iinclude -I/usr/src/linux-headers-3.10-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I
   /usr/src/linux-headers-3.10-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.10-1-common/include/linux/kconfig.h   -I/tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -Os -Wno-maybe-uninitialized -m64 -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO  
  -I/tmp/selfgz2938/NVIDIA-Linux-x86_6
   4-319.17/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"319.17\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -D__linux__  -DMODULE  -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_cray)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/.tmp_nv-cray.o /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-cray.c
   In file included from /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/bitops.h:514:0,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/bitops.h:22,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/kernel.h:10,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/sched.h:15,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/utsname.h:5,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-linux.h:44,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-cray.c:15:
   /usr/src/linux-headers-3.10-1-common/include/linux/bitops.h: In function ‘hweight_long’:
   /usr/src/linux-headers-3.10-1-common/include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
    #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))
                                                                         ^
   /usr/src/linux-headers-3.10-1-common/include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’
     return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
                                            ^
   In file included from /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/cpumask.h:4:0,
                    from /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/msr.h:10,
                    from /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/processor.h:20,
                    from /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/thread_info.h:22,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/thread_info.h:54,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/preempt.h:9,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/spinlock.h:50,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/seqlock.h:29,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/time.h:5,
                    from /usr/src/linux-headers-3.10-1-common/include/uapi/linux/timex.h:56,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/timex.h:56,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/sched.h:17,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/utsname.h:5,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-linux.h:44,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-cray.c:15:
   /usr/src/linux-headers-3.10-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’:
   /usr/src/linux-headers-3.10-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
     int len = nl ? nl - buf : strlen(buf);
                             ^
   In file included from /usr/src/linux-headers-3.10-1-common/include/uapi/linux/stddef.h:1:0,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/stddef.h:4,
                    from /usr/src/linux-headers-3.10-1-common/include/uapi/linux/posix_types.h:4,
                    from /usr/src/linux-headers-3.10-1-common/include/uapi/linux/types.h:13,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/types.h:5,
                    from /usr/src/linux-headers-3.10-1-common/include/uapi/linux/capability.h:16,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/capability.h:15,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/sched.h:13,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/utsname.h:5,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-linux.h:44,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-cray.c:15:
   /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’:
   /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (likely(sz == -1 || sz >= n))
                               ^
   /usr/src/linux-headers-3.10-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’
    # define likely(x) __builtin_expect(!!(x), 1)
                                           ^
     cc -Wp,-MD,/tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/.nv-drm.o.d  -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.10-1-common/arch/x86/include -Iarch/x86/include/generated  -I/usr/src/linux-headers-3.10-1-common/include -Iinclude -I/usr/src/linux-headers-3.10-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.10-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.10-1-common/include/linux/kconfig.h   -I/tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -Os -Wno-maybe-uninitialized -m64 -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME
 =1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-af
   ter-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO   -I/tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"319.17\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -D__linux__  -DMODULE  -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_drm)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/.tmp_nv-drm.o /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-drm.c
   In file included from /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/bitops.h:514:0,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/bitops.h:22,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/kernel.h:10,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/sched.h:15,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/utsname.h:5,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-linux.h:44,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-drm.c:15:
   /usr/src/linux-headers-3.10-1-common/include/linux/bitops.h: In function ‘hweight_long’:
   /usr/src/linux-headers-3.10-1-common/include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
    #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))
                                                                         ^
   /usr/src/linux-headers-3.10-1-common/include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’
     return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
                                            ^
   In file included from /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/cpumask.h:4:0,
                    from /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/msr.h:10,
                    from /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/processor.h:20,
                    from /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/thread_info.h:22,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/thread_info.h:54,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/preempt.h:9,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/spinlock.h:50,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/seqlock.h:29,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/time.h:5,
                    from /usr/src/linux-headers-3.10-1-common/include/uapi/linux/timex.h:56,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/timex.h:56,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/sched.h:17,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/utsname.h:5,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-linux.h:44,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-drm.c:15:
   /usr/src/linux-headers-3.10-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’:
   /usr/src/linux-headers-3.10-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
     int len = nl ? nl - buf : strlen(buf);
                             ^
   In file included from /usr/src/linux-headers-3.10-1-common/include/uapi/linux/stddef.h:1:0,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/stddef.h:4,
                    from /usr/src/linux-headers-3.10-1-common/include/uapi/linux/posix_types.h:4,
                    from /usr/src/linux-headers-3.10-1-common/include/uapi/linux/types.h:13,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/types.h:5,
                    from /usr/src/linux-headers-3.10-1-common/include/uapi/linux/capability.h:16,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/capability.h:15,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/sched.h:13,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/utsname.h:5,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-linux.h:44,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-drm.c:15:
   /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’:
   /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (likely(sz == -1 || sz >= n))
                               ^
   /usr/src/linux-headers-3.10-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’
    # define likely(x) __builtin_expect(!!(x), 1)
                                           ^
   In file included from /usr/src/linux-headers-3.10-1-common/include/drm/drm_crtc.h:32:0,
                    from /usr/src/linux-headers-3.10-1-common/include/drm/drmP.h:691,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-drm.c:19:
   /usr/src/linux-headers-3.10-1-common/include/linux/fb.h: In function ‘__fb_pad_aligned_buffer’:
   /usr/src/linux-headers-3.10-1-common/include/linux/fb.h:650:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
      for (j = 0; j < s_pitch; j++)
                    ^
     cc -Wp,-MD,/tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/.nv-gvi.o.d  -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.10-1-common/arch/x86/include -Iarch/x86/include/generated  -I/usr/src/linux-headers-3.10-1-common/include -Iinclude -I/usr/src/linux-headers-3.10-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.10-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux-headers-3.10-1-common/include/linux/kconfig.h   -I/tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel -D__KERNEL__ -Wall -
   Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -Os -Wno-maybe-uninitialized -m64 -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO   -I/tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"319.17\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcm
 odel=kernel -UDEBUG -U_DEBUG -DNDEBUG
    -D__linux__  -DMODULE  -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_gvi)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/.tmp_nv-gvi.o /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-gvi.c
   In file included from /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/bitops.h:514:0,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/bitops.h:22,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/kernel.h:10,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/sched.h:15,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/utsname.h:5,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-linux.h:44,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-gvi.c:15:
   /usr/src/linux-headers-3.10-1-common/include/linux/bitops.h: In function ‘hweight_long’:
   /usr/src/linux-headers-3.10-1-common/include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
    #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))
                                                                         ^
   /usr/src/linux-headers-3.10-1-common/include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’
     return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
                                            ^
   In file included from /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/cpumask.h:4:0,
                    from /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/msr.h:10,
                    from /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/processor.h:20,
                    from /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/thread_info.h:22,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/thread_info.h:54,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/preempt.h:9,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/spinlock.h:50,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/seqlock.h:29,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/time.h:5,
                    from /usr/src/linux-headers-3.10-1-common/include/uapi/linux/timex.h:56,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/timex.h:56,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/sched.h:17,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/utsname.h:5,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-linux.h:44,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-gvi.c:15:
   /usr/src/linux-headers-3.10-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’:
   /usr/src/linux-headers-3.10-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
     int len = nl ? nl - buf : strlen(buf);
                             ^
   In file included from /usr/src/linux-headers-3.10-1-common/include/uapi/linux/stddef.h:1:0,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/stddef.h:4,
                    from /usr/src/linux-headers-3.10-1-common/include/uapi/linux/posix_types.h:4,
                    from /usr/src/linux-headers-3.10-1-common/include/uapi/linux/types.h:13,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/types.h:5,
                    from /usr/src/linux-headers-3.10-1-common/include/uapi/linux/capability.h:16,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/capability.h:15,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/sched.h:13,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/utsname.h:5,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-linux.h:44,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-gvi.c:15:
   /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’:
   /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (likely(sz == -1 || sz >= n))
                               ^
   /usr/src/linux-headers-3.10-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’
    # define likely(x) __builtin_expect(!!(x), 1)
                                           ^
     cc -Wp,-MD,/tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/.nv-i2c.o.d  -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -I/usr/src/linux-headers-3.10-1-common/arch/x86/include -Iarch/x86/include/generated  -I/usr/src/linux-headers-3.10-1-common/include -Iinclude -I/usr/src/linux-headers-3.10-1-common/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/usr/src/linux-headers-3.10-1-common/include/uapi -Iinclude/generated/uapi -include /usr/src/linux
   -headers-3.10-1-common/include/linux/kconfig.h   -I/tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -Os -Wno-maybe-uninitialized -m64 -mno-sse -mpreferred-stack-boundary=3 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -DCONFIG_AS_AVX=1 -DCONFIG_AS_AVX2=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -Wframe-larger-than=2048 -Wno-unused-but-set-variable -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO   -I/tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-
 error -D__KERNEL__ -DMODULE -DNVRM -D
   NV_VERSION_STRING=\"319.17\" -Wno-unused-function -Wuninitialized -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG -D__linux__  -DMODULE  -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_i2c)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/.tmp_nv-i2c.o /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-i2c.c
   In file included from /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/bitops.h:514:0,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/bitops.h:22,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/kernel.h:10,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/sched.h:15,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/utsname.h:5,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-linux.h:44,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-i2c.c:15:
   /usr/src/linux-headers-3.10-1-common/include/linux/bitops.h: In function ‘hweight_long’:
   /usr/src/linux-headers-3.10-1-common/include/asm-generic/bitops/const_hweight.h:27:70: warning: signed and unsigned type in conditional expression [-Wsign-compare]
    #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w))
                                                                         ^
   /usr/src/linux-headers-3.10-1-common/include/linux/bitops.h:66:41: note: in expansion of macro ‘hweight64’
     return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
                                            ^
   In file included from /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/cpumask.h:4:0,
                    from /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/msr.h:10,
                    from /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/processor.h:20,
                    from /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/thread_info.h:22,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/thread_info.h:54,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/preempt.h:9,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/spinlock.h:50,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/seqlock.h:29,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/time.h:5,
                    from /usr/src/linux-headers-3.10-1-common/include/uapi/linux/timex.h:56,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/timex.h:56,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/sched.h:17,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/utsname.h:5,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-linux.h:44,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-i2c.c:15:
   /usr/src/linux-headers-3.10-1-common/include/linux/cpumask.h: In function ‘cpumask_parse’:
   /usr/src/linux-headers-3.10-1-common/include/linux/cpumask.h:603:26: warning: signed and unsigned type in conditional expression [-Wsign-compare]
     int len = nl ? nl - buf : strlen(buf);
                             ^
   In file included from /usr/src/linux-headers-3.10-1-common/include/uapi/linux/stddef.h:1:0,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/stddef.h:4,
                    from /usr/src/linux-headers-3.10-1-common/include/uapi/linux/posix_types.h:4,
                    from /usr/src/linux-headers-3.10-1-common/include/uapi/linux/types.h:13,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/types.h:5,
                    from /usr/src/linux-headers-3.10-1-common/include/uapi/linux/capability.h:16,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/capability.h:15,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/sched.h:13,
                    from /usr/src/linux-headers-3.10-1-common/include/linux/utsname.h:5,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-linux.h:44,
                    from /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-i2c.c:15:
   /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’:
   /usr/src/linux-headers-3.10-1-common/arch/x86/include/asm/uaccess_64.h:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (likely(sz == -1 || sz >= n))
                               ^
   /usr/src/linux-headers-3.10-1-common/include/linux/compiler.h:152:40: note: in definition of macro ‘likely’
    # define likely(x) __builtin_expect(!!(x), 1)
                                           ^
   /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-i2c.c: In function ‘nv_i2c_del_adapter’:
   /tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-i2c.c:327:14: error: void value not ignored as it ought to be
        osstatus = i2c_del_adapter(pI2cAdapter);
                 ^
   make[4]: *** [/tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel/nv-i2c.o] Fout 1
   make[3]: *** [_module_/tmp/selfgz2938/NVIDIA-Linux-x86_64-319.17/kernel] Fout 2
   make[2]: *** [sub-make] Fout 2
   NVIDIA: left KBUILD.
   nvidia.ko failed to build!
   make[1]: *** [module] Fout 1
   make: *** [module] Fout 2
-> Error.
ERROR: Unable to build the NVIDIA kernel module.
ERROR: Installation has failed.  Please see the file '/var/log/nvidia-installer.log' for details.  You may find suggestions on fixing installation problems in the README available on the Linux driver download page at www.nvidia.com.



-- Package-specific info:
** Version:
Linux version 3.10-1-amd64 (debian-kernel@lists.debian.org) (gcc version 4.7.3 (Debian 4.7.3-6) ) #1 SMP Debian 3.10.1-1 (2013-07-16)

** Command line:
BOOT_IMAGE=/boot/vmlinuz-3.10-1-amd64 root=UUID=6c5db0c8-5726-4073-809d-e2b500299c14 ro quiet

** Tainted: O (4096)
 * Out-of-tree module has been loaded.

** Kernel log:
[    1.263308] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.263311] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.263620] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    1.263852] scsi 5:0:0:0: CD-ROM            TSSTcorp DVD-ROM SH-D163B SB04 PQ: 0 ANSI: 5
[    1.266467] sr1: scsi3-mmc drive: 4x/32x cd/rw xa/form2 cdda tray
[    1.266635] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.266706] sr 2:0:0:0: Attached scsi generic sg1 type 5
[    1.266914] sr 5:0:0:0: Attached scsi CD-ROM sr1
[    1.267023] sr 5:0:0:0: Attached scsi generic sg2 type 5
[    1.376043] usb 4-1: new low-speed USB device number 2 using ohci_hcd
[    1.589049] usb 4-1: New USB device found, idVendor=046d, idProduct=c018
[    1.589054] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.589057] usb 4-1: Product: USB Optical Mouse
[    1.589059] usb 4-1: Manufacturer: Logitech
[    1.594761] hidraw: raw HID events driver (C) Jiri Kosina
[    1.601130] usbcore: registered new interface driver usbhid
[    1.601134] usbhid: USB HID core driver
[    1.603793] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:04.0/usb4/4-1/4-1:1.0/input/input1
[    1.603889] hid-generic 0003:046D:C018.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:04.0-1/input0
[    1.648657] PM: Starting manual resume from disk
[    1.648663] PM: Hibernation image partition 8:3 present
[    1.648664] PM: Looking for hibernation image.
[    1.648968] PM: Image not found (code -22)
[    1.648973] PM: Hibernation image not present or could not be loaded.
[    1.692523] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    3.397173] udevd[369]: starting version 175
[    5.066198] input: PC Speaker as /devices/platform/pcspkr/input/input2
[    5.085797] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
[    5.085863] ACPI: Power Button [PWRB]
[    5.085941] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[    5.085980] ACPI: Power Button [PWRF]
[    5.218869] EDAC MC: Ver: 3.0.0
[    5.228196] MCE: In-kernel MCE decoding enabled.
[    5.233533] AMD64 EDAC driver v3.4.0
[    5.233631] EDAC amd64: DRAM ECC disabled.
[    5.233637] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
[    5.233637]  Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
[    5.233637]  (Note that use of the override may cause unknown side effects.)
[    5.279830] microcode: AMD CPU family 0xf not supported
[    5.296531] microcode: AMD CPU family 0xf not supported
[    5.385165] kvm: Nested Virtualization enabled
[    5.436028] wmi: Mapper loaded
[    5.473663] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
[    5.559273] ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 21
[    5.559280] hda_intel: Disabling MSI
[    5.559310] snd_hda_intel 0000:00:07.0: setting latency timer to 64
[    5.620940] parport_pc 00:03: reported by Plug and Play ACPI
[    5.620997] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE]
[    5.798912] powernow-k8: fid 0x13 (2700 MHz), vid 0x9
[    5.798916] powernow-k8: fid 0x12 (2600 MHz), vid 0xa
[    5.798918] powernow-k8: fid 0x10 (2400 MHz), vid 0xc
[    5.798920] powernow-k8: fid 0xe (2200 MHz), vid 0xe
[    5.798922] powernow-k8: fid 0xc (2000 MHz), vid 0x10
[    5.798923] powernow-k8: fid 0xa (1800 MHz), vid 0x10
[    5.798925] powernow-k8: fid 0x2 (1000 MHz), vid 0x12
[    5.798980] powernow-k8: Found 1 AMD Athlon(tm) 64 X2 Dual Core Processor 5200+ (2 cpu cores) (version 2.20.00)
[    7.476309] input: HDA NVidia Front Headphone as /devices/pci0000:00/0000:00:07.0/sound/card0/input5
[    7.476582] input: HDA NVidia Line Out as /devices/pci0000:00/0000:00:07.0/sound/card0/input6
[    7.476805] input: HDA NVidia Line as /devices/pci0000:00/0000:00:07.0/sound/card0/input7
[    7.477023] input: HDA NVidia Rear Mic as /devices/pci0000:00/0000:00:07.0/sound/card0/input8
[    7.477242] input: HDA NVidia Front Mic as /devices/pci0000:00/0000:00:07.0/sound/card0/input9
[    7.478810] i2c i2c-0: nForce2 SMBus adapter at 0x1d00
[    7.478880] i2c i2c-1: nForce2 SMBus adapter at 0x1e00
[    7.480583] ACPI: PCI Interrupt Link [LNEC] enabled at IRQ 19
[    7.480625] hda_intel: Disabling MSI
[    7.480653] hda-intel 0000:02:00.1: Handle VGA-switcheroo audio client
[    8.304288] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:0b.0/0000:02:00.1/sound/card1/input10
[    8.304608] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:0b.0/0000:02:00.1/sound/card1/input11
[    8.304878] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:0b.0/0000:02:00.1/sound/card1/input12
[    8.305133] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:0b.0/0000:02:00.1/sound/card1/input13
[    9.707687] Adding 6000272k swap on /dev/sda3.  Priority:-1 extents:1 across:6000272k 
[    9.772987] EXT4-fs (sda2): re-mounted. Opts: (null)
[   10.105246] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[   10.972971] fuse init (API version 7.22)
[   11.069786] loop: module loaded
[   11.349833] kjournald starting.  Commit interval 5 seconds
[   11.350229] EXT3-fs (sda4): using internal journal
[   11.350237] EXT3-fs (sda4): mounted filesystem with ordered data mode
[   12.910374] RPC: Registered named UNIX socket transport module.
[   12.910383] RPC: Registered udp transport module.
[   12.910387] RPC: Registered tcp transport module.
[   12.910392] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   12.962294] FS-Cache: Loaded
[   12.973318] Key type dns_resolver registered
[   13.025259] FS-Cache: Netfs 'nfs' registered for caching
[   13.087298] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   18.379306] vboxdrv: Found 2 processor cores.
[   18.379608] vboxdrv: fAsync=1 offMin=0x6b637 offMax=0x6b637
[   18.379890] vboxdrv: TSC mode is 'asynchronous', kernel timer mode is 'normal'.
[   18.379896] vboxdrv: Successfully loaded version 4.2.12 (interface 0x001a0004).
[   18.875131] vboxpci: IOMMU not found (not registered)
[   18.934719] forcedeth 0000:00:0a.0: irq 47 for MSI/MSI-X
[   18.934800] forcedeth 0000:00:0a.0 eth0: MSI enabled
[   19.349398] lp0: using parport0 (interrupt-driven).
[   19.371011] ppdev: user-space parallel port driver
[   21.855264] NFS: Registering the id_resolver key type
[   21.855298] Key type id_resolver registered
[   21.855303] Key type id_legacy registered
[   36.908052] RPC: AUTH_GSS upcall timed out.
[   36.908052] Please check user daemon is running.

** Model information
sys_vendor: To Be Filled By O.E.M.
product_name: To Be Filled By O.E.M.
product_version: To Be Filled By O.E.M.
chassis_vendor: To Be Filled By O.E.M.
chassis_version: To Be Filled By O.E.M.
bios_vendor: American Megatrends Inc.
bios_version: P2.00
board_vendor: ASRock
board_name: N68PV-GS
board_version:         

** Loaded modules:
rpcsec_gss_krb5
nfsv4
ppdev
lp
pci_stub
vboxpci(O)
vboxnetadp(O)
vboxnetflt(O)
vboxdrv(O)
nfsd
auth_rpcgss
oid_registry
nfs_acl
nfs
lockd
dns_resolver
fscache
sunrpc
ext3
jbd
loop
fuse
snd_hda_codec_hdmi
snd_hda_codec_realtek
powernow_k8
i2c_nforce2
i2c_core
parport_pc
parport
snd_hda_intel
snd_hda_codec
snd_hwdep
snd_pcm_oss
snd_mixer_oss
snd_pcm
snd_page_alloc
snd_seq_midi
snd_seq_midi_event
processor
thermal_sys
k8temp
snd_rawmidi
wmi
kvm_amd
snd_seq
kvm
snd_seq_device
snd_timer
snd
soundcore
edac_mce_amd
edac_core
button
pcspkr
evdev
ext4
crc16
jbd2
mbcache
hid_generic
usbhid
hid
sg
sr_mod
cdrom
sd_mod
crc_t10dif
ata_generic
ahci
pata_amd
libahci
ohci_hcd
ehci_pci
ehci_hcd
libata
forcedeth
scsi_mod
usbcore
usb_common

** PCI devices:
00:00.0 RAM memory [0500]: NVIDIA Corporation MCP67 Memory Controller [10de:0547] (rev a2)
	Subsystem: ASRock Incorporation ALiveNF7G-HDready [1849:0547]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: [44] HyperTransport: Slave or Primary Interface
		Command: BaseUnitID=0 UnitCnt=15 MastHost- DefDir- DUL-
		Link Control 0: CFlE+ CST- CFE- <LkFail- Init+ EOC- TXO- <CRCErr=0 IsocEn- LSEn+ ExtCTL- 64b-
		Link Config 0: MLWI=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn-
		Link Control 1: CFlE- CST- CFE- <LkFail+ Init- EOC+ TXO+ <CRCErr=0 IsocEn- LSEn- ExtCTL- 64b-
		Link Config 1: MLWI=8bit DwFcIn- MLWO=8bit DwFcOut- LWI=8bit DwFcInEn- LWO=8bit DwFcOutEn-
		Revision ID: 1.03
		Link Frequency 0: 1.0GHz
		Link Error 0: <Prot- <Ovfl- <EOC- CTLTm-
		Link Frequency Capability 0: 200MHz+ 300MHz+ 400MHz+ 500MHz+ 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz- 1.4GHz- 1.6GHz- Vend-
		Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA- UIDRD-
		Link Frequency 1: 200MHz
		Link Error 1: <Prot- <Ovfl- <EOC- CTLTm-
		Link Frequency Capability 1: 200MHz- 300MHz- 400MHz- 500MHz- 600MHz- 800MHz- 1.0GHz- 1.2GHz- 1.4GHz- 1.6GHz- Vend-
		Error Handling: PFlE+ OFlE+ PFE- OFE- EOCFE- RFE- CRCFE- SERRFE- CF- RE- PNFE- ONFE- EOCNFE- RNFE- CRCNFE- SERRNFE-
		Prefetchable memory behind bridge Upper: 00-00
		Bus Number: 00
	Capabilities: [dc] HyperTransport: MSI Mapping Enable+ Fixed-
		Mapping Address Base: 00000000fee00000

00:01.0 ISA bridge [0601]: NVIDIA Corporation MCP67 ISA Bridge [10de:0548] (rev a2)
	Subsystem: ASRock Incorporation Device [1849:0548]
	Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
	Latency: 0
	Region 0: I/O ports at 1f00 [size=256]

00:01.1 SMBus [0c05]: NVIDIA Corporation MCP67 SMBus [10de:0542] (rev a2)
	Subsystem: ASRock Incorporation Device [1849:0542]
	Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 11
	Region 0: I/O ports at dc00 [size=64]
	Region 4: I/O ports at 1d00 [size=64]
	Region 5: I/O ports at 1e00 [size=64]
	Capabilities: [44] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: nForce2_smbus

00:02.0 USB controller [0c03]: NVIDIA Corporation MCP67 OHCI USB 1.1 Controller [10de:055e] (rev a2) (prog-if 10 [OHCI])
	Subsystem: ASRock Incorporation Device [1849:055e]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0 (750ns min, 250ns max)
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at fceff000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [44] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ohci_hcd

00:02.1 USB controller [0c03]: NVIDIA Corporation MCP67 EHCI USB 2.0 Controller [10de:055f] (rev a2) (prog-if 20 [EHCI])
	Subsystem: ASRock Incorporation Device [1849:055f]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0 (750ns min, 250ns max)
	Interrupt: pin B routed to IRQ 22
	Region 0: Memory at fcefec00 (32-bit, non-prefetchable) [size=256]
	Capabilities: [44] Debug port: BAR=1 offset=0098
	Capabilities: [80] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ehci-pci

00:04.0 USB controller [0c03]: NVIDIA Corporation MCP67 OHCI USB 1.1 Controller [10de:055e] (rev a2) (prog-if 10 [OHCI])
	Subsystem: ASRock Incorporation Device [1849:055e]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0 (750ns min, 250ns max)
	Interrupt: pin A routed to IRQ 21
	Region 0: Memory at fcefd000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [44] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ohci_hcd

00:04.1 USB controller [0c03]: NVIDIA Corporation MCP67 EHCI USB 2.0 Controller [10de:055f] (rev a2) (prog-if 20 [EHCI])
	Subsystem: ASRock Incorporation Device [1849:055f]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0 (750ns min, 250ns max)
	Interrupt: pin B routed to IRQ 20
	Region 0: Memory at fcefe800 (32-bit, non-prefetchable) [size=256]
	Capabilities: [44] Debug port: BAR=1 offset=0098
	Capabilities: [80] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ehci-pci

00:06.0 IDE interface [0101]: NVIDIA Corporation MCP67 IDE Controller [10de:0560] (rev a1) (prog-if 8a [Master SecP PriP])
	Subsystem: ASRock Incorporation Device [1849:0560]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0 (750ns min, 250ns max)
	Region 0: [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [size=8]
	Region 1: [virtual] Memory at 000003f0 (type 3, non-prefetchable)
	Region 2: [virtual] Memory at 00000170 (32-bit, non-prefetchable) [size=8]
	Region 3: [virtual] Memory at 00000370 (type 3, non-prefetchable)
	Region 4: I/O ports at ffa0 [size=16]
	Capabilities: [44] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pata_amd

00:07.0 Audio device [0403]: NVIDIA Corporation MCP67 High Definition Audio [10de:055c] (rev a1)
	Subsystem: ASRock Incorporation Device [1849:3662]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0 (500ns min, 1250ns max)
	Interrupt: pin A routed to IRQ 21
	Region 0: Memory at fcef8000 (32-bit, non-prefetchable) [size=16K]
	Capabilities: [44] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+
		Address: 0000000000000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [6c] HyperTransport: MSI Mapping Enable- Fixed+
	Kernel driver in use: snd_hda_intel

00:08.0 PCI bridge [0604]: NVIDIA Corporation MCP67 PCI Bridge [10de:0561] (rev a2) (prog-if 01 [Subtractive decode])
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
	Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr+ DiscTmrStat- DiscTmrSERREn-
	Capabilities: [b8] Subsystem: ASRock Incorporation Device [1849:0561]
	Capabilities: [8c] HyperTransport: MSI Mapping Enable- Fixed-
		Mapping Address Base: 00000000fee00000

00:09.0 IDE interface [0101]: NVIDIA Corporation MCP67 AHCI Controller [10de:0550] (rev a2) (prog-if 85 [Master SecO PriO])
	Subsystem: ASRock Incorporation Device [1849:0550]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0 (750ns min, 250ns max)
	Interrupt: pin A routed to IRQ 22
	Region 0: I/O ports at 0f80 [size=8]
	Region 1: I/O ports at 0f00 [size=4]
	Region 2: I/O ports at 0e80 [size=8]
	Region 3: I/O ports at 0e00 [size=4]
	Region 4: I/O ports at cc00 [size=16]
	Region 5: Memory at fcef6000 (32-bit, non-prefetchable) [size=8K]
	Capabilities: [44] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [8c] SATA HBA v1.0 InCfgSpace
	Kernel driver in use: ahci

00:0a.0 Ethernet controller [0200]: NVIDIA Corporation MCP67 Ethernet [10de:054c] (rev a2)
	Subsystem: ASRock Incorporation ALiveNF7G-HDready, MCP67 Gigabit Ethernet [1849:054c]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0 (250ns min, 5000ns max)
	Interrupt: pin A routed to IRQ 47
	Region 0: Memory at fcefc000 (32-bit, non-prefetchable) [size=4K]
	Region 1: I/O ports at c880 [size=8]
	Region 2: Memory at fcefe400 (32-bit, non-prefetchable) [size=256]
	Region 3: Memory at fcefe000 (32-bit, non-prefetchable) [size=16]
	Capabilities: [44] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable+ DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/8 Maskable+ 64bit+
		Address: 00000000fee0300c  Data: 4142
		Masking: 000000fe  Pending: 00000000
	Capabilities: [6c] HyperTransport: MSI Mapping Enable- Fixed+
	Kernel driver in use: forcedeth

00:0b.0 PCI bridge [0604]: NVIDIA Corporation MCP67 PCI Express Bridge [10de:0562] (rev a2) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 0000e000-0000efff
	Memory behind bridge: fcf00000-fdffffff
	Prefetchable memory behind bridge: 00000000ce000000-00000000dfffffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: ASRock Incorporation ALiveNF7G-HDready [1849:0562]
	Capabilities: [48] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/2 Maskable- 64bit+
		Address: 00000000fee0300c  Data: 4181
	Capabilities: [60] HyperTransport: MSI Mapping Enable- Fixed-
		Mapping Address Base: 00000000fee00000
	Capabilities: [80] Express (v1) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #1, PowerLimit 75.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd On, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=WRR32
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Kernel driver in use: pcieport

00:0c.0 PCI bridge [0604]: NVIDIA Corporation MCP67 PCI Express Bridge [10de:0563] (rev a2) (prog-if 00 [Normal decode])
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: ASRock Incorporation Device [1849:0563]
	Capabilities: [48] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/2 Maskable- 64bit+
		Address: 00000000fee0300c  Data: 4191
	Capabilities: [60] HyperTransport: MSI Mapping Enable- Fixed-
		Mapping Address Base: 00000000fee00000
	Capabilities: [80] Express (v1) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #1, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #2, PowerLimit 10.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd On, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
			Changed: MRL- PresDet+ LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=WRR32
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Kernel driver in use: pcieport

00:0d.0 PCI bridge [0604]: NVIDIA Corporation MCP67 PCI Express Bridge [10de:0563] (rev a2) (prog-if 00 [Normal decode])
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: ASRock Incorporation Device [1849:0563]
	Capabilities: [48] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/2 Maskable- 64bit+
		Address: 00000000fee0300c  Data: 41a1
	Capabilities: [60] HyperTransport: MSI Mapping Enable- Fixed-
		Mapping Address Base: 00000000fee00000
	Capabilities: [80] Express (v1) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #2, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #3, PowerLimit 10.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd On, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
			Changed: MRL- PresDet+ LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=WRR32
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Kernel driver in use: pcieport

00:0e.0 PCI bridge [0604]: NVIDIA Corporation MCP67 PCI Express Bridge [10de:0563] (rev a2) (prog-if 00 [Normal decode])
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: ASRock Incorporation Device [1849:0563]
	Capabilities: [48] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/2 Maskable- 64bit+
		Address: 00000000fee0300c  Data: 41b1
	Capabilities: [60] HyperTransport: MSI Mapping Enable- Fixed-
		Mapping Address Base: 00000000fee00000
	Capabilities: [80] Express (v1) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #3, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #4, PowerLimit 10.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd On, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
			Changed: MRL- PresDet+ LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=WRR32
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Kernel driver in use: pcieport

00:0f.0 PCI bridge [0604]: NVIDIA Corporation MCP67 PCI Express Bridge [10de:0563] (rev a2) (prog-if 00 [Normal decode])
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=06, subordinate=06, sec-latency=0
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: ASRock Incorporation Device [1849:0563]
	Capabilities: [48] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/2 Maskable- 64bit+
		Address: 00000000fee0300c  Data: 41c1
	Capabilities: [60] HyperTransport: MSI Mapping Enable- Fixed-
		Mapping Address Base: 00000000fee00000
	Capabilities: [80] Express (v1) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #4, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #5, PowerLimit 10.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd On, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
			Changed: MRL- PresDet+ LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=WRR32
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Kernel driver in use: pcieport

00:10.0 PCI bridge [0604]: NVIDIA Corporation MCP67 PCI Express Bridge [10de:0563] (rev a2) (prog-if 00 [Normal decode])
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: ASRock Incorporation Device [1849:0563]
	Capabilities: [48] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/2 Maskable- 64bit+
		Address: 00000000fee0300c  Data: 41d1
	Capabilities: [60] HyperTransport: MSI Mapping Enable- Fixed-
		Mapping Address Base: 00000000fee00000
	Capabilities: [80] Express (v1) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #5, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #6, PowerLimit 10.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd On, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
			Changed: MRL- PresDet+ LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=WRR32
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Kernel driver in use: pcieport

00:11.0 PCI bridge [0604]: NVIDIA Corporation MCP67 PCI Express Bridge [10de:0563] (rev a2) (prog-if 00 [Normal decode])
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=08, subordinate=08, sec-latency=0
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: ASRock Incorporation Device [1849:0563]
	Capabilities: [48] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/2 Maskable- 64bit+
		Address: 00000000fee0300c  Data: 41e1
	Capabilities: [60] HyperTransport: MSI Mapping Enable- Fixed-
		Mapping Address Base: 00000000fee00000
	Capabilities: [80] Express (v1) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #6, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #7, PowerLimit 10.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd On, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
			Changed: MRL- PresDet+ LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=WRR32
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Kernel driver in use: pcieport

00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration [1022:1100]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [80] HyperTransport: Host or Secondary Interface
		Command: WarmRst+ DblEnd- DevNum=0 ChainSide- HostHide+ Slave- <EOCErr- DUL-
		Link Control: CFlE- CST- CFE- <LkFail- Init+ EOC- TXO- <CRCErr=0 IsocEn- LSEn- ExtCTL- 64b-
		Link Config: MLWI=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn-
		Revision ID: 1.02
		Link Frequency: 1.0GHz
		Link Error: <Prot- <Ovfl- <EOC- CTLTm-
		Link Frequency Capability: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz- 1.4GHz- 1.6GHz- Vend-
		Feature Capability: IsocFC- LDTSTOP+ CRCTM- ECTLT- 64bA- UIDRD- ExtRS- UCnfE-

00:18.1 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] Address Map [1022:1101]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:18.2 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] DRAM Controller [1022:1102]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:18.3 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] Miscellaneous Control [1022:1103]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [f0] Secure device <?>
	Kernel driver in use: k8temp

02:00.0 VGA compatible controller [0300]: NVIDIA Corporation GT218 [GeForce 210] [10de:0a65] (rev a2) (prog-if 00 [VGA controller])
	Subsystem: ASUSTeK Computer Inc. Device [1043:83e8]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 10
	Region 0: Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
	Region 1: Memory at d0000000 (64-bit, prefetchable) [size=256M]
	Region 3: Memory at ce000000 (64-bit, prefetchable) [size=32M]
	Region 5: I/O ports at ec00 [size=128]
	Expansion ROM at fcf80000 [disabled] [size=512K]
	Capabilities: [60] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [78] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 <64us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <256ns, L1 <4us
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 128 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [b4] Vendor Specific Information: Len=14 <?>
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [128 v1] Power Budgeting <?>
	Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>

02:00.1 Audio device [0403]: NVIDIA Corporation High Definition Audio Controller [10de:0be3] (rev a1)
	Subsystem: ASUSTeK Computer Inc. Device [1043:83e8]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 19
	Region 0: Memory at fcf7c000 (32-bit, non-prefetchable) [size=16K]
	Capabilities: [60] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [78] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <256ns, L1 <1us
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM L0s L1 Enabled; RCB 128 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Kernel driver in use: snd_hda_intel


** USB devices:
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 002: ID 046d:c018 Logitech, Inc. Optical Wheel Mouse
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.10-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-image-3.10-1-amd64 depends on:
ii  debconf [debconf-2.0]                   1.5.50
ii  initramfs-tools [linux-initramfs-tool]  0.113
ii  kmod                                    9-3
ii  linux-base                              3.5
ii  module-init-tools                       9-3

Versions of packages linux-image-3.10-1-amd64 recommends:
ii  firmware-linux-free  3.2

Versions of packages linux-image-3.10-1-amd64 suggests:
pn  debian-kernel-handbook  <none>
ii  grub-pc                 2.00-15
pn  linux-doc-3.10          <none>

Versions of packages linux-image-3.10-1-amd64 is related to:
pn  firmware-atheros        <none>
pn  firmware-bnx2           <none>
pn  firmware-bnx2x          <none>
pn  firmware-brcm80211      <none>
pn  firmware-intelwimax     <none>
pn  firmware-ipw2x00        <none>
pn  firmware-ivtv           <none>
pn  firmware-iwlwifi        <none>
pn  firmware-libertas       <none>
pn  firmware-linux          <none>
pn  firmware-linux-nonfree  <none>
pn  firmware-myricom        <none>
pn  firmware-netxen         <none>
pn  firmware-qlogic         <none>
pn  firmware-ralink         <none>
pn  firmware-realtek        <none>
pn  xen-hypervisor          <none>

-- debconf information:
  linux-image-3.10-1-amd64/postinst/depmod-error-initrd-3.10-1-amd64: false
  linux-image-3.10-1-amd64/prerm/removing-running-kernel-3.10-1-amd64: true
  linux-image-3.10-1-amd64/postinst/ignoring-ramdisk:
  linux-image-3.10-1-amd64/postinst/missing-firmware-3.10-1-amd64:


Reply to: