commit | 15e89f5916c9e82347cbd1fd416db3e348bab426 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Wed Mar 03 14:00:21 2010 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Mon Mar 15 13:52:05 2010 +0200 |
tree | 84822721bfce64eee8ad91aa348fe8ab801be88f | |
parent | cb66ffcf9e298dc1bfc11682172ff9472bcd4495 [diff] |
eepro100: address pci todo's, use pci_set_xx eepro100 uses macros which rely on a specific local variable name (pci_conf) which is scary. Some of the uses are wrong or unnecessary, remove them. The rest are small in number, open-code them using pci_set_xx functions. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>