[Haiku-commits] r21991 - haiku/trunk/build/jam

axeld at BerliOS axeld at mail.berlios.de
Thu Aug 16 23:37:33 CEST 2007


Author: axeld
Date: 2007-08-16 23:37:33 +0200 (Thu, 16 Aug 2007)
New Revision: 21991
ViewCVS: http://svn.berlios.de/viewcvs/haiku?rev=21991&view=rev

Modified:
   haiku/trunk/build/jam/HaikuImage
Log:
The vlance driver is apparently broken, and call acquire_sem() from an interrupt routine.
Therefore, I've removed it from the image for now.


Modified: haiku/trunk/build/jam/HaikuImage
===================================================================
--- haiku/trunk/build/jam/HaikuImage	2007-08-16 19:03:45 UTC (rev 21990)
+++ haiku/trunk/build/jam/HaikuImage	2007-08-16 21:37:33 UTC (rev 21991)
@@ -115,7 +115,7 @@
 ;
 BEOS_ADD_ONS_DRIVERS_MIDI = emuxki ;
 BEOS_ADD_ONS_DRIVERS_NET = etherpci ipro1000 rtl8139 rtl8169 sis900
-	via-rhine wb840 net_stack vlance
+	via-rhine wb840 net_stack #vlance
 	$(GPL_ONLY)bcm440x $(GPL_ONLY)bcm570x
 ;
 #BEOS_ADD_ONS_DRIVERS_ACPI = $(X86_ONLY)acpi_button ;




More information about the Haiku-commits mailing list