haiku/src/add-ons/kernel/drivers
Stephan Aßmus 0bd93b7def * Use a default buffer frame count that is adapted to the sample rate
of the audio group. This is supposed to keep the latency about the same
  regardless of sample rate and lessen the requirements on the system
  performance when using higher sample rates. Currently the multi-audio
  addon uses the highest available rate.
* Added TODO about the highest sample rate seemingly being forgotten in one
  place.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29421 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-03-07 10:23:52 +00:00
..
arch Move the floppy driver to disk/floppy/pc_floppy, it will be named pc_floppy, as it handles PC-style controllers, but not only PCs have those, so it doesn't belong to arch anymore. 2008-06-20 23:05:19 +00:00
audio * Use a default buffer frame count that is adapted to the sample rate 2009-03-07 10:23:52 +00:00
bluetooth Publish transport driver in transport subfolder in devfs 2009-01-29 22:06:52 +00:00
bus * Extend the usb_raw interface by alternate interface aware getters for 2008-09-10 21:52:32 +00:00
common Properly initialize the device_hooks in the null and console drivers to include 2008-06-22 13:37:08 +00:00
disk Specify direction flag in all calls of simple_exec(). Thanks, Marcus! 2009-02-01 13:58:40 +00:00
dvb * Fixed a ton of wrong usages of B_CONTIGUOUS + B_FULL_LOCK. 2008-08-07 13:00:36 +00:00
graphics added 'block_acc' option in nvidia.settings to completely disable the acceleration engine. This lets my G72 run (not crash) for the first time when enabled. Note: Haiku becomes very slow in drawing in 32bit mode when the driver is running this way compared to vesa mode. I am assuming this is because of (too) fine-grained calling of the engine management functions. Never saw this effect AFAIK in BeOS. 2009-03-02 19:55:03 +00:00
input * Added simplified possibility to schedule UHCI transfers from within KDL. 2009-02-22 20:46:27 +00:00
joystick Driver for USB Joystick SBLive and audigy. Work in progress. Right now the USB driver don't work. 2008-07-12 10:31:24 +00:00
midi Fixed removing from device list with only one device info present 2008-01-13 12:35:08 +00:00
misc
network Implemented ETHER_GET_LINK_STATE and ETHER_SET_LINK_STATE_SEM for rtl8169. 2009-02-22 01:35:15 +00:00
ports Working version of the driver. At least it does seem to work with my onboard com port, but not the OxfordSemi PCI card I have here. Still requires tty_manager, and config_manager too, so won't work in Haiku yet. Needs cleanup. 2009-02-27 00:15:20 +00:00
power * Forgot some debug output in the driver... 2009-01-14 21:32:21 +00:00
random
tty * tty_select() did not check for ICANON and therefore notified the select 2008-11-18 21:07:18 +00:00
video
Jamfile