]> git.proxmox.com Git - mirror_qemu.git/commit - hw/eepro100.c
eepro100: address pci todo's, use pci_set_xx
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 3 Mar 2010 12:00:21 +0000 (14:00 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 15 Mar 2010 11:52:05 +0000 (13:52 +0200)
commit15e89f5916c9e82347cbd1fd416db3e348bab426
tree84822721bfce64eee8ad91aa348fe8ab801be88f
parentcb66ffcf9e298dc1bfc11682172ff9472bcd4495
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>
hw/eepro100.c