Bug 120728 - MIssing ioctl
Summary: MIssing ioctl
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: memcheck (show other bugs)
Version: 3.1.0
Platform: Unlisted Binaries Linux
: NOR wishlist
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-24 21:45 UTC by Eric Pouech
Modified: 2006-02-11 14:30 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Patch (4.65 KB, patch)
2006-01-24 21:54 UTC, Eric Pouech
Details
Patch (4.65 KB, patch)
2006-01-24 21:55 UTC, Eric Pouech
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Pouech 2006-01-24 21:45:06 UTC
this patch adds a couple of mission ioctl for linux support:
- one about DMA ioctl for HD
- two about serial support
As the split for linux between generic and x86 isn't 100% clear, it's split
acroos the two.
Patches against VG 3.1.0
Comment 1 Eric Pouech 2006-01-24 21:54:35 UTC
Created attachment 14367 [details]
Patch
Comment 2 Eric Pouech 2006-01-24 21:55:53 UTC
Created attachment 14368 [details]
Patch
Comment 3 Tom Hughes 2006-02-11 14:30:53 UTC
I have implemented these 3 ioctls in SVN revision 5633 based on your patch with a few fixes.

Both the patches you attached actually seem to be the same incidentally, and have a hunk that didn't seem to have anything to do with these new ioctls.

You're quite right that many ioctls aren't generic, but we haven't got around to trying to split them up yet so they are all in the generic code at the moment.