Custom Query (11 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 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 %$
 

#15 fixed Paulsbro chipsets require word aligned DMA Steven Levine Steven Levine
#16 fixed DaniS506.ADD versions 1.8.12 and 1.8.14 result in "unable to operate harddrive" Steven Levine erdmann
Description

on two different partitions on the same system, when I replace a working 1.8.9 driver of DaniS506.ADD against version 1.8.14 (from David) I get message "unable to operate harddrive". Find attached PCI info of the system.

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