commit | 4a794a626d6442d66ba32dc4931ea0f336dd87fc | [log] [tgz] |
---|---|---|
author | Amit Shah <amit.shah@redhat.com> | Mon May 04 18:02:04 2009 +0530 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri May 08 15:24:10 2009 -0500 |
tree | 2eed5a09d0ec7c879a9a7e5afa84b9b042aba682 | |
parent | 79d5ca5617cfc9be13a4f314ed800fca1267d903 [diff] |
e1000: Do not reinit pci config space to 0 pci_register_device already mallocs the pci config space buffer filled with zeroes. Doing this again breaks some default config space writes like setting the subsystem vendor id and subsystem device id. Signed-off-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>