[haiku-commits] r42295 - haiku/trunk/build/jam

  • From: mmlr@xxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 24 Jun 2011 17:37:51 +0200 (CEST)

Author: mmlr
Date: 2011-06-24 17:37:51 +0200 (Fri, 24 Jun 2011)
New Revision: 42295
Changeset: https://dev.haiku-os.org/changeset/42295

Modified:
   haiku/trunk/build/jam/HaikuImage
Log:
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.


Modified: haiku/trunk/build/jam/HaikuImage
===================================================================
--- haiku/trunk/build/jam/HaikuImage    2011-06-24 15:19:05 UTC (rev 42294)
+++ haiku/trunk/build/jam/HaikuImage    2011-06-24 15:37:51 UTC (rev 42295)
@@ -171,9 +171,9 @@
        $(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


Other related posts:

  • » [haiku-commits] r42295 - haiku/trunk/build/jam - mmlr