]> www.infradead.org Git - users/dwmw2/qemu.git/commit
rtl8139: Fix behaviour for old kernels.
authorHans <sungdgdhtryrt@gmail.com>
Sat, 11 May 2024 20:11:36 +0000 (22:11 +0200)
committerJason Wang <jasowang@redhat.com>
Fri, 2 Aug 2024 03:04:03 +0000 (11:04 +0800)
commit9e3b9f27658cce308b7f71b19a4ec31749575414
tree7a1ebb81afc9beee57614d064015e8bd4e6c4457
parent31669121a01a14732f57c49400bc239cf9fd505f
rtl8139: Fix behaviour for old kernels.

Old linux kernel rtl8139 drivers (ex. debian 2.1) uses outb to set the rx
mode for RxConfig. Unfortunatelly qemu does not support outb for RxConfig.

Signed-off-by: Hans <sungdgdhtryrt@gmail.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hw/net/rtl8139.c