Так и не понятно что за видяха..хотя не столь важно. наверняка драйвер видяхи оформлен как модуль ядра, а ошибки выдает именно ядро, как-то я сразу внимание на это не обратил, а вот что гласит документация к ядру:
linux-2.6.31/Documentation/PCI/pcieaer-howto.txt:
2.3 AER error output
When a PCI-E AER error is captured, an error message will be outputed to
console. If it's a correctable error, it is outputed as a warning.
Otherwise, it is printed as an error. So users could choose different
log level to filter out correctable error messages.
Below shows an example.
+------ PCI-Express Device Error -----+
Error Severity : Uncorrected (Fatal)
PCIE Bus Error type : Transaction Layer
Unsupported Request : First
Requester ID : 0500
VendorID=8086h, DeviceID=0329h, Bus=05h, Device=00h, Function=00h
TLB Header:
04000001 00200a03 05010000 00050100
In the example, 'Requester ID' means the ID of the device who sends
the error message to root port. Pls. refer to pci express specs for
other fields.