From 50a9a98edb3bdeb4f1620f1fa47349ba961ce22b Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Fri, 24 Jun 2011 15:37:51 +0000 Subject: [PATCH] Add the pcnet driver to the image and remove reference to the old vlance driver. It seems to work fine in VirtualBox and makes the network card work that is emulated by default. From the log it looks like Hugo actually ported/implemented the driver under VMWare and it worked, so that it isn't in the image looks like an oversight. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42295 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/HaikuImage | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/jam/HaikuImage b/build/jam/HaikuImage index d5a4bfe151..44f5c7c949 100644 --- a/build/jam/HaikuImage +++ b/build/jam/HaikuImage @@ -171,9 +171,9 @@ SYSTEM_ADD_ONS_DRIVERS_NET = $(X86_ONLY)3com $(X86_ONLY)atheros813x $(X86_ONLY)ar81xx $(X86_ONLY)attansic_l1 $(X86_ONLY)attansic_l2 $(X86_ONLY)broadcom440x $(X86_ONLY)broadcom570x etherpci $(X86_ONLY)ipro100 $(X86_ONLY)ipro1000 $(X86_ONLY)jmicron2x0 - $(X86_ONLY)marvell_yukon $(X86_ONLY)nforce pegasus + $(X86_ONLY)marvell_yukon $(X86_ONLY)nforce $(X86_ONLY)pcnet pegasus $(X86_ONLY)rtl8139 $(X86_ONLY)rtl81xx sis900 - $(X86_ONLY)syskonnect usb_asix usb_ecm $(X86_ONLY)via_rhine #vlance + $(X86_ONLY)syskonnect usb_asix usb_ecm $(X86_ONLY)via_rhine $(X86_ONLY)vt612x wb840 # WLAN drivers