http://bugs.winehq.org/show_bug.cgi?id=7876
------- Additional Comments From dank@kegel.com 2007-28-03 00:31 ------- Right, .sys files are much harder to support than .dll files, we generally don't even try.
I doubt they would need to load a driver in Linux; most of their functionality can probably be gotten at via userspace already. Somebody just needs to write a .dll that uses the linux kernel interface to get at it all.
Better yet to simply rewrite the app for Linux, I suppose.