haiku/src/add-ons/kernel/drivers
Colin Günther 2b03fdfe35 * Implementing rman_get_start and copying rman_make_alignment_flags from
FreeBSD 8 (r199625) and thus adding the FreeBSD license header.
* Implementing the glue code to make the wavelanwifi driver linking.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34626 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-12-10 22:04:51 +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 It seems the codec GPIO count isn't usable for quirks, ie the GPIO count is zero on the Macbook 2009-12-08 22:31:30 +00:00
bluetooth - Schedule event interrupt transfer with the maximun possible event size, => reduces the number of callbacks for bigger packages 2009-08-26 17:50:41 +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 * Add a missing result assign that would cause the synchronize ioctl to always 2009-09-23 02:16:47 +00:00
dvb * Fixed a ton of wrong usages of B_CONTIGUOUS + B_FULL_LOCK. 2008-08-07 13:00:36 +00:00
graphics * Moved the VM headers into subdirectory vm/. 2009-12-02 18:05:10 +00:00
input Patch by idefix: 2009-09-26 10:33:18 +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 Added Pete Goodeve to contributors for his work on MIDI. 2009-10-30 06:26:25 +00:00
misc A simple driver to get to KDL from Terminal, since the hotkey is quite uneasy to generate from VNC... 2009-10-17 12:02:31 +00:00
network * Implementing rman_get_start and copying rman_make_alignment_flags from 2009-12-10 22:04:51 +00:00
ports Work-in-progress BeOS hack allow loading with either the R5 or BONE tty manager, due to using the same version and incompatible module hooks we must detect it at runtime to avoid crashing. 2009-12-08 23:51:23 +00:00
power * Coding style cleanup. 2009-12-01 12:58:49 +00:00
printer Correction for style issue fix. 2009-10-12 19:27:18 +00:00
random Fixing random GCC4 warnings. Mostly missing consts, some parentheses, some braces... Should all be harmless and not change anything. 2009-07-16 02:42:03 +00:00
tty * Cleanup, no functional change. 2009-11-19 22:00:24 +00:00
video Made sure load_driver_symbols() is not used anymore when building for Haiku; 2008-04-09 17:48:36 +00:00
Jamfile - Cleaned up usb_printer driver. 2009-10-10 15:08:58 +00:00