summaryrefslogtreecommitdiffstats
path: root/include/hw/pci
diff options
context:
space:
mode:
authorMark Cave-Ayland2017-09-08 15:31:21 +0200
committerMark Cave-Ayland2017-09-21 09:38:42 +0200
commitc110425d166a6fbb60d87664d67bf2c39516fb22 (patch)
tree1fd1f2925ed864cb2c80ce4d64b52ff9056bcd1d /include/hw/pci
parentMerge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging (diff)
downloadqemu-c110425d166a6fbb60d87664d67bf2c39516fb22.tar.gz
qemu-c110425d166a6fbb60d87664d67bf2c39516fb22.tar.xz
qemu-c110425d166a6fbb60d87664d67bf2c39516fb22.zip
net: add Sun HME (Happy Meal Ethernet) on-board NIC
Enable it by default for the sparc64-softmmu configuration. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Acked-by: Artyom Tarasenko <atar4qemu@gmail.com>
Diffstat (limited to 'include/hw/pci')
-rw-r--r--include/hw/pci/pci_ids.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/pci/pci_ids.h b/include/hw/pci/pci_ids.h
index b9c2bad851..35df1874a9 100644
--- a/include/hw/pci/pci_ids.h
+++ b/include/hw/pci/pci_ids.h
@@ -187,6 +187,7 @@
#define PCI_VENDOR_ID_SUN 0x108e
#define PCI_DEVICE_ID_SUN_EBUS 0x1000
+#define PCI_DEVICE_ID_SUN_HME 0x1001
#define PCI_DEVICE_ID_SUN_SIMBA 0x5000
#define PCI_DEVICE_ID_SUN_SABRE 0xa000