moel.mich [Sun, 31 Oct 2010 22:08:47 +0000] rev 236
Replaced the non-kernel code of WinRing0 with a managed implementation. The new implementation should fix Issue 32 and simplify further work on Issue 46.
paulwerelds [Mon, 18 Oct 2010 07:18:14 +0000] rev 235
Fixed the NullReference Exception
paulwerelds [Mon, 18 Oct 2010 07:15:31 +0000] rev 234
Added a Parent property to the WMI exposed Hardware objects
paulwerelds [Sun, 17 Oct 2010 19:25:50 +0000] rev 233
Updated attribute maps for the 4 SSD controllers we figured out so far.
Also switched back to an array of DriveAttribute rather than a generic list.
moel.mich [Sun, 17 Oct 2010 19:13:26 +0000] rev 232
Removed the WMI Provider menu entry and restricted WMI to the Windows platform.
moel.mich [Sun, 17 Oct 2010 17:12:38 +0000] rev 231
Changed the SMART AttributeID type from an enum to a struct.
moel.mich [Sun, 17 Oct 2010 16:13:20 +0000] rev 230
Renamed folder from Wmi to WMI also in the project file.
moel.mich [Sun, 17 Oct 2010 16:10:08 +0000] rev 229
Renamed folder Wmi to WMI.
moel.mich [Sun, 17 Oct 2010 16:04:19 +0000] rev 228
Added code to read the additional fans on the ASRock P55 Deluxe mainboard via special GPIO switching.
paulwerelds [Sun, 17 Oct 2010 08:21:33 +0000] rev 227
Small bits of refactoring.