From fef8509c793f45b217fb28f1c0af2b373a8ff4af Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sat, 29 Apr 2006 09:15:50 +0000 Subject: - Update to 2006-04-26 snapshot PR: ports/96426 Submitted by: Juergen Lock (maintainer) --- emulators/qemu/files/patch-bsdusb.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'emulators/qemu/files/patch-bsdusb.patch') diff --git a/emulators/qemu/files/patch-bsdusb.patch b/emulators/qemu/files/patch-bsdusb.patch index 279c09e49190..596ba1c83b83 100644 --- a/emulators/qemu/files/patch-bsdusb.patch +++ b/emulators/qemu/files/patch-bsdusb.patch @@ -41,11 +41,11 @@ Index: qemu/Makefile.target endif # USB layer --VL_OBJS+= usb.o usb-uhci.o usb-linux.o usb-hid.o -+VL_OBJS+= usb.o usb-uhci.o usb-$(HOST_USB).o usb-hid.o +-VL_OBJS+= usb.o usb-hub.o usb-uhci.o usb-linux.o usb-hid.o ++VL_OBJS+= usb.o usb-hub.o usb-uhci.o usb-$(HOST_USB).o usb-hid.o - ifeq ($(TARGET_BASE_ARCH), i386) - # Hardware support + # PCI network cards + VL_OBJS+= ne2000.o rtl8139.o Index: qemu/usb-stub.c @@ -0,0 +1,11 @@ +#include "vl.h" -- cgit v1.2.3