Thanks, Vladis!
All of the attached DMP files are of the DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1) bug check.
This indicates that a kernel-mode driver attempted to access pageable memory at a process IRQL that was too high.
A driver tried to access an address that is pageable (or that is completely invalid) while the IRQL was too high. This bug check is usually caused by drivers that have used improper addresses.
3: kd> kv
Child-SP RetAddr : Args to Child : Call Site
fffff88008be3d78 fffff80002ccd169 : 000000000000000a fffffa8c0a625de8 0000000000000002 0000000000000000 : nt!KeBugCheckEx
fffff88008be3d80 fffff80002ccbde0 : fffff88008be40b8 fffff8a00248aa50 fffffa8009bc87c0 0000000000000000 : nt!KiBugCheckDispatch+0x69
fffff88008be3ec0 fffff88013da9e34 : fffffa80087e11b0 000000000000001e fffffa80087bed70 0000000000000000 : nt!KiPageFault+0x260 (TrapFrame @ fffff880`08be3ec0)
fffff88008be4050 fffffa80087e11b0 : 000000000000001e fffffa80087bed70 0000000000000000 000000000000001e :
EtronXHCI+0x4e34
fffff88008be4058 000000000000001e : fffffa80087bed70 0000000000000000 000000000000001e fffffa80087bed70 : 0xfffffa80`087e11b0
fffff88008be4060 fffffa80087bed70 : 0000000000000000 000000000000001e fffffa80087bed70 0000000000000000 : 0x1e
fffff88008be4068 0000000000000000 : 000000000000001e fffffa80087bed70 0000000000000000 fffff88013dad4a6 : 0xfffffa80`087bed70
-- FAILURE_BUCKET_ID: X64_0xD1_EtronXHCI+4e34
^^ Etron USB 3.0 Extensible Host Controller driver.
3: kd> lmvm etronxhci
start end module name
fffff88013da5000 fffff88013db8500 EtronXHCI T (no symbols)
Loaded symbol image file: EtronXHCI.sys
Image path: \SystemRoot\System32\Drivers\EtronXHCI.sys
Image name: EtronXHCI.sys
Timestamp: Mon Jul 25 17:30:56 2011
^^ Yours is from 2011, long long time ago. Did you install the driver from the motherboard CD? If so, that's why. Get the latest from Gigabyte's website right here - http://www.gigabyte.com/products/product-page.aspx?pid=4305#dl
2014/01/09 for the date.
Regards,
Patrick