Custom Query (11 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 11)

1 2 3 4
Ticket Resolution Summary Owner Reporter
#8 fixed CD-ROM Drive not recognised by v1.7.8 or newer Steven Levine diver
Description

While installing ecs 2.1 i found out that my cd-rom drive is not recognised. in phase1 it was seen, but from then on it was not seen by the system. i then tried a couple of different dani drivers and found the last working one. Version 1.7.7 still works as it should, but 1.7.8 doesn't see the cd-rom then.

#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
1 2 3 4
Note: See TracQuery for help on using queries.