#
618ef149 |
| 05-Nov-2007 |
Axel Dörfler <axeld@pinc-software.de> |
* Made at least scsi_cmd_rw_10 the same as the one in private/drivers/scsi_cmds.h; ideally, we would only have one file and no copies - later. * That also changed how READ/WRITE_6 commands are tran
* Made at least scsi_cmd_rw_10 the same as the one in private/drivers/scsi_cmds.h; ideally, we would only have one file and no copies - later. * That also changed how READ/WRITE_6 commands are translated to READ/WRITE_10 commands, but it was obviously correct before, at least I can still reproduce bug #1577 (so it has to be something else). * Spotted a few suspicious uses of transform_6_10() vs. transform_cmd_6_10(); at least the FreeBSD driver seem to work differently here, anyway (it always uses 12 byte commands for most of these). * Cleaned up the file.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22838 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
65482713 |
| 08-Sep-2006 |
imker <imker@nowhere.fake> |
- fixed warnings, produced by Haiku version of gcc; - space-based indentations replaced with tab-based ones; - a bit of cleanup;
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18784 a95241bf
- fixed warnings, produced by Haiku version of gcc; - space-based indentations replaced with tab-based ones; - a bit of cleanup;
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18784 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
b3d94504 |
| 29-May-2006 |
Stephan Aßmus <superstippi@gmx.de> |
* added a bunch of drivers by Siarzhuk Zharski -> a USB Mass Storgage module (SCSI bus manager add-on) -> a SiS 7018 AC97 driver (uses "old" audio driver interface) -> a USB Serial driver -> a USB Vi
* added a bunch of drivers by Siarzhuk Zharski -> a USB Mass Storgage module (SCSI bus manager add-on) -> a SiS 7018 AC97 driver (uses "old" audio driver interface) -> a USB Serial driver -> a USB Vision driver and media add-on (Haupauge WinTV USB) * moved R3MediaDefs.h from usb_audio driver to common place headers/private/audio (also used by SiS 7018 driver) * added TV tuner frequency defines to data/settings/media/usb_vision
Some of these drivers are in unfinished state, particularily the USB Vision driver, the VideoProducer doesn't seem to use it yet, the USB Mass Storage module is known to work though, it also includes add-ons for itself that add support for some "special" hardware, these are not integrated with the Jamfile build system though.
Also I didn't much much time with the "CVS package" targets, the ReadMes are not added, someone with more knowledge about this could add them...
None of this stuff is added to the Haiku image, it is simply included to be maintained in the Haiku tree from now on.
* fixed a bug in Video Producer sample inherited from Be Sample code - the timing from the time source was not really used, on some systems this could cause in the producer not waking up at the correct time if the system time and audio card time are drifting apart
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17625 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
93c0a5d7 |
| 05-Sep-2015 |
Axel Dörfler <axeld@pinc-software.de> |
Reworked little endian bitfields a bit.
* Added B_ prefix. * Renamed 16 bit variants to B_LENDIAN16_*. * Added 32 bit variants (albeit only 16 of them for now). * Adjusted headers that were using th
Reworked little endian bitfields a bit.
* Added B_ prefix. * Renamed 16 bit variants to B_LENDIAN16_*. * Added 32 bit variants (albeit only 16 of them for now). * Adjusted headers that were using them.
show more ...
|