Custom Query (11 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 11 of 11)

1 2 3 4
Ticket Resolution Summary Owner Reporter
#14 fixed VENDOR ID set to BuildMachine Steven Levine abwillis
Description

Rather than having Vendor to default to just unknown, make.cmd could be updated to set VENDOR to BUILDMACHINE by default. Not a big deal but I just don't like seeing unknown in the bldlevel.

Index: make.cmd
===================================================================
--- make.cmd	(revision 108)
+++ make.cmd	(working copy)
@@ -24,6 +24,10 @@
   endiff
 endiff
 
+iff not defined VENDOR
+  set VENDOR=%BUILDMACH
+endiff
+
 echo on
 nmake /nologo %$
 

#2 wontfix no AHCI support for Intels latest PCH controller somebody warpuser
Description

There have been some improvements with the 1.8.6 and 1.8.7 driver version as now its possible to use the so called "SATA Enhanced Compatibility" mode. This was not working with 1.8.5, only the IDE compatibility mode was ok. The AHCI mode is still not working, in this mode no controller is found. Logs are attached.

1 2 3 4
Note: See TracQuery for help on using queries.