haiku/src
Axel Dörfler 2c0729ea2d * Turns out the 3com driver wasn't picked up after my changes, but the marvell_yukon driver
worked flawlessly this one time... (I got almost 10 MB/s with that one, now 7.5 MB/s with
  the 3com driver)
* We need to acknowledge the interrupt in the handler, because else, the interrupt continues
  to fire after the PIC interrupt is acknowledged by the kernel.
* It also helps a lot to turn off the interrupts on the device while xl_intr() is handling
  the interrupt.
* When the slow handler is running, we now set the new "handling" field in the internal
  interrupt handler which will not invoke the scheduler then (but only signals a handled
  interrupt).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23085 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-12-08 19:38:51 +00:00
..
add-ons * Turns out the 3com driver wasn't picked up after my changes, but the marvell_yukon driver 2007-12-08 19:38:51 +00:00
apps Use floorf() on the calculations otherwise casting to an int could 2007-12-05 11:21:18 +00:00
bin * Made cal.c compile, and fixed warnings. 2007-12-06 20:40:24 +00:00
build * Removed the BUILDING_FS_SHELL guarded code. It was needed for the old 2007-11-30 14:23:46 +00:00
data update to tzdata2007g 2007-09-23 18:17:31 +00:00
documentation removed former haiku_book and headersampler tool 2007-10-04 22:15:58 +00:00
kits don't add backgroundTexture.tga as default folder image 2007-12-08 12:45:03 +00:00
libs * Turns out the 3com driver wasn't picked up after my changes, but the marvell_yukon driver 2007-12-08 19:38:51 +00:00
preferences Set the low color to be the same as the view color, otherwise 2007-12-06 21:17:46 +00:00
servers Also update the ui_color for menu backgrounds, when using set_menu_info. 2007-12-06 21:09:35 +00:00
system added pthread_once() implementation and tests 2007-12-07 21:02:59 +00:00
tests added pthread_once() implementation and tests 2007-12-07 21:02:59 +00:00
tools fix linux build 2007-12-08 14:40:33 +00:00
Jamfile libshared.a doesn't deserve a src/ subdirectory. Moved to 2007-06-15 18:32:50 +00:00