es40-developers Mailing List for AlphaServer ES40 Emulator (Page 10)
Status: Alpha
Brought to you by:
iamcamiel
You can subscribe to this list here.
2008 |
Jan
|
Feb
(132) |
Mar
(117) |
Apr
(27) |
May
(1) |
Jun
(16) |
Jul
|
Aug
|
Sep
(4) |
Oct
(5) |
Nov
(2) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
|
Feb
|
Mar
|
Apr
(5) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Camiel V. <iam...@gm...> - 2008-02-26 11:36:41
|
Hi Brian, The new parser has a problem with my config file, the following string: action = """c:\Program Files\PuTTY\putty.exe"" telnet://localhost:21264"; Gives an error message saying the first ':' (in "c:") is an invalid character. Camiel. On Sat, Feb 23, 2008 at 9:31 PM, brian wheeler <bdw...@in...> wrote: > This is basically the Configurator.cpp that I sent the other day, except > in patch form. > > Here's how it works: > On the first pass (parent==0) the file is stripped down to the > essentials and the c-comments, strings, and braces are checked to verify > they are closed correctly. > > My configuration file is turned into this string: > > gui=sdl{keyboard.use_mapping=false;keyboard.map="keys.map";} > sys0=tsunami{rom.srm="../rom/cl67srmrom.exe";rom.decompressed="../rom/decompressed.rom"; > rom.flash="../rom/flash.rom";rom.dpr="../rom/dpr.rom";memory.bits=30; > cpu0=ev68cb{icache=false;}pci0.7=ali{mouse.enabled=true;lpt.outfile="lpt.out"; > vga_console=true;}pci0.15=ali_ide{disk0.0=file{file="../img/scratch.dsk"; > read_only=false;cdrom=false;}disk1.0=file{file="../img/alphacd-3.1.1.iso"; > read_only=true;cdrom=true;}}pci0.19=ali_usb{}pci0.2=cirrus{ > rom="../rom/vgabios-0.6a.debug.bin";}pci0.3=sym53c810{}serial0=serial{port=21264; > action="xterm -e telnet localhost 21264";}} > > When all of the whitespace and comments are removed, the configuration > parser becomes much simpler: state transitions are direct (instead of > having to go through a 'done' phase, and no syntax checking is required > since the first pass already took care of it. > > Brian > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers > > |
From: brian w. <bdw...@in...> - 2008-02-23 20:31:43
|
This is basically the Configurator.cpp that I sent the other day, except in patch form. Here's how it works: On the first pass (parent==0) the file is stripped down to the essentials and the c-comments, strings, and braces are checked to verify they are closed correctly. My configuration file is turned into this string: gui=sdl{keyboard.use_mapping=false;keyboard.map="keys.map";} sys0=tsunami{rom.srm="../rom/cl67srmrom.exe";rom.decompressed="../rom/decompressed.rom"; rom.flash="../rom/flash.rom";rom.dpr="../rom/dpr.rom";memory.bits=30; cpu0=ev68cb{icache=false;}pci0.7=ali{mouse.enabled=true;lpt.outfile="lpt.out"; vga_console=true;}pci0.15=ali_ide{disk0.0=file{file="../img/scratch.dsk"; read_only=false;cdrom=false;}disk1.0=file{file="../img/alphacd-3.1.1.iso"; read_only=true;cdrom=true;}}pci0.19=ali_usb{}pci0.2=cirrus{ rom="../rom/vgabios-0.6a.debug.bin";}pci0.3=sym53c810{}serial0=serial{port=21264; action="xterm -e telnet localhost 21264";}} When all of the whitespace and comments are removed, the configuration parser becomes much simpler: state transitions are direct (instead of having to go through a 'done' phase, and no syntax checking is required since the first pass already took care of it. Brian |
From: brian w. <bdw...@in...> - 2008-02-23 20:20:30
|
On Sat, 2008-02-23 at 14:18 +0100, Camiel Vanderhoeven wrote: > Hello Brian, > > It is included in the executable release zip-files. > Well, that solves that :) I don't think I've downloaded the release zips since this was put into cvs... Brian > Camiel. > > On Sat, Feb 23, 2008 at 4:28 AM, brian wheeler <bdw...@in...> wrote: > > > > On Fri, 2008-02-22 at 13:34 -0800, Galen Tackett wrote: > > > I am new to your ES40 emulator but not to Alphas or > > > VMS--I've used both for eons. > > > > > > I am trying to start ES40 on a Windows Vista 32 bit > > > laptop built on the AMD Athlon 64 X2 processor. When > > > I try to start ES40 I get a command prompt window with > > > a few messages that end with: > > > > > > %VGA-F-ROM: Cannot load rom > > > 'rom\vgabios-0.6a.debug.bin' > > > > > > Can you tell me what this means? > > > > > > > You need to grab that file from the net and put it into your rom > > directory. It is the bios rom which lives on a video card. > > > > Camiel, since its GPL, is there any reason why it can't be shipped with > > the release? > > > > Brian > > > > > > > > > > > > > Thanks, > > > > > > Galen > > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by: Microsoft > > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > _______________________________________________ > > > Es40-developers mailing list > > > Es4...@li... > > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Es40-developers mailing list > > Es4...@li... > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers |
From: Camiel V. <iam...@gm...> - 2008-02-23 13:18:08
|
Hello Brian, It is included in the executable release zip-files. Camiel. On Sat, Feb 23, 2008 at 4:28 AM, brian wheeler <bdw...@in...> wrote: > > On Fri, 2008-02-22 at 13:34 -0800, Galen Tackett wrote: > > I am new to your ES40 emulator but not to Alphas or > > VMS--I've used both for eons. > > > > I am trying to start ES40 on a Windows Vista 32 bit > > laptop built on the AMD Athlon 64 X2 processor. When > > I try to start ES40 I get a command prompt window with > > a few messages that end with: > > > > %VGA-F-ROM: Cannot load rom > > 'rom\vgabios-0.6a.debug.bin' > > > > Can you tell me what this means? > > > > You need to grab that file from the net and put it into your rom > directory. It is the bios rom which lives on a video card. > > Camiel, since its GPL, is there any reason why it can't be shipped with > the release? > > Brian > > > > > > > Thanks, > > > > Galen > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Es40-developers mailing list > > Es4...@li... > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers > |
From: brian w. <bdw...@in...> - 2008-02-23 03:29:08
|
On Fri, 2008-02-22 at 13:34 -0800, Galen Tackett wrote: > I am new to your ES40 emulator but not to Alphas or > VMS--I've used both for eons. > > I am trying to start ES40 on a Windows Vista 32 bit > laptop built on the AMD Athlon 64 X2 processor. When > I try to start ES40 I get a command prompt window with > a few messages that end with: > > %VGA-F-ROM: Cannot load rom > 'rom\vgabios-0.6a.debug.bin' > > Can you tell me what this means? > You need to grab that file from the net and put it into your rom directory. It is the bios rom which lives on a video card. Camiel, since its GPL, is there any reason why it can't be shipped with the release? Brian > Thanks, > > Galen > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers |
From: Galen T. <gta...@ya...> - 2008-02-22 21:35:08
|
I am new to your ES40 emulator but not to Alphas or VMS--I've used both for eons. I am trying to start ES40 on a Windows Vista 32 bit laptop built on the AMD Athlon 64 X2 processor. When I try to start ES40 I get a command prompt window with a few messages that end with: %VGA-F-ROM: Cannot load rom 'rom\vgabios-0.6a.debug.bin' Can you tell me what this means? Thanks, Galen |
From: Brian W. <bdw...@in...> - 2008-02-21 21:45:26
|
I got it into a working state since I was able to reuse most camiel's token parsing stuff. I've attached it. Give it a shot and see if it does any good :) Brian On Thu, 2008-02-21 at 15:41 -0500, Brian Wheeler wrote: > Your config file is messed up ;) > > When that's happened to me I strip out all of the comments and rework > the file a little at a time. > > I'm rewriting the configuration parsing stuff to give more diagnostics > on when things are not right, but I have no idea when it'll actually be > done. > > Brian > > > On Thu, 2008-02-21 at 21:37 +0100, Pepito Grillo wrote: > > hi! > > I'm running the latest cvs source > > I get this error: > > any ideas? > > > > nvlinux:/opt/es40_cvs/es40/src# ./es40 > > > > > > > > **======================================================================** > > || ES40 emulator > > || > > || Version 0.17 > > || > > || > > || > > || Copyright (C) 2007-2008 by the ES40 Emulator > > Project || > > || Website: http://sourceforge.net/projects/es40 > > || > > || E-mail : ca...@ca... > > || > > || > > || > > || This program is free software; you can > > redistribute it and/or || > > || modify it under the terms of the GNU General > > Public License || > > || as published by the Free Software Foundation; > > either version 2 || > > || of the License, or (at your option) any later > > version. || > > > > **======================================================================** > > > > > > STATE_NAME: Illegal character: ' > > '!! (0a @ 16) > > '!! (0d @ 1117)egal character: ' > > STATE_NAME: Illegal character: ' > > '!! (0a @ 1118) > > '!! (0d @ 1119)egal character: ' > > STATE_NAME: Illegal character: ' > > '!! (0a @ 1120) > > '!! (0d @ 2569)egal character: ' > > STATE_NAME: Illegal character: ' > > '!! (0a @ 2570) > > '!! (0d @ 2571)egal character: ' > > STATE_NAME: Illegal character: ' > > '!! (0a @ 2572) > > STATE_VALUE_DONE: Illegal character: 'd'!! (64 @ 787) > > STATE_VALUE_DONE: Illegal character: 'e'!! (65 @ 788) > > STATE_VALUE_DONE: Illegal character: 'c'!! (63 @ 789) > > STATE_VALUE_DONE: Illegal character: 'n'!! (6e @ 790) > > STATE_VALUE_DONE: Illegal character: 'e'!! (65 @ 791) > > STATE_VALUE_DONE: Illegal character: 't'!! (74 @ 792) > > STATE_VALUE_DONE: Illegal character: '='!! (3d @ 794) > > STATE_VALUE_DONE: Illegal character: '"'!! (22 @ 796) > > STATE_VALUE_DONE: Illegal character: '1'!! (31 @ 797) > > STATE_VALUE_DONE: Illegal character: '.'!! (2e @ 798) > > STATE_VALUE_DONE: Illegal character: '1'!! (31 @ 799) > > STATE_VALUE_DONE: Illegal character: '"'!! (22 @ 800) > > STATE_NAME: Illegal character: ' > > '!! (0a @ 16819) > > %GUI-I-INS: Installing sdl module as the ES40 GUI > > sys0(tsunami): $Id: System.cpp,v 1.63 2008/02/20 > > 20:05:46 iamcamiel Exp $ > > sys0(tsunami): $Id: DPR.cpp,v 1.15 2007/12/30 15:10:22 > > iamcamiel Exp $ > > sys0(tsunami): $Id: Flash.cpp,v 1.15 2007/12/30 > > 15:10:22 iamcamiel Exp $ > > cpu0(ev68cb): $Id: AlphaCPU.cpp,v 1.67 2008/02/08 > > 20:08:13 iamcamiel Exp $ > > %VGA-I-ROMSIZE: ROM is 39936 bytes. > > pci0.2(cirrus): $Id: Cirrus.cpp,v 1.13 2008/02/20 > > 22:29:25 iamcamiel Exp $ > > > > %NIC-I-MACDEFAULT: MAC defaulted to 08-00-2B-E5-40-00 > > pci0.4(dec21143): $Id: DEC21143.cpp,v 1.27 2008/01/24 > > 12:40:26 iamcamiel Exp $ > > pci0.7(ali): $Id: AliM1543C.cpp,v 1.58 2008/02/12 > > 11:07:09 iamcamiel Exp $ > > kbc: $Id: Keyboard.cpp,v 1.2 2008/02/20 19:53:31 > > iamcamiel Exp $ > > %IDE-I-INIT: New IDE emulator initialized. > > pci0.15(ali_ide).disk0.0(file): Mounted file > > /datos/openvms/disk1.vdisk, 2050860 512-byte blocks, > > 3598/15/38. > > pci0.15(ali_ide).disk0.1(file): Mounted file > > /datos/idp/OpenVMS-Alpha-v8.3-CD1.ISO, 270296 > > 2048-byte blocks, 452/13/46. > > pci0.19(ali_usb): $Id: AliM1543C_usb.cpp,v 1.4 > > 2008/02/18 15:51:30 iamcamiel Exp $ > > serial0(serial): Waiting for connection on port 21264. > > > > Gtk-WARNING **: Failed to load module > > "libgnomebreakpad.so": libgnomebreakpad.so: cannot > > open shared object file: No such file or directory > > serial0(serial): $Id: Serial.cpp,v 1.36 2008/02/06 > > 10:57:35 iamcamiel Exp $ > > Error: gui(sdl): another GUI was already instantiated. > > Freeing memory in use by system... > > %VGA-I-SHUTDOWN: vga console has shut down. > > pci0.4(dec21143): Waiting for receive process to shut > > down... > > pci0.15(ali_ide).disk0.0(file): Closing file. > > pci0.15(ali_ide).disk0.1(file): Closing file. > > nvlinux:/opt/es40_cvs/es40/src# > > > > > > > > ______________________________________________ > > ¿Con Mascota por primera vez? Sé un mejor Amigo. Entra en Yahoo! Respuestas http://es.answers.yahoo.com/info/welcome > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Es40-developers mailing list > > Es4...@li... > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers |
From: Brian W. <bdw...@in...> - 2008-02-21 20:41:22
|
Your config file is messed up ;) When that's happened to me I strip out all of the comments and rework the file a little at a time. I'm rewriting the configuration parsing stuff to give more diagnostics on when things are not right, but I have no idea when it'll actually be done. Brian On Thu, 2008-02-21 at 21:37 +0100, Pepito Grillo wrote: > hi! > I'm running the latest cvs source > I get this error: > any ideas? > > nvlinux:/opt/es40_cvs/es40/src# ./es40 > > > > **======================================================================** > || ES40 emulator > || > || Version 0.17 > || > || > || > || Copyright (C) 2007-2008 by the ES40 Emulator > Project || > || Website: http://sourceforge.net/projects/es40 > || > || E-mail : ca...@ca... > || > || > || > || This program is free software; you can > redistribute it and/or || > || modify it under the terms of the GNU General > Public License || > || as published by the Free Software Foundation; > either version 2 || > || of the License, or (at your option) any later > version. || > > **======================================================================** > > > STATE_NAME: Illegal character: ' > '!! (0a @ 16) > '!! (0d @ 1117)egal character: ' > STATE_NAME: Illegal character: ' > '!! (0a @ 1118) > '!! (0d @ 1119)egal character: ' > STATE_NAME: Illegal character: ' > '!! (0a @ 1120) > '!! (0d @ 2569)egal character: ' > STATE_NAME: Illegal character: ' > '!! (0a @ 2570) > '!! (0d @ 2571)egal character: ' > STATE_NAME: Illegal character: ' > '!! (0a @ 2572) > STATE_VALUE_DONE: Illegal character: 'd'!! (64 @ 787) > STATE_VALUE_DONE: Illegal character: 'e'!! (65 @ 788) > STATE_VALUE_DONE: Illegal character: 'c'!! (63 @ 789) > STATE_VALUE_DONE: Illegal character: 'n'!! (6e @ 790) > STATE_VALUE_DONE: Illegal character: 'e'!! (65 @ 791) > STATE_VALUE_DONE: Illegal character: 't'!! (74 @ 792) > STATE_VALUE_DONE: Illegal character: '='!! (3d @ 794) > STATE_VALUE_DONE: Illegal character: '"'!! (22 @ 796) > STATE_VALUE_DONE: Illegal character: '1'!! (31 @ 797) > STATE_VALUE_DONE: Illegal character: '.'!! (2e @ 798) > STATE_VALUE_DONE: Illegal character: '1'!! (31 @ 799) > STATE_VALUE_DONE: Illegal character: '"'!! (22 @ 800) > STATE_NAME: Illegal character: ' > '!! (0a @ 16819) > %GUI-I-INS: Installing sdl module as the ES40 GUI > sys0(tsunami): $Id: System.cpp,v 1.63 2008/02/20 > 20:05:46 iamcamiel Exp $ > sys0(tsunami): $Id: DPR.cpp,v 1.15 2007/12/30 15:10:22 > iamcamiel Exp $ > sys0(tsunami): $Id: Flash.cpp,v 1.15 2007/12/30 > 15:10:22 iamcamiel Exp $ > cpu0(ev68cb): $Id: AlphaCPU.cpp,v 1.67 2008/02/08 > 20:08:13 iamcamiel Exp $ > %VGA-I-ROMSIZE: ROM is 39936 bytes. > pci0.2(cirrus): $Id: Cirrus.cpp,v 1.13 2008/02/20 > 22:29:25 iamcamiel Exp $ > > %NIC-I-MACDEFAULT: MAC defaulted to 08-00-2B-E5-40-00 > pci0.4(dec21143): $Id: DEC21143.cpp,v 1.27 2008/01/24 > 12:40:26 iamcamiel Exp $ > pci0.7(ali): $Id: AliM1543C.cpp,v 1.58 2008/02/12 > 11:07:09 iamcamiel Exp $ > kbc: $Id: Keyboard.cpp,v 1.2 2008/02/20 19:53:31 > iamcamiel Exp $ > %IDE-I-INIT: New IDE emulator initialized. > pci0.15(ali_ide).disk0.0(file): Mounted file > /datos/openvms/disk1.vdisk, 2050860 512-byte blocks, > 3598/15/38. > pci0.15(ali_ide).disk0.1(file): Mounted file > /datos/idp/OpenVMS-Alpha-v8.3-CD1.ISO, 270296 > 2048-byte blocks, 452/13/46. > pci0.19(ali_usb): $Id: AliM1543C_usb.cpp,v 1.4 > 2008/02/18 15:51:30 iamcamiel Exp $ > serial0(serial): Waiting for connection on port 21264. > > Gtk-WARNING **: Failed to load module > "libgnomebreakpad.so": libgnomebreakpad.so: cannot > open shared object file: No such file or directory > serial0(serial): $Id: Serial.cpp,v 1.36 2008/02/06 > 10:57:35 iamcamiel Exp $ > Error: gui(sdl): another GUI was already instantiated. > Freeing memory in use by system... > %VGA-I-SHUTDOWN: vga console has shut down. > pci0.4(dec21143): Waiting for receive process to shut > down... > pci0.15(ali_ide).disk0.0(file): Closing file. > pci0.15(ali_ide).disk0.1(file): Closing file. > nvlinux:/opt/es40_cvs/es40/src# > > > > ______________________________________________ > ¿Con Mascota por primera vez? Sé un mejor Amigo. Entra en Yahoo! Respuestas http://es.answers.yahoo.com/info/welcome > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers |
From: Pepito G. <pep...@ya...> - 2008-02-21 20:38:00
|
hi! I'm running the latest cvs source I get this error: any ideas? nvlinux:/opt/es40_cvs/es40/src# ./es40 **======================================================================** || ES40 emulator || || Version 0.17 || || || || Copyright (C) 2007-2008 by the ES40 Emulator Project || || Website: http://sourceforge.net/projects/es40 || || E-mail : ca...@ca... || || || || This program is free software; you can redistribute it and/or || || modify it under the terms of the GNU General Public License || || as published by the Free Software Foundation; either version 2 || || of the License, or (at your option) any later version. || **======================================================================** STATE_NAME: Illegal character: ' '!! (0a @ 16) '!! (0d @ 1117)egal character: ' STATE_NAME: Illegal character: ' '!! (0a @ 1118) '!! (0d @ 1119)egal character: ' STATE_NAME: Illegal character: ' '!! (0a @ 1120) '!! (0d @ 2569)egal character: ' STATE_NAME: Illegal character: ' '!! (0a @ 2570) '!! (0d @ 2571)egal character: ' STATE_NAME: Illegal character: ' '!! (0a @ 2572) STATE_VALUE_DONE: Illegal character: 'd'!! (64 @ 787) STATE_VALUE_DONE: Illegal character: 'e'!! (65 @ 788) STATE_VALUE_DONE: Illegal character: 'c'!! (63 @ 789) STATE_VALUE_DONE: Illegal character: 'n'!! (6e @ 790) STATE_VALUE_DONE: Illegal character: 'e'!! (65 @ 791) STATE_VALUE_DONE: Illegal character: 't'!! (74 @ 792) STATE_VALUE_DONE: Illegal character: '='!! (3d @ 794) STATE_VALUE_DONE: Illegal character: '"'!! (22 @ 796) STATE_VALUE_DONE: Illegal character: '1'!! (31 @ 797) STATE_VALUE_DONE: Illegal character: '.'!! (2e @ 798) STATE_VALUE_DONE: Illegal character: '1'!! (31 @ 799) STATE_VALUE_DONE: Illegal character: '"'!! (22 @ 800) STATE_NAME: Illegal character: ' '!! (0a @ 16819) %GUI-I-INS: Installing sdl module as the ES40 GUI sys0(tsunami): $Id: System.cpp,v 1.63 2008/02/20 20:05:46 iamcamiel Exp $ sys0(tsunami): $Id: DPR.cpp,v 1.15 2007/12/30 15:10:22 iamcamiel Exp $ sys0(tsunami): $Id: Flash.cpp,v 1.15 2007/12/30 15:10:22 iamcamiel Exp $ cpu0(ev68cb): $Id: AlphaCPU.cpp,v 1.67 2008/02/08 20:08:13 iamcamiel Exp $ %VGA-I-ROMSIZE: ROM is 39936 bytes. pci0.2(cirrus): $Id: Cirrus.cpp,v 1.13 2008/02/20 22:29:25 iamcamiel Exp $ %NIC-I-MACDEFAULT: MAC defaulted to 08-00-2B-E5-40-00 pci0.4(dec21143): $Id: DEC21143.cpp,v 1.27 2008/01/24 12:40:26 iamcamiel Exp $ pci0.7(ali): $Id: AliM1543C.cpp,v 1.58 2008/02/12 11:07:09 iamcamiel Exp $ kbc: $Id: Keyboard.cpp,v 1.2 2008/02/20 19:53:31 iamcamiel Exp $ %IDE-I-INIT: New IDE emulator initialized. pci0.15(ali_ide).disk0.0(file): Mounted file /datos/openvms/disk1.vdisk, 2050860 512-byte blocks, 3598/15/38. pci0.15(ali_ide).disk0.1(file): Mounted file /datos/idp/OpenVMS-Alpha-v8.3-CD1.ISO, 270296 2048-byte blocks, 452/13/46. pci0.19(ali_usb): $Id: AliM1543C_usb.cpp,v 1.4 2008/02/18 15:51:30 iamcamiel Exp $ serial0(serial): Waiting for connection on port 21264. Gtk-WARNING **: Failed to load module "libgnomebreakpad.so": libgnomebreakpad.so: cannot open shared object file: No such file or directory serial0(serial): $Id: Serial.cpp,v 1.36 2008/02/06 10:57:35 iamcamiel Exp $ Error: gui(sdl): another GUI was already instantiated. Freeing memory in use by system... %VGA-I-SHUTDOWN: vga console has shut down. pci0.4(dec21143): Waiting for receive process to shut down... pci0.15(ali_ide).disk0.0(file): Closing file. pci0.15(ali_ide).disk0.1(file): Closing file. nvlinux:/opt/es40_cvs/es40/src# ______________________________________________ ¿Con Mascota por primera vez? Sé un mejor Amigo. Entra en Yahoo! Respuestas http://es.answers.yahoo.com/info/welcome |
From: Brian W. <bdw...@in...> - 2008-02-21 14:52:26
|
I'm getting a segfault when the free(devid_string) is being run. I added a line to print out the value of devid_string prior to the free() and here's what I get: pci0.2(cirrus): $Id: Cirrus.cpp,v 1.13 2008/02/20 22:29:25 iamcamiel Exp $ pci0.3(sym53c810): $Id: Sym53C810.cpp,v 1.5 2008/02/18 13:44:48 iamcamiel Exp $ Devid string: 0xba0 %SYS-F-SEGFAULT: The Alpha Simulator has Segfaulted. -SYS-F-SEGFAULT: Backtrace follows. backtrace() returned 12 addresses. 12 ./es40(_Z12segv_handleri+0x1c) [0x431abc] 11 /lib64/libc.so.6 [0x3651230f30] 10 /lib64/libc.so.6(cfree+0x3b) [0x3651275edb] 9 ./es40(_ZN5CDiskC2EP13CConfiguratorP7CSystemP15CDiskControllerii+0xb1) [0x43cc81] 8 ./es40(_ZN9CDiskFileC1EP13CConfiguratorP7CSystemP15CDiskControllerii+0x19) [0x43f779] 7 ./es40(_ZN13CConfigurator10initializeEv+0x535) [0x438515] 6 ./es40(_ZN13CConfigurator10initializeEv+0x1ca) [0x4381aa] 5 ./es40(_ZN13CConfigurator10initializeEv+0x1ca) [0x4381aa] 4 ./es40(_ZN13CConfiguratorC1EPS_PcS1_S1_m+0x41b) [0x438c5b] 3 ./es40(main+0x1a4) [0x431944] 2 /lib64/libc.so.6(__libc_start_main+0xf4) [0x365121e074] 1 ./es40(__gxx_personality_v0+0x119) [0x410af9] Is it some weird clash between Disk.h's protected devid_string and SystemComponent's public devid_string? commenting out the free() causes everything to work ok. It looks like it was added in version 1.9 which was jan 9th. Since it has been working, I suspect that the compiler just glossed over the problem until something recently was changed (or an optimization change) Brian |
From: Brian W. <bdw...@in...> - 2008-02-21 14:39:27
|
This patch cleans up some warnings when gcc is run with -Wall. Mostly it is fixing RestoreState and SaveState printf cast warnings. It does initialize some variables and changes the CSCSIDevice destructor to be virtual and adds a newline onto a few files which don't have them. Brian |
From: Brian W. <bdw...@in...> - 2008-02-21 13:56:03
|
This patch make a few changes to the backtrace functionality: * adds the -rdynamic LD flag if DEBUG_BACKTRACE is specified. This allows all non-static function names to appear in the backtrace. * catch SIGUSR1 to trigger the backtracer if es40 seems to have hung. * use _exit() to really really quit when a SIGSEGV is caught. Index: Makefile =================================================================== RCS file: /cvsroot/es40/es40/src/Makefile,v retrieving revision 1.26 diff -u -w -r1.26 Makefile --- Makefile 20 Feb 2008 21:02:50 -0000 1.26 +++ Makefile 21 Feb 2008 13:47:38 -0000 @@ -135,6 +135,7 @@ # -DDEBUG_PIC Turn on Programmable Interrupt Controller debugging # -DDEBUG_LPT Turn on debugging for LPT Port # -DDEBUG_BACKTRACE Turn on backtrace dump on SIGSEGV +# -DDEBUG_USB Turn on debugging for USB controller # CDEBUGFLAGS = -g -DHIDE_COUNTER -DDEBUG_BACKTRACE @@ -172,6 +173,11 @@ LDOPTIONFLAGS += -g endif +ifneq ($(findstring "-DDEBUG_BACKTRACE",$(CDEBUGFLAGS)),"") +LDOPTIONFLAGS += -rdynamic +endif + + CFLAGS = -I. -I.. \ $(CDEBUGFLAGS) $(CTUNINGFLAGS) $(OPTIONS) $(COPTIONFLAGS) LDFLAGS = $(LDOPTIONFLAGS) @@ -265,4 +271,3 @@ $(DEPEND) -o.do -a -- $(IDB_CFLAGS) -- $(SRCS) clean: rm -f es40 es40_idb es40_lss es40_lsm *.o *.do *.mao *.slo *.trc gui/*.o gui/*.mao gui/*.slo gui/*.do - Index: AlphaSim.cpp =================================================================== RCS file: /cvsroot/es40/es40/src/AlphaSim.cpp,v retrieving revision 1.40 diff -u -w -r1.40 AlphaSim.cpp --- AlphaSim.cpp 7 Feb 2008 20:33:26 -0000 1.40 +++ AlphaSim.cpp 21 Feb 2008 13:47:38 -0000 @@ -211,7 +211,7 @@ printf("%3d %s\n",nptrs-i, strings[i]); } free(strings); - exit(1); + if(signum==SIGSEGV) _exit(1); } #else @@ -255,6 +255,7 @@ #ifdef HAS_BACKTRACE signal(SIGSEGV, &segv_handler); + signal(SIGUSR1, &segv_handler); #endif try |
From: Camiel V. <iam...@gm...> - 2008-02-20 21:04:37
|
Oops... Stupid mistake. As for the threading, I'm working with David Hittner (who's fixing a lot of stuff in the network card) to come up with a model that will work for all devices. After that, it's testing, testing, and testing again... Camiel. On Feb 20, 2008 9:38 PM, Brian Wheeler <bdw...@in...> wrote: > The plusses need to be taken out of the first column... > > How are your threading experiments going? > > Brian > > > On Wed, 2008-02-20 at 21:23 +0100, Camiel Vanderhoeven wrote: > > Hi Brian, > > > > I applied this one as well. > > > > Camiel. > > > > On Feb 19, 2008 3:40 AM, brian wheeler <bdw...@in...> wrote: > > > This quick patch makes sure that the ld command gets -g if -g was > > > defined in the CDEBUGFLAGS. > > > > > > Index: Makefile > > > =================================================================== > > > RCS file: /cvsroot/es40/es40/src/Makefile,v > > > retrieving revision 1.24 > > > diff -u -w -r1.24 Makefile > > > --- Makefile 16 Feb 2008 17:05:07 -0000 1.24 > > > +++ Makefile 19 Feb 2008 02:36:49 -0000 > > > @@ -164,6 +164,10 @@ > > > LDOPTIONFLAGS += -lpcap > > > endif > > > > > > +ifneq ($(findstring "-g",$(CDEBUGFLAGS)),"") > > > +LDOPTIONFLAGS += -g > > > +endif > > > + > > > > > > CFLAGS = -I. -I.. \ > > > $(CDEBUGFLAGS) $(CTUNINGFLAGS) $(OPTIONS) $(COPTIONFLAGS) > > > > > > > > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by: Microsoft > > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > _______________________________________________ > > > Es40-developers mailing list > > > Es4...@li... > > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Es40-developers mailing list > > Es4...@li... > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers > |
From: Brian W. <bdw...@in...> - 2008-02-20 20:38:53
|
The plusses need to be taken out of the first column... How are your threading experiments going? Brian On Wed, 2008-02-20 at 21:23 +0100, Camiel Vanderhoeven wrote: > Hi Brian, > > I applied this one as well. > > Camiel. > > On Feb 19, 2008 3:40 AM, brian wheeler <bdw...@in...> wrote: > > This quick patch makes sure that the ld command gets -g if -g was > > defined in the CDEBUGFLAGS. > > > > Index: Makefile > > =================================================================== > > RCS file: /cvsroot/es40/es40/src/Makefile,v > > retrieving revision 1.24 > > diff -u -w -r1.24 Makefile > > --- Makefile 16 Feb 2008 17:05:07 -0000 1.24 > > +++ Makefile 19 Feb 2008 02:36:49 -0000 > > @@ -164,6 +164,10 @@ > > LDOPTIONFLAGS += -lpcap > > endif > > > > +ifneq ($(findstring "-g",$(CDEBUGFLAGS)),"") > > +LDOPTIONFLAGS += -g > > +endif > > + > > > > CFLAGS = -I. -I.. \ > > $(CDEBUGFLAGS) $(CTUNINGFLAGS) $(OPTIONS) $(COPTIONFLAGS) > > > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Es40-developers mailing list > > Es4...@li... > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers |
From: Camiel V. <iam...@gm...> - 2008-02-20 20:23:31
|
Hi Brian, I applied this one as well. Camiel. On Feb 19, 2008 3:40 AM, brian wheeler <bdw...@in...> wrote: > This quick patch makes sure that the ld command gets -g if -g was > defined in the CDEBUGFLAGS. > > Index: Makefile > =================================================================== > RCS file: /cvsroot/es40/es40/src/Makefile,v > retrieving revision 1.24 > diff -u -w -r1.24 Makefile > --- Makefile 16 Feb 2008 17:05:07 -0000 1.24 > +++ Makefile 19 Feb 2008 02:36:49 -0000 > @@ -164,6 +164,10 @@ > LDOPTIONFLAGS += -lpcap > endif > > +ifneq ($(findstring "-g",$(CDEBUGFLAGS)),"") > +LDOPTIONFLAGS += -g > +endif > + > > CFLAGS = -I. -I.. \ > $(CDEBUGFLAGS) $(CTUNINGFLAGS) $(OPTIONS) $(COPTIONFLAGS) > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers > |
From: Camiel V. <iam...@gm...> - 2008-02-20 20:18:00
|
Hi Brian, I just put it in CVS. Camiel. On Feb 18, 2008 9:19 PM, Brian Wheeler <bdw...@in...> wrote: > I snagged the algorithm from libcdio. It should be right, but all I > know is that its "right" enough that FreeBSD boots again. > > Brian > > Index: Disk.cpp > =================================================================== > RCS file: /cvsroot/es40/es40/src/Disk.cpp,v > retrieving revision 1.24 > diff -u -r1.24 Disk.cpp > --- Disk.cpp 18 Feb 2008 14:52:10 -0000 1.24 > +++ Disk.cpp 18 Feb 2008 20:17:30 -0000 > @@ -617,6 +617,45 @@ > } > } > > + > +/** > + * Basic algorithm taken from libcdio for converting lba to msf > + **/ > + > +#define PREGAP_SECTORS 150 > +#define CD_FRAMES_PER_SEC 75 > +#define CD_MAX_LSN 450150 > + > +#define bin2bcd(x) ((x / 10) << 4) | (x % 10) > + > +static u32 lba2msf(off_t_large lba) { > + int m,s,f; > + > + lba -= PREGAP_SECTORS; > + if(lba >= -PREGAP_SECTORS) { > + m = (lba + PREGAP_SECTORS) / (CD_FRAMES_PER_SEC * 60); > + lba -= m * (CD_FRAMES_PER_SEC * 60); > + s = (lba + PREGAP_SECTORS) / CD_FRAMES_PER_SEC; > + lba -= s * CD_FRAMES_PER_SEC; > + f = lba + PREGAP_SECTORS; > + } else { > + m = (lba + CD_MAX_LSN) / (CD_FRAMES_PER_SEC * 60); > + lba -= m * (CD_FRAMES_PER_SEC * 60); > + s = (lba + CD_MAX_LSN) / CD_FRAMES_PER_SEC; > + lba -= s * CD_FRAMES_PER_SEC; > + f = lba + CD_MAX_LSN; > + } > + > + if(m > 99) m=99; > + > + //printf("m=%d, s=%d, f=%d == m=%x, s=%x, f=%x\n", m,s,f,bin2bcd(m),bin2bcd(s),bin2bcd(f)); > + > + return bin2bcd(m)<<16 | bin2bcd(s)<<8 | bin2bcd(f); > + > + > +} > + > + > /** > * \brief Handle a SCSI command. > * > @@ -1312,12 +1351,6 @@ > #if defined(DEBUG_SCSI) > printf("%s: CDROM READ TOC.\n", devid_string); > #endif > - if (state.scsi.cmd.data[1]&0x02) > - { > - printf("%s: I don't understand READ TOC/PMA/ATIP with MSF bit set.\n",devid_string); > - FAILURE("SCSI Command Failed"); > - } > - > if (state.scsi.cmd.data[2]&0x0f) > { > printf("%s: I don't understand READ TOC/PMA/ATIP with format %01x.\n",devid_string,state.scsi.cmd.data[2] & 0x0f); > @@ -1355,20 +1388,41 @@ > state.scsi.dati.data[q++] = 0x14; // adr/control (Q-channel: current position, data track, no copy) > state.scsi.dati.data[q++] = 1; // track number > state.scsi.dati.data[q++] = 0; // reserved > - state.scsi.dati.data[q++] = 0>>24; //lba > - state.scsi.dati.data[q++] = 0>>16; > - state.scsi.dati.data[q++] = 0>>8; > - state.scsi.dati.data[q++] = 0; > + if(state.scsi.cmd.data[1]&0x02) > + { > + u32 x = lba2msf(0); > + state.scsi.dati.data[q++]=0; > + state.scsi.dati.data[q++]=(x & 0xff0000) >> 16; > + state.scsi.dati.data[q++]=(x & 0xff00) >> 8; > + state.scsi.dati.data[q++]=x & 0xff; > + } > + else > + { > + state.scsi.dati.data[q++] = 0>>24; //lba > + state.scsi.dati.data[q++] = 0>>16; > + state.scsi.dati.data[q++] = 0>>8; > + state.scsi.dati.data[q++] = 0; > + } > } > state.scsi.dati.data[q++] = 0; // reserved > state.scsi.dati.data[q++] = 0x16; // adr/control (Q-channel: current position, data track, copy) > state.scsi.dati.data[q++] = 0xAA; // track number > state.scsi.dati.data[q++] = 0; // reserved > - state.scsi.dati.data[q++] = (u8)(get_lba_size()>>24); //lba > - state.scsi.dati.data[q++] = (u8)(get_lba_size()>>16); > - state.scsi.dati.data[q++] = (u8)(get_lba_size()>>8); > - state.scsi.dati.data[q++] = (u8)get_lba_size(); > - > + if(state.scsi.cmd.data[1]&0x02) > + { > + u32 x = lba2msf(get_lba_size()); > + state.scsi.dati.data[q++]=0; > + state.scsi.dati.data[q++]=(x & 0xff0000) >> 16; > + state.scsi.dati.data[q++]=(x & 0xff00) >> 8; > + state.scsi.dati.data[q++]=x & 0xff; > + } > + else > + { > + state.scsi.dati.data[q++] = (u8)(get_lba_size()>>24); //lba > + state.scsi.dati.data[q++] = (u8)(get_lba_size()>>16); > + state.scsi.dati.data[q++] = (u8)(get_lba_size()>>8); > + state.scsi.dati.data[q++] = (u8)get_lba_size(); > + } > state.scsi.dati.data[0] = (u8)(q>>8); > state.scsi.dati.data[1] = (u8)q; > > @@ -1505,6 +1559,7 @@ > return SCSI_PHASE_COMMAND; > } > > + > static int primes_54[54] > = { 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, > 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers > |
From: Camiel V. <iam...@gm...> - 2008-02-19 14:48:00
|
Hello Brian, I'm happy to hear that. I was already pretty confident that the emulated keyboard was doing the right thing, this more or less confirms that the same issue occurs on real Alpha hardware. I'll treat it as a bug in NetBSD and stop trying to fix the emulator unless some other information becomes available. Camiel. On Feb 19, 2008 3:28 AM, brian wheeler <bdw...@in...> wrote: > Looks like there is/was a bug in netbsd which looks suspiciously like > the problem I was having with the keyboard when NetBSD panicked: > ------------- > Subject: Re: vga and XFree woes > To: Oleg Gritsinevich <ol...@uk...> > From: Pavel Cahyna <pca...@ar...> > List: port-alpha > Date: 12/20/2002 10:01:24 > > > mentioning console. I can repeat and post the exact message. > > Send it, please. > > > > -- > > With best regards, Oleg Gritsinevich > > > > P.S. I suspect it looks like 'pci_display_console: no device at ...' > > Exactly. > > panic: pci_display_console: no device at 255/255/0 > Stopped at 0xfffffc000096ac54: or zero,s6,sp > db> > > and keyboard in ddb is not working. Some keys don't do anything, > backspace gives backtick (`). > > It's an AlphaPC 164LX. > > Bye Pavel > ----------- > > Its possible that the keyboard bug part of this is still in NetBSD and > nobody has fixed it because its not something that's ever really > supposed to happen.... > > Brian > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers > |
From: brian w. <bdw...@in...> - 2008-02-19 02:44:14
|
This quick patch makes sure that the ld command gets -g if -g was defined in the CDEBUGFLAGS. Index: Makefile =================================================================== RCS file: /cvsroot/es40/es40/src/Makefile,v retrieving revision 1.24 diff -u -w -r1.24 Makefile --- Makefile 16 Feb 2008 17:05:07 -0000 1.24 +++ Makefile 19 Feb 2008 02:36:49 -0000 @@ -164,6 +164,10 @@ LDOPTIONFLAGS += -lpcap endif +ifneq ($(findstring "-g",$(CDEBUGFLAGS)),"") +LDOPTIONFLAGS += -g +endif + CFLAGS = -I. -I.. \ $(CDEBUGFLAGS) $(CTUNINGFLAGS) $(OPTIONS) $(COPTIONFLAGS) |
From: brian w. <bdw...@in...> - 2008-02-19 02:28:59
|
Looks like there is/was a bug in netbsd which looks suspiciously like the problem I was having with the keyboard when NetBSD panicked: ------------- Subject: Re: vga and XFree woes To: Oleg Gritsinevich <ol...@uk...> From: Pavel Cahyna <pca...@ar...> List: port-alpha Date: 12/20/2002 10:01:24 > > mentioning console. I can repeat and post the exact message. > Send it, please. > > -- > With best regards, Oleg Gritsinevich > > P.S. I suspect it looks like 'pci_display_console: no device at ...' Exactly. panic: pci_display_console: no device at 255/255/0 Stopped at 0xfffffc000096ac54: or zero,s6,sp db> and keyboard in ddb is not working. Some keys don't do anything, backspace gives backtick (`). It's an AlphaPC 164LX. Bye Pavel ----------- Its possible that the keyboard bug part of this is still in NetBSD and nobody has fixed it because its not something that's ever really supposed to happen.... Brian |
From: Paco L. <pac...@gm...> - 2008-02-18 20:56:05
|
Hi: If your installation goes like mine, tomorrow at breakfast you will have your OS installed :) Regards from Spain Paco On Feb 18, 2008 9:47 PM, Fausto Saporito <fa...@un...> wrote: > Hi Paco, > > I noticed the disk image file changed one hour ago :-) > So the installation process is continuing, very slowly... > > regards, > fausto > > Paco Linux ha scritto: > > Hi Fausto: > > > > I'm not aware of a strings command for win, but perhaps you can get > > the same funcionality from cygwin ( a unix-like environment for windows > ) > > > > Paco > > > > On Feb 18, 2008 9:22 PM, Fausto Saporito <fa...@un... > > <mailto:fa...@un...>> wrote: > > > > Hello Paco, > > > > thanks for the reply. > > Do you know if there's a "strings" equivalent command for Windows? > > > > thanks, > > fausto > > > > Paco Linux ha scritto: > > > Hi Fausto, > > > > > > As I reported last week, I had also the same error, and the > > > instalation took a looooong time (more than 14 hours, and the > > computer > > > is too powerful), but finally I have got installed.. > > > I have a 'method' of knowing if there is progress or the program > is > > > freezed.. I make a " strings file.img | wc -l " to see if the > > number > > > of strings in the image increments > > > > > > Paco > > > > > > On Feb 18, 2008 6:26 PM, <fa...@un... > > <mailto:fa...@un...> <mailto:fa...@un... > > <mailto:fa...@un...>>> wrote: > > > > > > Hello all, > > > > > > after 6 hours the installation is always at 50%. > > > I don't think it's a nice thing. > > > > > > Has anybody some experience with timings of OpenVMS 8.3 > > installation. > > > > > > My PC is quite fast... quadcore with 4GB of ram, so I don't > > think it's > > > a speed problem. > > > By the way I'll keep the emulator running for other 2 > > hours... and > > > let's see. > > > :-) > > > > > > regards, > > > fausto > > > > > > Quoting Camiel Vanderhoeven <iam...@gm... > > <mailto:iam...@gm...> > > > <mailto:iam...@gm... <mailto:iam...@gm...>>>: > > > > > > > Hello Fausto, > > > > > > > > We've seen those occasionally during the installation > process. > > > > Sometimes it all works flawless, sometimes we come across > > one or > > > more > > > > of these ACCVIO's... It beats me... It's usually fine if you > > > reply NO > > > > to the "terminate" question. > > > > > > > > Camiel. > > > > > > > > On Feb 18, 2008 3:46 PM, <fa...@un... > > <mailto:fa...@un...> > > > <mailto:fa...@un... <mailto:fa...@un...>>> wrote: > > > >> Hello all, > > > >> > > > >> some news from Installation world :-) > > > >> > > > >> The Openvms installation fails (40%) with a OpenVMS error > (no > > > errors > > > >> in DOS console), maybe some memory error (???). > > > >> > > > >> %PCSI-I-PRCOUTPUT, output from subprocess follows ... > > > >> %SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual > > > >> address=000000000019E08C, PC=000000007FDC3BB4, PS=0000001B > > > >> > > > >> %PCSI-E-MODREPLERR, error replacing module INSTALL in > library > > > >> DISK$ALPHASYS:[VMS$COMMON.][SYSLIB]DCLTABLES.EXE > > > >> -SYSTEM-F-ACCVIO, access violation, reason mask=!XB, > virtual > > > >> address=!XH, PC=!XH, PS=!XL > > > >> %PCSI-E-OPFAILED, operation failed > > > >> Terminating is strongly recommended. Do you want to > > terminate? > > > [YES] > > > >> > > > >> I replied "NO" :-) So I'll keep you in touch about the > > news... > > > >> > > > >> > > > >> regards, > > > >> fausto > > > >> > > > >> Quoting Camiel Vanderhoeven <iam...@gm... > > <mailto:iam...@gm...> > > > <mailto:iam...@gm... <mailto:iam...@gm...>>>: > > > >> > > > >> > Hello Fausto, > > > >> > > > > >> > Yes, those appear to be quite normal. Basically it is the > > > scsi driver > > > >> > asking for more data than the device has to offer. The > > device > > > will > > > >> > respectfully decline to send more bytes, and the driver > has > > > no problem > > > >> > with that. I'll put the messages inside a conditional > > > statement, as > > > >> > they are only meaningful when debugging the > SCSI-interface. > > > >> > > > > >> > Camiel. > > > >> > > > > >> > P.S. These specific occurrences of this message are all > > > related to > > > >> > OpenVMS' use of the MODE SENSE command. It will set up a > > > buffer of 256 > > > >> > bytes for it, tell the device to perform a MODE SENSE > > command and > > > >> > return 255 bytes max (the maximum allowed), then try to > get > > > up to 256 > > > >> > bytes from the device. > > > >> > > > > >> > On Feb 18, 2008 2:32 PM, <fa...@un... > > <mailto:fa...@un...> > > > <mailto:fa...@un... <mailto:fa...@un...>>> wrote: > > > >> >> Hello Camiel, > > > >> >> > > > >> >> i'm testing the new code, all seems ok. Now the init > works > > > and the > > > >> >> installation proceed without any probs. > > > >> >> > > > >> >> Just a quick update... during the installation boot, I > > have > > > these > > > >> >> "errors" (????): > > > >> >> > > > >> >> SYM: xfer 240 bytes, max 239 expected, in phase 1. > > > >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. > > > >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. > > > >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. > > > >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. > > > >> >> SYM: xfer 240 bytes, max 239 expected, in phase 1. > > > >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. > > > >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. > > > >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. > > > >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. > > > >> >> > > > >> >> [...] > > > >> >> > > > >> >> etc... > > > >> >> > > > >> >> are they normal? > > > >> >> > > > >> >> thanks, > > > >> >> > > > >> >> fausto > > > >> >> > > > >> >> Quoting Camiel Vanderhoeven <iam...@gm... > > <mailto:iam...@gm...> > > > <mailto:iam...@gm... <mailto:iam...@gm...>>>: > > > >> >> > > > >> >> > Hello Fausto, > > > >> >> > > > > >> >> > I found that this was caused by the READ DISC INFO > > > command. This > > > >> >> > command is required only on CD-R/RW devices, which > > we're not > > > >> >> > emulating, so rather than try to fi it, I removed > > support > > > for this > > > >> >> > command, returning an ILLEGAL REQUEST sense code > > instead. > > > >> >> > > > > >> >> > I've updated it in CVS as well. > > > >> >> > > > > >> >> > Camiel. > > > >> >> > > > > >> >> > On Feb 18, 2008 1:30 PM, Camiel Vanderhoeven > > > >> <iam...@gm... <mailto:iam...@gm...> > > <mailto:iam...@gm... <mailto:iam...@gm...>>> wrote: > > > >> >> >> Hi Fausto, > > > >> >> >> > > > >> >> >> Yes, I did update the code in CVS. I'm trying to boot > > > from the VMS 8.3 > > > >> >> >> installation cd on the scsi bus, and I see what you > > mean. > > > >> >> >> > > > >> >> >> It seems to be looping on a sequence of 4 scsi > > commands: > > > >> >> >> > > > >> >> >> INQUIRY > > > >> >> >> READ DISK INFO > > > >> >> >> INQUIRY > > > >> >> >> TEST UNIT READY > > > >> >> >> > > > >> >> >> I'll see if I can find out what's going on... > > > >> >> >> > > > >> >> >> Camiel. > > > >> >> >> > > > >> >> >> > > > >> >> >> On Feb 18, 2008 1:22 PM, <fa...@un... > > <mailto:fa...@un...> > > > <mailto:fa...@un... <mailto:fa...@un...>>> wrote: > > > >> >> >> > Hello Camiel, > > > >> >> >> > > > > >> >> >> > did you update the CVS? > > > >> >> >> > I updated the code few mins ago, but now the > > OpenVMS 8.3 > > > >> installation > > > >> >> >> > seems to loop shortly after the OpenVMS banner. > > > >> >> >> > > > > >> >> >> > These are the memory addresses: 187868 | > > ffffffff801aa170 > > > >> >> >> > 285915 | > > ffffffff80012208 > > > >> >> >> > > > > >> >> >> > Before the latest update (when I reported the > format > > > error), 1 min > > > >> >> >> > after the openvms banner, I had "Installing some > > known > > > required > > > >> >> >> > files..." message, but in this case, after about 10 > > > mins, nothing > > > >> >> >> > happens. > > > >> >> >> > > > > >> >> >> > regards, > > > >> >> >> > > > > >> >> >> > fausto > > > >> >> >> > > > > >> >> >> > Quoting Camiel Vanderhoeven <iam...@gm... > > <mailto:iam...@gm...> > > > <mailto:iam...@gm... <mailto:iam...@gm...>>>: > > > >> >> >> > > > > >> >> >> > > And once again a mail on this subject: > > > >> >> >> > > > > > >> >> >> > > I think the problem has been solved. The SCSI > > command > > > >> READ CAPACITY > > > >> >> >> > > returned the number of blocks on disk, where it > > should > > > >> return the LBA > > > >> >> >> > > address of the last block on disk (which is one > > > less); this caused > > > >> >> >> > > initialize to try to write beyond the last block. > > > This has > > > >> >> been fixed, > > > >> >> >> > > and initialize now works. > > > >> >> >> > > > > > >> >> >> > > Camiel. > > > >> >> >> > > > > > >> >> >> > > On Feb 17, 2008 4:49 PM, Camiel Vanderhoeven > > > >> >> >> <iam...@gm... <mailto:iam...@gm...> > > <mailto:iam...@gm... <mailto:iam...@gm...>>> wrote: > > > >> >> >> > >> Hello, > > > >> >> >> > >> > > > >> >> >> > >> I've made a couple of changes (implemented some > > > missing SCSI > > > >> >> >> > >> commands), but now an attempt to initialize > > (format) > > > a SCSI > > > >> >> disk fails > > > >> >> >> > >> with > > > >> >> >> > >> > > > >> >> >> > >> $ init dka500 test > > > >> >> >> > >> %INIT-F-MEDOFL, medium is offline > > > >> >> >> > >> $ > > > >> >> >> > >> > > > >> >> >> > >> Which is a bit strange, because sho dev shows > the > > > device as > > > >> >> "online". > > > >> >> >> > >> The attempt to format the disk increases the > > > error-count by one. > > > >> >> >> > >> > > > >> >> >> > >> Camiel. > > > >> >> >> > >> > > > >> >> >> > >> > > > >> >> >> > >> > > > >> >> >> > >> > > > >> >> >> > >> > > > >> >> >> > >> On Feb 16, 2008 8:36 PM, <fa...@un... > > <mailto:fa...@un...> > > > <mailto:fa...@un... <mailto:fa...@un...>>> wrote: > > > >> >> >> > >> > Hello again, > > > >> >> >> > >> > > > > >> >> >> > >> > maybe too fast to write my previous message > :-) > > > >> >> >> > >> > The emulator crashed when it started to > > format the > > > disk with > > > >> >> >> this message: > > > >> >> >> > >> > > > > >> >> >> > >> > pci0.3(sym53c810).disk0.0(file): Unknown SCSI > > > command 0x03. > > > >> >> >> > >> > SCSI Command Failed: ..\Disk.cpp, line 1390 > > > >> >> >> > >> > > > > >> >> >> > >> > Freeing memory in use by system... > > > >> >> >> > >> > %VGA-I-SHUTDOWN: vga console has shut down. > > > >> >> >> > >> > > > > >> >> >> > >> > Maybe there's something still not emulated... > > > >> >> >> > >> > > > > >> >> >> > >> > fausto > > > >> >> >> > >> > > > > >> >> >> > >> > > > > >> >> >> > >> > Quoting Camiel Vanderhoeven > > <iam...@gm... <mailto:iam...@gm...> > > > <mailto:iam...@gm... <mailto:iam...@gm...>>>: > > > >> >> >> > >> > > > > >> >> >> > >> > > Yes, I forgot that, thanks! > > > >> >> >> > >> > > > > > >> >> >> > >> > > Camiel. > > > >> >> >> > >> > > > > > >> >> >> > >> > > On Feb 16, 2008 5:42 PM, brian wheeler > > > >> >> >> <bdw...@in... <mailto:bdw...@in...> > > <mailto:bdw...@in... <mailto:bdw...@in...>>> wrote: > > > >> >> >> > >> > >> Oh, and this one too: > > > >> >> >> > >> > >> > > > >> >> >> > >> > >> > > > >> >> >> > >> > >> Index: Configurator.cpp > > > >> >> >> > >> > >> > > > >> >> >> > > > > > =================================================================== > > > >> >> >> > >> > >> RCS file: > > /cvsroot/es40/es40/src/Configurator.cpp,v > > > >> >> >> > >> > >> retrieving revision 1.14 > > > >> >> >> > >> > >> diff -u -r1.14 Configurator.cpp > > > >> >> >> > >> > >> --- Configurator.cpp 16 Feb 2008 > 13:00:15 > > > -0000 1.14 > > > >> >> >> > >> > >> +++ Configurator.cpp 16 Feb 2008 > > 16:41:55 -0000 > > > >> >> >> > >> > >> @@ -518,6 +518,7 @@ > > > >> >> >> > >> > >> {"cirrus", c_cirrus, > > IS_PCI | > > > >> >> >> > >> > >> ON_GUI }, > > > >> >> >> > >> > >> {"dec21143",c_dec21143, > > IS_PCI | > > > >> >> >> > >> > >> IS_NIC }, > > > >> >> >> > >> > >> {"sym53c895", c_sym53c895, > > IS_PCI | > > > >> >> >> > >> > >> HAS_DISK }, > > > >> >> >> > >> > >> + {"sym53c810", c_sym53c810, > > IS_PCI | > > > >> >> >> > >> > >> HAS_DISK }, > > > >> >> >> > >> > >> {"file", c_file, > > > >> >> >> IS_DISK > > > >> >> >> > >> > >> }, > > > >> >> >> > >> > >> {"device", c_device, > > > >> >> >> IS_DISK > > > >> >> >> > >> > >> }, > > > >> >> >> > >> > >> {"ramdisk", c_ramdisk, > > > >> >> >> IS_DISK > > > >> >> >> > >> > >> }, > > > >> >> >> > >> > >> > > > >> >> >> > >> > >> > > > >> >> >> > >> > >> > > > >> >> >> > >> > >> On Sat, 2008-02-16 at 14:19 +0100, Camiel > > > >> Vanderhoeven wrote: > > > >> >> >> > >> > >> > Hi Again, > > > >> >> >> > >> > >> > > > > >> >> >> > >> > >> > I haven't been able to get my hands on a > > > KZPCA yet, > > > >> >> >> (some of you had > > > >> >> >> > >> > >> > suggestions who to ask, I'm pursuing > > those leads > > > >> >> now) but in the > > > >> >> >> > >> > >> > meantime, I took a good look at the KZPAA > > > card I do > > > >> >> have. It's a > > > >> >> >> > >> > >> > 53C810-based card, which is fairly > > similar to the > > > >> >> >> 53C895. The good > > > >> >> >> > >> > >> > news is that this card does not have any > > > >> firmware. Due to the > > > >> >> >> > >> > >> > similarities with the 53C895 it turned > > out to > > > be not that > > > >> >> >> > >> hard to come > > > >> >> >> > >> > >> > up with a working emulation. I just > > > successfully booted > > > >> >> >> > >> OpenVMS off an > > > >> >> >> > >> > >> > emulated SCSI disk. > > > >> >> >> > >> > >> > > > > >> >> >> > >> > >> > I've committed the new code to the CVS > > > repository. It > > > >> >> >> will also be in > > > >> >> >> > >> > >> > the next release. You'll need to change > > your > > > config > > > >> >> >> file, replace > > > >> >> >> > >> > >> > 53c895 with 53c810, and all scsi-disks > > should > > > be in the > > > >> >> >> 0.0 - 0.6 > > > >> >> >> > >> > >> > range (sorry, no wide scsi on this card). > > > >> >> >> > >> > >> > > > > >> >> >> > >> > >> > Camiel. > > > >> >> >> > >> > >> > > > > >> >> >> > >> > >> > On Feb 15, 2008 11:54 AM, Camiel > > Vanderhoeven > > > >> >> >> > >> <iam...@gm... > > <mailto:iam...@gm...> <mailto:iam...@gm... > > <mailto:iam...@gm...>>> > > > wrote: > > > >> >> >> > >> > >> > > Hello everyone, > > > >> >> >> > >> > >> > > > > > >> >> >> > >> > >> > > First, a piece of good news: Eduardo > > > Marcello Serrat > > > >> >> >> has found the > > > >> >> >> > >> > >> > > cause of the bugcheck in the SCSI > driver. > > > That means > > > >> >> >> we're getting > > > >> >> >> > >> > >> > > closer to working SCSI disks on the > > emulator > > > >> >> running OpenVMS. > > > >> >> >> > >> > >> > > > > > >> >> >> > >> > >> > > Now the bad news, to complete the > > emulation > > > of the SCSI > > > >> >> >> > >> card, we need > > > >> >> >> > >> > >> > > an image of the firmware ROM on a > > true DEC > > > >> 3X-KZPCA-AA SCSI > > > >> >> >> > >> > >> > > controller. > > > >> >> >> > >> > >> > > > > > >> >> >> > >> > >> > > If I could get my hands on a real > > > 3X-KZPCA-AA card, I > > > >> >> >> > >> could probably > > > >> >> >> > >> > >> > > manage to extract the contents of the > > ROM to > > > >> >> create an image. > > > >> >> >> > >> > >> > > > > > >> >> >> > >> > >> > > If any of you happen to have one of > these > > > cards, > > > >> >> >> could you let me > > > >> >> >> > >> > >> > > know? They are identifyable by the main > > > chip, which > > > >> >> >> is either "NCR > > > >> >> >> > >> > >> > > 53C985", "LSI Logic 53C895" or "Symbios > > > 53C895". > > > >> >> >> There are also > > > >> >> >> > >> > >> > > versions of this card that won't work > > with > > > OpenVMS, > > > >> >> >> so please check > > > >> >> >> > >> > >> > > that first. If you have this card, it > > would > > > be very > > > >> >> >> useful if you > > > >> >> >> > >> > >> > > could create an image of the PCI option > > > ROM, or if you'd > > > >> >> >> > >> be willing to > > > >> >> >> > >> > >> > > part with the card (for a while) so I > can > > > extract > > > >> >> the image. > > > >> >> >> > >> > >> > > > > > >> >> >> > >> > >> > > Thanks, > > > >> >> >> > >> > >> > > > > > >> >> >> > >> > >> > > Camiel. > > > >> >> >> > >> > >> > > > > > >> >> >> > >> > >> > > P.S. Apologies to those who receive > > this e-mail > > > >> >> >> twice, but I found > > > >> >> >> > >> > >> > > this important enough to send to both > the > > > >> >> developers and the > > > >> >> >> > >> > >> > > announcements list. > > > >> >> >> > >> > >> > > > > > >> >> >> > >> > >> > > > > >> >> >> > >> > >> > > > > >> >> >> > >> > > > >> >> >> > > > >> > > > > > > ------------------------------------------------------------------------- > > > >> >> >> > >> > >> > This SF.net email is sponsored by: > > Microsoft > > > >> >> >> > >> > >> > Defy all challenges. Microsoft(R) Visual > > > Studio 2008. > > > >> >> >> > >> > >> > > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > >> >> >> > >> > >> > > > _______________________________________________ > > > >> >> >> > >> > >> > Es40-developers mailing list > > > >> >> >> > >> > >> > Es4...@li... > > <mailto:Es4...@li...> > > > <mailto:Es4...@li... > > <mailto:Es4...@li...>> > > > >> >> >> > >> > >> > > > > >> > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > >> >> >> > >> > >> > > > >> >> >> > >> > >> > > > >> >> >> > >> > >> > > > >> >> >> > >> > > > >> >> >> > > > >> > > > > > > ------------------------------------------------------------------------- > > > >> >> >> > >> > >> This SF.net email is sponsored by: > Microsoft > > > >> >> >> > >> > >> Defy all challenges. Microsoft(R) Visual > > Studio > > > 2008. > > > >> >> >> > >> > >> > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > >> >> >> > >> > >> > > _______________________________________________ > > > >> >> >> > >> > >> Es40-developers mailing list > > > >> >> >> > >> > >> Es4...@li... > > <mailto:Es4...@li...> > > > <mailto:Es4...@li... > > <mailto:Es4...@li...>> > > > >> >> >> > >> > >> > > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > >> >> >> > >> > >> > > > >> >> >> > >> > > > > > >> >> >> > >> > > > > > >> >> >> > >> > > > >> >> >> > > > >> > > > > > > ------------------------------------------------------------------------- > > > >> >> >> > >> > > This SF.net email is sponsored by: Microsoft > > > >> >> >> > >> > > Defy all challenges. Microsoft(R) Visual > > Studio > > > 2008. > > > >> >> >> > >> > > > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > >> >> >> > >> > > > > _______________________________________________ > > > >> >> >> > >> > > Es40-developers mailing list > > > >> >> >> > >> > > Es4...@li... > > <mailto:Es4...@li...> > > > <mailto:Es4...@li... > > <mailto:Es4...@li...>> > > > >> >> >> > >> > > > > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > >> >> >> > >> > > > > > >> >> >> > >> > > > > >> >> >> > >> > > > > >> >> >> > >> > > > > >> >> >> > >> > > > > >> >> >> > > > >> > > > > > > ------------------------------------------------------------------------- > > > >> >> >> > >> > This SF.net email is sponsored by: Microsoft > > > >> >> >> > >> > Defy all challenges. Microsoft(R) Visual > > Studio 2008. > > > >> >> >> > >> > > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > >> >> >> > >> > > _______________________________________________ > > > >> >> >> > >> > Es40-developers mailing list > > > >> >> >> > >> > Es4...@li... > > <mailto:Es4...@li...> > > > <mailto:Es4...@li... > > <mailto:Es4...@li...>> > > > >> >> >> > >> > > > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > >> >> >> > >> > > > > >> >> >> > >> > > > >> >> >> > > > > > >> >> >> > > > > > >> >> >> > > > >> > > > > > > ------------------------------------------------------------------------- > > > >> >> >> > > This SF.net email is sponsored by: Microsoft > > > >> >> >> > > Defy all challenges. Microsoft(R) Visual Studio > > 2008. > > > >> >> >> > > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > >> >> >> > > _______________________________________________ > > > >> >> >> > > Es40-developers mailing list > > > >> >> >> > > Es4...@li... > > <mailto:Es4...@li...> > > > <mailto:Es4...@li... > > <mailto:Es4...@li...>> > > > >> >> >> > > > > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > >> >> >> > > > > > >> >> >> > > > > >> >> >> > > > > >> >> >> > > > > >> >> >> > > > > >> >> > > > > > > ------------------------------------------------------------------------- > > > >> >> >> > This SF.net email is sponsored by: Microsoft > > > >> >> >> > Defy all challenges. Microsoft(R) Visual Studio > 2008. > > > >> >> >> > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > >> >> >> > _______________________________________________ > > > >> >> >> > Es40-developers mailing list > > > >> >> >> > Es4...@li... > > <mailto:Es4...@li...> > > > <mailto:Es4...@li... > > <mailto:Es4...@li...>> > > > >> >> >> > > > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > >> >> >> > > > > >> >> >> > > > >> >> > > > > >> >> > > > > >> > > > > > > ------------------------------------------------------------------------- > > > >> >> > This SF.net email is sponsored by: Microsoft > > > >> >> > Defy all challenges. Microsoft(R) Visual Studio 2008. > > > >> >> > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > >> >> > _______________________________________________ > > > >> >> > Es40-developers mailing list > > > >> >> > Es4...@li... > > <mailto:Es4...@li...> > > > <mailto:Es4...@li... > > <mailto:Es4...@li...>> > > > >> >> > > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > >> >> > > > > >> >> > > > >> >> > > > >> >> > > > >> >> > > > > > > ------------------------------------------------------------------------- > > > >> >> This SF.net email is sponsored by: Microsoft > > > >> >> Defy all challenges. Microsoft(R) Visual Studio 2008. > > > >> >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > >> >> _______________________________________________ > > > >> >> Es40-developers mailing list > > > >> >> Es4...@li... > > <mailto:Es4...@li...> > > > <mailto:Es4...@li... > > <mailto:Es4...@li...>> > > > >> >> > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > >> >> > > > >> > > > > >> > > > > > > > ------------------------------------------------------------------------- > > > >> > This SF.net email is sponsored by: Microsoft > > > >> > Defy all challenges. Microsoft(R) Visual Studio 2008. > > > >> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > >> > _______________________________________________ > > > >> > Es40-developers mailing list > > > >> > Es4...@li... > > <mailto:Es4...@li...> > > > <mailto:Es4...@li... > > <mailto:Es4...@li...>> > > > >> > > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > >> > > > > >> > > > >> > > > >> > > > >> > > > > > > ------------------------------------------------------------------------- > > > >> This SF.net email is sponsored by: Microsoft > > > >> Defy all challenges. Microsoft(R) Visual Studio 2008. > > > >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > >> _______________________________________________ > > > >> Es40-developers mailing list > > > >> Es4...@li... > > <mailto:Es4...@li...> > > > <mailto:Es4...@li... > > <mailto:Es4...@li...>> > > > >> > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > >> > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > > This SF.net email is sponsored by: Microsoft > > > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > > _______________________________________________ > > > > Es40-developers mailing list > > > > Es4...@li... > > <mailto:Es4...@li...> > > > <mailto:Es4...@li... > > <mailto:Es4...@li...>> > > > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by: Microsoft > > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > _______________________________________________ > > > Es40-developers mailing list > > > Es4...@li... > > <mailto:Es4...@li...> > > > <mailto:Es4...@li... > > <mailto:Es4...@li...>> > > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by: Microsoft > > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > > > > ------------------------------------------------------------------------ > > > > > > _______________________________________________ > > > Es40-developers mailing list > > > Es4...@li... > > <mailto:Es4...@li...> > > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > > > > > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Es40-developers mailing list > > Es4...@li... > > <mailto:Es4...@li...> > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > > > > ------------------------------------------------------------------------ > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Es40-developers mailing list > > Es4...@li... > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers > |
From: Fausto S. <fa...@un...> - 2008-02-18 20:47:56
|
Hi Paco, I noticed the disk image file changed one hour ago :-) So the installation process is continuing, very slowly... regards, fausto Paco Linux ha scritto: > Hi Fausto: > > I'm not aware of a strings command for win, but perhaps you can get > the same funcionality from cygwin ( a unix-like environment for windows ) > > Paco > > On Feb 18, 2008 9:22 PM, Fausto Saporito <fa...@un... > <mailto:fa...@un...>> wrote: > > Hello Paco, > > thanks for the reply. > Do you know if there's a "strings" equivalent command for Windows? > > thanks, > fausto > > Paco Linux ha scritto: > > Hi Fausto, > > > > As I reported last week, I had also the same error, and the > > instalation took a looooong time (more than 14 hours, and the > computer > > is too powerful), but finally I have got installed.. > > I have a 'method' of knowing if there is progress or the program is > > freezed.. I make a " strings file.img | wc -l " to see if the > number > > of strings in the image increments > > > > Paco > > > > On Feb 18, 2008 6:26 PM, <fa...@un... > <mailto:fa...@un...> <mailto:fa...@un... > <mailto:fa...@un...>>> wrote: > > > > Hello all, > > > > after 6 hours the installation is always at 50%. > > I don't think it's a nice thing. > > > > Has anybody some experience with timings of OpenVMS 8.3 > installation. > > > > My PC is quite fast... quadcore with 4GB of ram, so I don't > think it's > > a speed problem. > > By the way I'll keep the emulator running for other 2 > hours... and > > let's see. > > :-) > > > > regards, > > fausto > > > > Quoting Camiel Vanderhoeven <iam...@gm... > <mailto:iam...@gm...> > > <mailto:iam...@gm... <mailto:iam...@gm...>>>: > > > > > Hello Fausto, > > > > > > We've seen those occasionally during the installation process. > > > Sometimes it all works flawless, sometimes we come across > one or > > more > > > of these ACCVIO's... It beats me... It's usually fine if you > > reply NO > > > to the "terminate" question. > > > > > > Camiel. > > > > > > On Feb 18, 2008 3:46 PM, <fa...@un... > <mailto:fa...@un...> > > <mailto:fa...@un... <mailto:fa...@un...>>> wrote: > > >> Hello all, > > >> > > >> some news from Installation world :-) > > >> > > >> The Openvms installation fails (40%) with a OpenVMS error (no > > errors > > >> in DOS console), maybe some memory error (???). > > >> > > >> %PCSI-I-PRCOUTPUT, output from subprocess follows ... > > >> %SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual > > >> address=000000000019E08C, PC=000000007FDC3BB4, PS=0000001B > > >> > > >> %PCSI-E-MODREPLERR, error replacing module INSTALL in library > > >> DISK$ALPHASYS:[VMS$COMMON.][SYSLIB]DCLTABLES.EXE > > >> -SYSTEM-F-ACCVIO, access violation, reason mask=!XB, virtual > > >> address=!XH, PC=!XH, PS=!XL > > >> %PCSI-E-OPFAILED, operation failed > > >> Terminating is strongly recommended. Do you want to > terminate? > > [YES] > > >> > > >> I replied "NO" :-) So I'll keep you in touch about the > news... > > >> > > >> > > >> regards, > > >> fausto > > >> > > >> Quoting Camiel Vanderhoeven <iam...@gm... > <mailto:iam...@gm...> > > <mailto:iam...@gm... <mailto:iam...@gm...>>>: > > >> > > >> > Hello Fausto, > > >> > > > >> > Yes, those appear to be quite normal. Basically it is the > > scsi driver > > >> > asking for more data than the device has to offer. The > device > > will > > >> > respectfully decline to send more bytes, and the driver has > > no problem > > >> > with that. I'll put the messages inside a conditional > > statement, as > > >> > they are only meaningful when debugging the SCSI-interface. > > >> > > > >> > Camiel. > > >> > > > >> > P.S. These specific occurrences of this message are all > > related to > > >> > OpenVMS' use of the MODE SENSE command. It will set up a > > buffer of 256 > > >> > bytes for it, tell the device to perform a MODE SENSE > command and > > >> > return 255 bytes max (the maximum allowed), then try to get > > up to 256 > > >> > bytes from the device. > > >> > > > >> > On Feb 18, 2008 2:32 PM, <fa...@un... > <mailto:fa...@un...> > > <mailto:fa...@un... <mailto:fa...@un...>>> wrote: > > >> >> Hello Camiel, > > >> >> > > >> >> i'm testing the new code, all seems ok. Now the init works > > and the > > >> >> installation proceed without any probs. > > >> >> > > >> >> Just a quick update... during the installation boot, I > have > > these > > >> >> "errors" (????): > > >> >> > > >> >> SYM: xfer 240 bytes, max 239 expected, in phase 1. > > >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. > > >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. > > >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. > > >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. > > >> >> SYM: xfer 240 bytes, max 239 expected, in phase 1. > > >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. > > >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. > > >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. > > >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. > > >> >> > > >> >> [...] > > >> >> > > >> >> etc... > > >> >> > > >> >> are they normal? > > >> >> > > >> >> thanks, > > >> >> > > >> >> fausto > > >> >> > > >> >> Quoting Camiel Vanderhoeven <iam...@gm... > <mailto:iam...@gm...> > > <mailto:iam...@gm... <mailto:iam...@gm...>>>: > > >> >> > > >> >> > Hello Fausto, > > >> >> > > > >> >> > I found that this was caused by the READ DISC INFO > > command. This > > >> >> > command is required only on CD-R/RW devices, which > we're not > > >> >> > emulating, so rather than try to fi it, I removed > support > > for this > > >> >> > command, returning an ILLEGAL REQUEST sense code > instead. > > >> >> > > > >> >> > I've updated it in CVS as well. > > >> >> > > > >> >> > Camiel. > > >> >> > > > >> >> > On Feb 18, 2008 1:30 PM, Camiel Vanderhoeven > > >> <iam...@gm... <mailto:iam...@gm...> > <mailto:iam...@gm... <mailto:iam...@gm...>>> wrote: > > >> >> >> Hi Fausto, > > >> >> >> > > >> >> >> Yes, I did update the code in CVS. I'm trying to boot > > from the VMS 8.3 > > >> >> >> installation cd on the scsi bus, and I see what you > mean. > > >> >> >> > > >> >> >> It seems to be looping on a sequence of 4 scsi > commands: > > >> >> >> > > >> >> >> INQUIRY > > >> >> >> READ DISK INFO > > >> >> >> INQUIRY > > >> >> >> TEST UNIT READY > > >> >> >> > > >> >> >> I'll see if I can find out what's going on... > > >> >> >> > > >> >> >> Camiel. > > >> >> >> > > >> >> >> > > >> >> >> On Feb 18, 2008 1:22 PM, <fa...@un... > <mailto:fa...@un...> > > <mailto:fa...@un... <mailto:fa...@un...>>> wrote: > > >> >> >> > Hello Camiel, > > >> >> >> > > > >> >> >> > did you update the CVS? > > >> >> >> > I updated the code few mins ago, but now the > OpenVMS 8.3 > > >> installation > > >> >> >> > seems to loop shortly after the OpenVMS banner. > > >> >> >> > > > >> >> >> > These are the memory addresses: 187868 | > ffffffff801aa170 > > >> >> >> > 285915 | > ffffffff80012208 > > >> >> >> > > > >> >> >> > Before the latest update (when I reported the format > > error), 1 min > > >> >> >> > after the openvms banner, I had "Installing some > known > > required > > >> >> >> > files..." message, but in this case, after about 10 > > mins, nothing > > >> >> >> > happens. > > >> >> >> > > > >> >> >> > regards, > > >> >> >> > > > >> >> >> > fausto > > >> >> >> > > > >> >> >> > Quoting Camiel Vanderhoeven <iam...@gm... > <mailto:iam...@gm...> > > <mailto:iam...@gm... <mailto:iam...@gm...>>>: > > >> >> >> > > > >> >> >> > > And once again a mail on this subject: > > >> >> >> > > > > >> >> >> > > I think the problem has been solved. The SCSI > command > > >> READ CAPACITY > > >> >> >> > > returned the number of blocks on disk, where it > should > > >> return the LBA > > >> >> >> > > address of the last block on disk (which is one > > less); this caused > > >> >> >> > > initialize to try to write beyond the last block. > > This has > > >> >> been fixed, > > >> >> >> > > and initialize now works. > > >> >> >> > > > > >> >> >> > > Camiel. > > >> >> >> > > > > >> >> >> > > On Feb 17, 2008 4:49 PM, Camiel Vanderhoeven > > >> >> >> <iam...@gm... <mailto:iam...@gm...> > <mailto:iam...@gm... <mailto:iam...@gm...>>> wrote: > > >> >> >> > >> Hello, > > >> >> >> > >> > > >> >> >> > >> I've made a couple of changes (implemented some > > missing SCSI > > >> >> >> > >> commands), but now an attempt to initialize > (format) > > a SCSI > > >> >> disk fails > > >> >> >> > >> with > > >> >> >> > >> > > >> >> >> > >> $ init dka500 test > > >> >> >> > >> %INIT-F-MEDOFL, medium is offline > > >> >> >> > >> $ > > >> >> >> > >> > > >> >> >> > >> Which is a bit strange, because sho dev shows the > > device as > > >> >> "online". > > >> >> >> > >> The attempt to format the disk increases the > > error-count by one. > > >> >> >> > >> > > >> >> >> > >> Camiel. > > >> >> >> > >> > > >> >> >> > >> > > >> >> >> > >> > > >> >> >> > >> > > >> >> >> > >> > > >> >> >> > >> On Feb 16, 2008 8:36 PM, <fa...@un... > <mailto:fa...@un...> > > <mailto:fa...@un... <mailto:fa...@un...>>> wrote: > > >> >> >> > >> > Hello again, > > >> >> >> > >> > > > >> >> >> > >> > maybe too fast to write my previous message :-) > > >> >> >> > >> > The emulator crashed when it started to > format the > > disk with > > >> >> >> this message: > > >> >> >> > >> > > > >> >> >> > >> > pci0.3(sym53c810).disk0.0(file): Unknown SCSI > > command 0x03. > > >> >> >> > >> > SCSI Command Failed: ..\Disk.cpp, line 1390 > > >> >> >> > >> > > > >> >> >> > >> > Freeing memory in use by system... > > >> >> >> > >> > %VGA-I-SHUTDOWN: vga console has shut down. > > >> >> >> > >> > > > >> >> >> > >> > Maybe there's something still not emulated... > > >> >> >> > >> > > > >> >> >> > >> > fausto > > >> >> >> > >> > > > >> >> >> > >> > > > >> >> >> > >> > Quoting Camiel Vanderhoeven > <iam...@gm... <mailto:iam...@gm...> > > <mailto:iam...@gm... <mailto:iam...@gm...>>>: > > >> >> >> > >> > > > >> >> >> > >> > > Yes, I forgot that, thanks! > > >> >> >> > >> > > > > >> >> >> > >> > > Camiel. > > >> >> >> > >> > > > > >> >> >> > >> > > On Feb 16, 2008 5:42 PM, brian wheeler > > >> >> >> <bdw...@in... <mailto:bdw...@in...> > <mailto:bdw...@in... <mailto:bdw...@in...>>> wrote: > > >> >> >> > >> > >> Oh, and this one too: > > >> >> >> > >> > >> > > >> >> >> > >> > >> > > >> >> >> > >> > >> Index: Configurator.cpp > > >> >> >> > >> > >> > > >> >> >> > > > =================================================================== > > >> >> >> > >> > >> RCS file: > /cvsroot/es40/es40/src/Configurator.cpp,v > > >> >> >> > >> > >> retrieving revision 1.14 > > >> >> >> > >> > >> diff -u -r1.14 Configurator.cpp > > >> >> >> > >> > >> --- Configurator.cpp 16 Feb 2008 13:00:15 > > -0000 1.14 > > >> >> >> > >> > >> +++ Configurator.cpp 16 Feb 2008 > 16:41:55 -0000 > > >> >> >> > >> > >> @@ -518,6 +518,7 @@ > > >> >> >> > >> > >> {"cirrus", c_cirrus, > IS_PCI | > > >> >> >> > >> > >> ON_GUI }, > > >> >> >> > >> > >> {"dec21143",c_dec21143, > IS_PCI | > > >> >> >> > >> > >> IS_NIC }, > > >> >> >> > >> > >> {"sym53c895", c_sym53c895, > IS_PCI | > > >> >> >> > >> > >> HAS_DISK }, > > >> >> >> > >> > >> + {"sym53c810", c_sym53c810, > IS_PCI | > > >> >> >> > >> > >> HAS_DISK }, > > >> >> >> > >> > >> {"file", c_file, > > >> >> >> IS_DISK > > >> >> >> > >> > >> }, > > >> >> >> > >> > >> {"device", c_device, > > >> >> >> IS_DISK > > >> >> >> > >> > >> }, > > >> >> >> > >> > >> {"ramdisk", c_ramdisk, > > >> >> >> IS_DISK > > >> >> >> > >> > >> }, > > >> >> >> > >> > >> > > >> >> >> > >> > >> > > >> >> >> > >> > >> > > >> >> >> > >> > >> On Sat, 2008-02-16 at 14:19 +0100, Camiel > > >> Vanderhoeven wrote: > > >> >> >> > >> > >> > Hi Again, > > >> >> >> > >> > >> > > > >> >> >> > >> > >> > I haven't been able to get my hands on a > > KZPCA yet, > > >> >> >> (some of you had > > >> >> >> > >> > >> > suggestions who to ask, I'm pursuing > those leads > > >> >> now) but in the > > >> >> >> > >> > >> > meantime, I took a good look at the KZPAA > > card I do > > >> >> have. It's a > > >> >> >> > >> > >> > 53C810-based card, which is fairly > similar to the > > >> >> >> 53C895. The good > > >> >> >> > >> > >> > news is that this card does not have any > > >> firmware. Due to the > > >> >> >> > >> > >> > similarities with the 53C895 it turned > out to > > be not that > > >> >> >> > >> hard to come > > >> >> >> > >> > >> > up with a working emulation. I just > > successfully booted > > >> >> >> > >> OpenVMS off an > > >> >> >> > >> > >> > emulated SCSI disk. > > >> >> >> > >> > >> > > > >> >> >> > >> > >> > I've committed the new code to the CVS > > repository. It > > >> >> >> will also be in > > >> >> >> > >> > >> > the next release. You'll need to change > your > > config > > >> >> >> file, replace > > >> >> >> > >> > >> > 53c895 with 53c810, and all scsi-disks > should > > be in the > > >> >> >> 0.0 - 0.6 > > >> >> >> > >> > >> > range (sorry, no wide scsi on this card). > > >> >> >> > >> > >> > > > >> >> >> > >> > >> > Camiel. > > >> >> >> > >> > >> > > > >> >> >> > >> > >> > On Feb 15, 2008 11:54 AM, Camiel > Vanderhoeven > > >> >> >> > >> <iam...@gm... > <mailto:iam...@gm...> <mailto:iam...@gm... > <mailto:iam...@gm...>>> > > wrote: > > >> >> >> > >> > >> > > Hello everyone, > > >> >> >> > >> > >> > > > > >> >> >> > >> > >> > > First, a piece of good news: Eduardo > > Marcello Serrat > > >> >> >> has found the > > >> >> >> > >> > >> > > cause of the bugcheck in the SCSI driver. > > That means > > >> >> >> we're getting > > >> >> >> > >> > >> > > closer to working SCSI disks on the > emulator > > >> >> running OpenVMS. > > >> >> >> > >> > >> > > > > >> >> >> > >> > >> > > Now the bad news, to complete the > emulation > > of the SCSI > > >> >> >> > >> card, we need > > >> >> >> > >> > >> > > an image of the firmware ROM on a > true DEC > > >> 3X-KZPCA-AA SCSI > > >> >> >> > >> > >> > > controller. > > >> >> >> > >> > >> > > > > >> >> >> > >> > >> > > If I could get my hands on a real > > 3X-KZPCA-AA card, I > > >> >> >> > >> could probably > > >> >> >> > >> > >> > > manage to extract the contents of the > ROM to > > >> >> create an image. > > >> >> >> > >> > >> > > > > >> >> >> > >> > >> > > If any of you happen to have one of these > > cards, > > >> >> >> could you let me > > >> >> >> > >> > >> > > know? They are identifyable by the main > > chip, which > > >> >> >> is either "NCR > > >> >> >> > >> > >> > > 53C985", "LSI Logic 53C895" or "Symbios > > 53C895". > > >> >> >> There are also > > >> >> >> > >> > >> > > versions of this card that won't work > with > > OpenVMS, > > >> >> >> so please check > > >> >> >> > >> > >> > > that first. If you have this card, it > would > > be very > > >> >> >> useful if you > > >> >> >> > >> > >> > > could create an image of the PCI option > > ROM, or if you'd > > >> >> >> > >> be willing to > > >> >> >> > >> > >> > > part with the card (for a while) so I can > > extract > > >> >> the image. > > >> >> >> > >> > >> > > > > >> >> >> > >> > >> > > Thanks, > > >> >> >> > >> > >> > > > > >> >> >> > >> > >> > > Camiel. > > >> >> >> > >> > >> > > > > >> >> >> > >> > >> > > P.S. Apologies to those who receive > this e-mail > > >> >> >> twice, but I found > > >> >> >> > >> > >> > > this important enough to send to both the > > >> >> developers and the > > >> >> >> > >> > >> > > announcements list. > > >> >> >> > >> > >> > > > > >> >> >> > >> > >> > > > >> >> >> > >> > >> > > > >> >> >> > >> > > >> >> >> > > >> > > > ------------------------------------------------------------------------- > > >> >> >> > >> > >> > This SF.net email is sponsored by: > Microsoft > > >> >> >> > >> > >> > Defy all challenges. Microsoft(R) Visual > > Studio 2008. > > >> >> >> > >> > >> > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > >> >> >> > >> > >> > > _______________________________________________ > > >> >> >> > >> > >> > Es40-developers mailing list > > >> >> >> > >> > >> > Es4...@li... > <mailto:Es4...@li...> > > <mailto:Es4...@li... > <mailto:Es4...@li...>> > > >> >> >> > >> > >> > > > >> https://lists.sourceforge.net/lists/listinfo/es40-developers > > >> >> >> > >> > >> > > >> >> >> > >> > >> > > >> >> >> > >> > >> > > >> >> >> > >> > > >> >> >> > > >> > > > ------------------------------------------------------------------------- > > >> >> >> > >> > >> This SF.net email is sponsored by: Microsoft > > >> >> >> > >> > >> Defy all challenges. Microsoft(R) Visual > Studio > > 2008. > > >> >> >> > >> > >> > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > >> >> >> > >> > >> > _______________________________________________ > > >> >> >> > >> > >> Es40-developers mailing list > > >> >> >> > >> > >> Es4...@li... > <mailto:Es4...@li...> > > <mailto:Es4...@li... > <mailto:Es4...@li...>> > > >> >> >> > >> > >> > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > >> >> >> > >> > >> > > >> >> >> > >> > > > > >> >> >> > >> > > > > >> >> >> > >> > > >> >> >> > > >> > > > ------------------------------------------------------------------------- > > >> >> >> > >> > > This SF.net email is sponsored by: Microsoft > > >> >> >> > >> > > Defy all challenges. Microsoft(R) Visual > Studio > > 2008. > > >> >> >> > >> > > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > >> >> >> > >> > > > _______________________________________________ > > >> >> >> > >> > > Es40-developers mailing list > > >> >> >> > >> > > Es4...@li... > <mailto:Es4...@li...> > > <mailto:Es4...@li... > <mailto:Es4...@li...>> > > >> >> >> > >> > > > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > >> >> >> > >> > > > > >> >> >> > >> > > > >> >> >> > >> > > > >> >> >> > >> > > > >> >> >> > >> > > > >> >> >> > > >> > > > ------------------------------------------------------------------------- > > >> >> >> > >> > This SF.net email is sponsored by: Microsoft > > >> >> >> > >> > Defy all challenges. Microsoft(R) Visual > Studio 2008. > > >> >> >> > >> > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > >> >> >> > >> > _______________________________________________ > > >> >> >> > >> > Es40-developers mailing list > > >> >> >> > >> > Es4...@li... > <mailto:Es4...@li...> > > <mailto:Es4...@li... > <mailto:Es4...@li...>> > > >> >> >> > >> > > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > >> >> >> > >> > > > >> >> >> > >> > > >> >> >> > > > > >> >> >> > > > > >> >> >> > > >> > > > ------------------------------------------------------------------------- > > >> >> >> > > This SF.net email is sponsored by: Microsoft > > >> >> >> > > Defy all challenges. Microsoft(R) Visual Studio > 2008. > > >> >> >> > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > >> >> >> > > _______________________________________________ > > >> >> >> > > Es40-developers mailing list > > >> >> >> > > Es4...@li... > <mailto:Es4...@li...> > > <mailto:Es4...@li... > <mailto:Es4...@li...>> > > >> >> >> > > > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > >> >> >> > > > > >> >> >> > > > >> >> >> > > > >> >> >> > > > >> >> >> > > > >> >> > > > ------------------------------------------------------------------------- > > >> >> >> > This SF.net email is sponsored by: Microsoft > > >> >> >> > Defy all challenges. Microsoft(R) Visual Studio 2008. > > >> >> >> > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > >> >> >> > _______________________________________________ > > >> >> >> > Es40-developers mailing list > > >> >> >> > Es4...@li... > <mailto:Es4...@li...> > > <mailto:Es4...@li... > <mailto:Es4...@li...>> > > >> >> >> > > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > >> >> >> > > > >> >> >> > > >> >> > > > >> >> > > > >> > > > ------------------------------------------------------------------------- > > >> >> > This SF.net email is sponsored by: Microsoft > > >> >> > Defy all challenges. Microsoft(R) Visual Studio 2008. > > >> >> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > >> >> > _______________________________________________ > > >> >> > Es40-developers mailing list > > >> >> > Es4...@li... > <mailto:Es4...@li...> > > <mailto:Es4...@li... > <mailto:Es4...@li...>> > > >> >> > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > >> >> > > > >> >> > > >> >> > > >> >> > > >> >> > > > ------------------------------------------------------------------------- > > >> >> This SF.net email is sponsored by: Microsoft > > >> >> Defy all challenges. Microsoft(R) Visual Studio 2008. > > >> >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > >> >> _______________________________________________ > > >> >> Es40-developers mailing list > > >> >> Es4...@li... > <mailto:Es4...@li...> > > <mailto:Es4...@li... > <mailto:Es4...@li...>> > > >> >> > https://lists.sourceforge.net/lists/listinfo/es40-developers > > >> >> > > >> > > > >> > > > > ------------------------------------------------------------------------- > > >> > This SF.net email is sponsored by: Microsoft > > >> > Defy all challenges. Microsoft(R) Visual Studio 2008. > > >> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > >> > _______________________________________________ > > >> > Es40-developers mailing list > > >> > Es4...@li... > <mailto:Es4...@li...> > > <mailto:Es4...@li... > <mailto:Es4...@li...>> > > >> > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > >> > > > >> > > >> > > >> > > >> > > > ------------------------------------------------------------------------- > > >> This SF.net email is sponsored by: Microsoft > > >> Defy all challenges. Microsoft(R) Visual Studio 2008. > > >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > >> _______________________________________________ > > >> Es40-developers mailing list > > >> Es4...@li... > <mailto:Es4...@li...> > > <mailto:Es4...@li... > <mailto:Es4...@li...>> > > >> https://lists.sourceforge.net/lists/listinfo/es40-developers > > >> > > > > > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by: Microsoft > > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > _______________________________________________ > > > Es40-developers mailing list > > > Es4...@li... > <mailto:Es4...@li...> > > <mailto:Es4...@li... > <mailto:Es4...@li...>> > > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > > > > > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Es40-developers mailing list > > Es4...@li... > <mailto:Es4...@li...> > > <mailto:Es4...@li... > <mailto:Es4...@li...>> > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > > > > > ------------------------------------------------------------------------ > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Es40-developers mailing list > > Es4...@li... > <mailto:Es4...@li...> > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > <mailto:Es4...@li...> > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > ------------------------------------------------------------------------ > > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers > |
From: Paco L. <pac...@gm...> - 2008-02-18 20:34:20
|
Hi Fausto: I'm not aware of a strings command for win, but perhaps you can get the same funcionality from cygwin ( a unix-like environment for windows ) Paco On Feb 18, 2008 9:22 PM, Fausto Saporito <fa...@un...> wrote: > Hello Paco, > > thanks for the reply. > Do you know if there's a "strings" equivalent command for Windows? > > thanks, > fausto > > Paco Linux ha scritto: > > Hi Fausto, > > > > As I reported last week, I had also the same error, and the > > instalation took a looooong time (more than 14 hours, and the computer > > is too powerful), but finally I have got installed.. > > I have a 'method' of knowing if there is progress or the program is > > freezed.. I make a " strings file.img | wc -l " to see if the number > > of strings in the image increments > > > > Paco > > > > On Feb 18, 2008 6:26 PM, <fa...@un... <mailto:fa...@un...>> > wrote: > > > > Hello all, > > > > after 6 hours the installation is always at 50%. > > I don't think it's a nice thing. > > > > Has anybody some experience with timings of OpenVMS 8.3installation. > > > > My PC is quite fast... quadcore with 4GB of ram, so I don't think > it's > > a speed problem. > > By the way I'll keep the emulator running for other 2 hours... and > > let's see. > > :-) > > > > regards, > > fausto > > > > Quoting Camiel Vanderhoeven <iam...@gm... > > <mailto:iam...@gm...>>: > > > > > Hello Fausto, > > > > > > We've seen those occasionally during the installation process. > > > Sometimes it all works flawless, sometimes we come across one or > > more > > > of these ACCVIO's... It beats me... It's usually fine if you > > reply NO > > > to the "terminate" question. > > > > > > Camiel. > > > > > > On Feb 18, 2008 3:46 PM, <fa...@un... > > <mailto:fa...@un...>> wrote: > > >> Hello all, > > >> > > >> some news from Installation world :-) > > >> > > >> The Openvms installation fails (40%) with a OpenVMS error (no > > errors > > >> in DOS console), maybe some memory error (???). > > >> > > >> %PCSI-I-PRCOUTPUT, output from subprocess follows ... > > >> %SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual > > >> address=000000000019E08C, PC=000000007FDC3BB4, PS=0000001B > > >> > > >> %PCSI-E-MODREPLERR, error replacing module INSTALL in library > > >> DISK$ALPHASYS:[VMS$COMMON.][SYSLIB]DCLTABLES.EXE > > >> -SYSTEM-F-ACCVIO, access violation, reason mask=!XB, virtual > > >> address=!XH, PC=!XH, PS=!XL > > >> %PCSI-E-OPFAILED, operation failed > > >> Terminating is strongly recommended. Do you want to terminate? > > [YES] > > >> > > >> I replied "NO" :-) So I'll keep you in touch about the news... > > >> > > >> > > >> regards, > > >> fausto > > >> > > >> Quoting Camiel Vanderhoeven <iam...@gm... > > <mailto:iam...@gm...>>: > > >> > > >> > Hello Fausto, > > >> > > > >> > Yes, those appear to be quite normal. Basically it is the > > scsi driver > > >> > asking for more data than the device has to offer. The device > > will > > >> > respectfully decline to send more bytes, and the driver has > > no problem > > >> > with that. I'll put the messages inside a conditional > > statement, as > > >> > they are only meaningful when debugging the SCSI-interface. > > >> > > > >> > Camiel. > > >> > > > >> > P.S. These specific occurrences of this message are all > > related to > > >> > OpenVMS' use of the MODE SENSE command. It will set up a > > buffer of 256 > > >> > bytes for it, tell the device to perform a MODE SENSE command > and > > >> > return 255 bytes max (the maximum allowed), then try to get > > up to 256 > > >> > bytes from the device. > > >> > > > >> > On Feb 18, 2008 2:32 PM, <fa...@un... > > <mailto:fa...@un...>> wrote: > > >> >> Hello Camiel, > > >> >> > > >> >> i'm testing the new code, all seems ok. Now the init works > > and the > > >> >> installation proceed without any probs. > > >> >> > > >> >> Just a quick update... during the installation boot, I have > > these > > >> >> "errors" (????): > > >> >> > > >> >> SYM: xfer 240 bytes, max 239 expected, in phase 1. > > >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. > > >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. > > >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. > > >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. > > >> >> SYM: xfer 240 bytes, max 239 expected, in phase 1. > > >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. > > >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. > > >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. > > >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. > > >> >> > > >> >> [...] > > >> >> > > >> >> etc... > > >> >> > > >> >> are they normal? > > >> >> > > >> >> thanks, > > >> >> > > >> >> fausto > > >> >> > > >> >> Quoting Camiel Vanderhoeven <iam...@gm... > > <mailto:iam...@gm...>>: > > >> >> > > >> >> > Hello Fausto, > > >> >> > > > >> >> > I found that this was caused by the READ DISC INFO > > command. This > > >> >> > command is required only on CD-R/RW devices, which we're not > > >> >> > emulating, so rather than try to fi it, I removed support > > for this > > >> >> > command, returning an ILLEGAL REQUEST sense code instead. > > >> >> > > > >> >> > I've updated it in CVS as well. > > >> >> > > > >> >> > Camiel. > > >> >> > > > >> >> > On Feb 18, 2008 1:30 PM, Camiel Vanderhoeven > > >> <iam...@gm... <mailto:iam...@gm...>> wrote: > > >> >> >> Hi Fausto, > > >> >> >> > > >> >> >> Yes, I did update the code in CVS. I'm trying to boot > > from the VMS 8.3 > > >> >> >> installation cd on the scsi bus, and I see what you mean. > > >> >> >> > > >> >> >> It seems to be looping on a sequence of 4 scsi commands: > > >> >> >> > > >> >> >> INQUIRY > > >> >> >> READ DISK INFO > > >> >> >> INQUIRY > > >> >> >> TEST UNIT READY > > >> >> >> > > >> >> >> I'll see if I can find out what's going on... > > >> >> >> > > >> >> >> Camiel. > > >> >> >> > > >> >> >> > > >> >> >> On Feb 18, 2008 1:22 PM, <fa...@un... > > <mailto:fa...@un...>> wrote: > > >> >> >> > Hello Camiel, > > >> >> >> > > > >> >> >> > did you update the CVS? > > >> >> >> > I updated the code few mins ago, but now the OpenVMS 8.3 > > >> installation > > >> >> >> > seems to loop shortly after the OpenVMS banner. > > >> >> >> > > > >> >> >> > These are the memory addresses: 187868 | ffffffff801aa170 > > >> >> >> > 285915 | > ffffffff80012208 > > >> >> >> > > > >> >> >> > Before the latest update (when I reported the format > > error), 1 min > > >> >> >> > after the openvms banner, I had "Installing some known > > required > > >> >> >> > files..." message, but in this case, after about 10 > > mins, nothing > > >> >> >> > happens. > > >> >> >> > > > >> >> >> > regards, > > >> >> >> > > > >> >> >> > fausto > > >> >> >> > > > >> >> >> > Quoting Camiel Vanderhoeven <iam...@gm... > > <mailto:iam...@gm...>>: > > >> >> >> > > > >> >> >> > > And once again a mail on this subject: > > >> >> >> > > > > >> >> >> > > I think the problem has been solved. The SCSI command > > >> READ CAPACITY > > >> >> >> > > returned the number of blocks on disk, where it should > > >> return the LBA > > >> >> >> > > address of the last block on disk (which is one > > less); this caused > > >> >> >> > > initialize to try to write beyond the last block. > > This has > > >> >> been fixed, > > >> >> >> > > and initialize now works. > > >> >> >> > > > > >> >> >> > > Camiel. > > >> >> >> > > > > >> >> >> > > On Feb 17, 2008 4:49 PM, Camiel Vanderhoeven > > >> >> >> <iam...@gm... <mailto:iam...@gm...>> wrote: > > >> >> >> > >> Hello, > > >> >> >> > >> > > >> >> >> > >> I've made a couple of changes (implemented some > > missing SCSI > > >> >> >> > >> commands), but now an attempt to initialize (format) > > a SCSI > > >> >> disk fails > > >> >> >> > >> with > > >> >> >> > >> > > >> >> >> > >> $ init dka500 test > > >> >> >> > >> %INIT-F-MEDOFL, medium is offline > > >> >> >> > >> $ > > >> >> >> > >> > > >> >> >> > >> Which is a bit strange, because sho dev shows the > > device as > > >> >> "online". > > >> >> >> > >> The attempt to format the disk increases the > > error-count by one. > > >> >> >> > >> > > >> >> >> > >> Camiel. > > >> >> >> > >> > > >> >> >> > >> > > >> >> >> > >> > > >> >> >> > >> > > >> >> >> > >> > > >> >> >> > >> On Feb 16, 2008 8:36 PM, <fa...@un... > > <mailto:fa...@un...>> wrote: > > >> >> >> > >> > Hello again, > > >> >> >> > >> > > > >> >> >> > >> > maybe too fast to write my previous message :-) > > >> >> >> > >> > The emulator crashed when it started to format the > > disk with > > >> >> >> this message: > > >> >> >> > >> > > > >> >> >> > >> > pci0.3(sym53c810).disk0.0(file): Unknown SCSI > > command 0x03. > > >> >> >> > >> > SCSI Command Failed: ..\Disk.cpp, line 1390 > > >> >> >> > >> > > > >> >> >> > >> > Freeing memory in use by system... > > >> >> >> > >> > %VGA-I-SHUTDOWN: vga console has shut down. > > >> >> >> > >> > > > >> >> >> > >> > Maybe there's something still not emulated... > > >> >> >> > >> > > > >> >> >> > >> > fausto > > >> >> >> > >> > > > >> >> >> > >> > > > >> >> >> > >> > Quoting Camiel Vanderhoeven <iam...@gm... > > <mailto:iam...@gm...>>: > > >> >> >> > >> > > > >> >> >> > >> > > Yes, I forgot that, thanks! > > >> >> >> > >> > > > > >> >> >> > >> > > Camiel. > > >> >> >> > >> > > > > >> >> >> > >> > > On Feb 16, 2008 5:42 PM, brian wheeler > > >> >> >> <bdw...@in... <mailto:bdw...@in...>> wrote: > > >> >> >> > >> > >> Oh, and this one too: > > >> >> >> > >> > >> > > >> >> >> > >> > >> > > >> >> >> > >> > >> Index: Configurator.cpp > > >> >> >> > >> > >> > > >> >> >> > > =================================================================== > > >> >> >> > >> > >> RCS file: > /cvsroot/es40/es40/src/Configurator.cpp,v > > >> >> >> > >> > >> retrieving revision 1.14 > > >> >> >> > >> > >> diff -u -r1.14 Configurator.cpp > > >> >> >> > >> > >> --- Configurator.cpp 16 Feb 2008 13:00:15 > > -0000 1.14 > > >> >> >> > >> > >> +++ Configurator.cpp 16 Feb 2008 16:41:55 > -0000 > > >> >> >> > >> > >> @@ -518,6 +518,7 @@ > > >> >> >> > >> > >> {"cirrus", c_cirrus, IS_PCI | > > >> >> >> > >> > >> ON_GUI }, > > >> >> >> > >> > >> {"dec21143",c_dec21143, IS_PCI | > > >> >> >> > >> > >> IS_NIC }, > > >> >> >> > >> > >> {"sym53c895", c_sym53c895, IS_PCI | > > >> >> >> > >> > >> HAS_DISK }, > > >> >> >> > >> > >> + {"sym53c810", c_sym53c810, IS_PCI | > > >> >> >> > >> > >> HAS_DISK }, > > >> >> >> > >> > >> {"file", c_file, > > >> >> >> IS_DISK > > >> >> >> > >> > >> }, > > >> >> >> > >> > >> {"device", c_device, > > >> >> >> IS_DISK > > >> >> >> > >> > >> }, > > >> >> >> > >> > >> {"ramdisk", c_ramdisk, > > >> >> >> IS_DISK > > >> >> >> > >> > >> }, > > >> >> >> > >> > >> > > >> >> >> > >> > >> > > >> >> >> > >> > >> > > >> >> >> > >> > >> On Sat, 2008-02-16 at 14:19 +0100, Camiel > > >> Vanderhoeven wrote: > > >> >> >> > >> > >> > Hi Again, > > >> >> >> > >> > >> > > > >> >> >> > >> > >> > I haven't been able to get my hands on a > > KZPCA yet, > > >> >> >> (some of you had > > >> >> >> > >> > >> > suggestions who to ask, I'm pursuing those > leads > > >> >> now) but in the > > >> >> >> > >> > >> > meantime, I took a good look at the KZPAA > > card I do > > >> >> have. It's a > > >> >> >> > >> > >> > 53C810-based card, which is fairly similar to > the > > >> >> >> 53C895. The good > > >> >> >> > >> > >> > news is that this card does not have any > > >> firmware. Due to the > > >> >> >> > >> > >> > similarities with the 53C895 it turned out to > > be not that > > >> >> >> > >> hard to come > > >> >> >> > >> > >> > up with a working emulation. I just > > successfully booted > > >> >> >> > >> OpenVMS off an > > >> >> >> > >> > >> > emulated SCSI disk. > > >> >> >> > >> > >> > > > >> >> >> > >> > >> > I've committed the new code to the CVS > > repository. It > > >> >> >> will also be in > > >> >> >> > >> > >> > the next release. You'll need to change your > > config > > >> >> >> file, replace > > >> >> >> > >> > >> > 53c895 with 53c810, and all scsi-disks should > > be in the > > >> >> >> 0.0 - 0.6 > > >> >> >> > >> > >> > range (sorry, no wide scsi on this card). > > >> >> >> > >> > >> > > > >> >> >> > >> > >> > Camiel. > > >> >> >> > >> > >> > > > >> >> >> > >> > >> > On Feb 15, 2008 11:54 AM, Camiel Vanderhoeven > > >> >> >> > >> <iam...@gm... <mailto:iam...@gm...>> > > wrote: > > >> >> >> > >> > >> > > Hello everyone, > > >> >> >> > >> > >> > > > > >> >> >> > >> > >> > > First, a piece of good news: Eduardo > > Marcello Serrat > > >> >> >> has found the > > >> >> >> > >> > >> > > cause of the bugcheck in the SCSI driver. > > That means > > >> >> >> we're getting > > >> >> >> > >> > >> > > closer to working SCSI disks on the emulator > > >> >> running OpenVMS. > > >> >> >> > >> > >> > > > > >> >> >> > >> > >> > > Now the bad news, to complete the emulation > > of the SCSI > > >> >> >> > >> card, we need > > >> >> >> > >> > >> > > an image of the firmware ROM on a true DEC > > >> 3X-KZPCA-AA SCSI > > >> >> >> > >> > >> > > controller. > > >> >> >> > >> > >> > > > > >> >> >> > >> > >> > > If I could get my hands on a real > > 3X-KZPCA-AA card, I > > >> >> >> > >> could probably > > >> >> >> > >> > >> > > manage to extract the contents of the ROM to > > >> >> create an image. > > >> >> >> > >> > >> > > > > >> >> >> > >> > >> > > If any of you happen to have one of these > > cards, > > >> >> >> could you let me > > >> >> >> > >> > >> > > know? They are identifyable by the main > > chip, which > > >> >> >> is either "NCR > > >> >> >> > >> > >> > > 53C985", "LSI Logic 53C895" or "Symbios > > 53C895". > > >> >> >> There are also > > >> >> >> > >> > >> > > versions of this card that won't work with > > OpenVMS, > > >> >> >> so please check > > >> >> >> > >> > >> > > that first. If you have this card, it would > > be very > > >> >> >> useful if you > > >> >> >> > >> > >> > > could create an image of the PCI option > > ROM, or if you'd > > >> >> >> > >> be willing to > > >> >> >> > >> > >> > > part with the card (for a while) so I can > > extract > > >> >> the image. > > >> >> >> > >> > >> > > > > >> >> >> > >> > >> > > Thanks, > > >> >> >> > >> > >> > > > > >> >> >> > >> > >> > > Camiel. > > >> >> >> > >> > >> > > > > >> >> >> > >> > >> > > P.S. Apologies to those who receive this > e-mail > > >> >> >> twice, but I found > > >> >> >> > >> > >> > > this important enough to send to both the > > >> >> developers and the > > >> >> >> > >> > >> > > announcements list. > > >> >> >> > >> > >> > > > > >> >> >> > >> > >> > > > >> >> >> > >> > >> > > > >> >> >> > >> > > >> >> >> > > >> > > > ------------------------------------------------------------------------- > > >> >> >> > >> > >> > This SF.net email is sponsored by: Microsoft > > >> >> >> > >> > >> > Defy all challenges. Microsoft(R) Visual > > Studio 2008. > > >> >> >> > >> > >> > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > >> >> >> > >> > >> > _______________________________________________ > > >> >> >> > >> > >> > Es40-developers mailing list > > >> >> >> > >> > >> > Es4...@li... > > <mailto:Es4...@li...> > > >> >> >> > >> > >> > > > >> https://lists.sourceforge.net/lists/listinfo/es40-developers > > >> >> >> > >> > >> > > >> >> >> > >> > >> > > >> >> >> > >> > >> > > >> >> >> > >> > > >> >> >> > > >> > > > ------------------------------------------------------------------------- > > >> >> >> > >> > >> This SF.net email is sponsored by: Microsoft > > >> >> >> > >> > >> Defy all challenges. Microsoft(R) Visual Studio > > 2008. > > >> >> >> > >> > >> > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > >> >> >> > >> > >> _______________________________________________ > > >> >> >> > >> > >> Es40-developers mailing list > > >> >> >> > >> > >> Es4...@li... > > <mailto:Es4...@li...> > > >> >> >> > >> > >> > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > >> >> >> > >> > >> > > >> >> >> > >> > > > > >> >> >> > >> > > > > >> >> >> > >> > > >> >> >> > > >> > > > ------------------------------------------------------------------------- > > >> >> >> > >> > > This SF.net email is sponsored by: Microsoft > > >> >> >> > >> > > Defy all challenges. Microsoft(R) Visual Studio > > 2008. > > >> >> >> > >> > > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > >> >> >> > >> > > _______________________________________________ > > >> >> >> > >> > > Es40-developers mailing list > > >> >> >> > >> > > Es4...@li... > > <mailto:Es4...@li...> > > >> >> >> > >> > > > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > >> >> >> > >> > > > > >> >> >> > >> > > > >> >> >> > >> > > > >> >> >> > >> > > > >> >> >> > >> > > > >> >> >> > > >> > > > ------------------------------------------------------------------------- > > >> >> >> > >> > This SF.net email is sponsored by: Microsoft > > >> >> >> > >> > Defy all challenges. Microsoft(R) Visual Studio > 2008. > > >> >> >> > >> > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > >> >> >> > >> > _______________________________________________ > > >> >> >> > >> > Es40-developers mailing list > > >> >> >> > >> > Es4...@li... > > <mailto:Es4...@li...> > > >> >> >> > >> > > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > >> >> >> > >> > > > >> >> >> > >> > > >> >> >> > > > > >> >> >> > > > > >> >> >> > > >> > > > ------------------------------------------------------------------------- > > >> >> >> > > This SF.net email is sponsored by: Microsoft > > >> >> >> > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > >> >> >> > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > >> >> >> > > _______________________________________________ > > >> >> >> > > Es40-developers mailing list > > >> >> >> > > Es4...@li... > > <mailto:Es4...@li...> > > >> >> >> > > > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > >> >> >> > > > > >> >> >> > > > >> >> >> > > > >> >> >> > > > >> >> >> > > > >> >> > > > ------------------------------------------------------------------------- > > >> >> >> > This SF.net email is sponsored by: Microsoft > > >> >> >> > Defy all challenges. Microsoft(R) Visual Studio 2008. > > >> >> >> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > >> >> >> > _______________________________________________ > > >> >> >> > Es40-developers mailing list > > >> >> >> > Es4...@li... > > <mailto:Es4...@li...> > > >> >> >> > > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > >> >> >> > > > >> >> >> > > >> >> > > > >> >> > > > >> > > > ------------------------------------------------------------------------- > > >> >> > This SF.net email is sponsored by: Microsoft > > >> >> > Defy all challenges. Microsoft(R) Visual Studio 2008. > > >> >> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > >> >> > _______________________________________________ > > >> >> > Es40-developers mailing list > > >> >> > Es4...@li... > > <mailto:Es4...@li...> > > >> >> > https://lists.sourceforge.net/lists/listinfo/es40-developers > > >> >> > > > >> >> > > >> >> > > >> >> > > >> >> > > > ------------------------------------------------------------------------- > > >> >> This SF.net email is sponsored by: Microsoft > > >> >> Defy all challenges. Microsoft(R) Visual Studio 2008. > > >> >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > >> >> _______________________________________________ > > >> >> Es40-developers mailing list > > >> >> Es4...@li... > > <mailto:Es4...@li...> > > >> >> https://lists.sourceforge.net/lists/listinfo/es40-developers > > >> >> > > >> > > > >> > > > > ------------------------------------------------------------------------- > > >> > This SF.net email is sponsored by: Microsoft > > >> > Defy all challenges. Microsoft(R) Visual Studio 2008. > > >> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > >> > _______________________________________________ > > >> > Es40-developers mailing list > > >> > Es4...@li... > > <mailto:Es4...@li...> > > >> > https://lists.sourceforge.net/lists/listinfo/es40-developers > > >> > > > >> > > >> > > >> > > >> > > > ------------------------------------------------------------------------- > > >> This SF.net email is sponsored by: Microsoft > > >> Defy all challenges. Microsoft(R) Visual Studio 2008. > > >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > >> _______________________________________________ > > >> Es40-developers mailing list > > >> Es4...@li... > > <mailto:Es4...@li...> > > >> https://lists.sourceforge.net/lists/listinfo/es40-developers > > >> > > > > > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by: Microsoft > > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > _______________________________________________ > > > Es40-developers mailing list > > > Es4...@li... > > <mailto:Es4...@li...> > > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > > > > > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Es40-developers mailing list > > Es4...@li... > > <mailto:Es4...@li...> > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > > > > ------------------------------------------------------------------------ > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Es40-developers mailing list > > Es4...@li... > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers > |
From: Fausto S. <fa...@un...> - 2008-02-18 20:23:37
|
Hello Paco, thanks for the reply. Do you know if there's a "strings" equivalent command for Windows? thanks, fausto Paco Linux ha scritto: > Hi Fausto, > > As I reported last week, I had also the same error, and the > instalation took a looooong time (more than 14 hours, and the computer > is too powerful), but finally I have got installed.. > I have a 'method' of knowing if there is progress or the program is > freezed.. I make a " strings file.img | wc -l " to see if the number > of strings in the image increments > > Paco > > On Feb 18, 2008 6:26 PM, <fa...@un... <mailto:fa...@un...>> wrote: > > Hello all, > > after 6 hours the installation is always at 50%. > I don't think it's a nice thing. > > Has anybody some experience with timings of OpenVMS 8.3 installation. > > My PC is quite fast... quadcore with 4GB of ram, so I don't think it's > a speed problem. > By the way I'll keep the emulator running for other 2 hours... and > let's see. > :-) > > regards, > fausto > > Quoting Camiel Vanderhoeven <iam...@gm... > <mailto:iam...@gm...>>: > > > Hello Fausto, > > > > We've seen those occasionally during the installation process. > > Sometimes it all works flawless, sometimes we come across one or > more > > of these ACCVIO's... It beats me... It's usually fine if you > reply NO > > to the "terminate" question. > > > > Camiel. > > > > On Feb 18, 2008 3:46 PM, <fa...@un... > <mailto:fa...@un...>> wrote: > >> Hello all, > >> > >> some news from Installation world :-) > >> > >> The Openvms installation fails (40%) with a OpenVMS error (no > errors > >> in DOS console), maybe some memory error (???). > >> > >> %PCSI-I-PRCOUTPUT, output from subprocess follows ... > >> %SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual > >> address=000000000019E08C, PC=000000007FDC3BB4, PS=0000001B > >> > >> %PCSI-E-MODREPLERR, error replacing module INSTALL in library > >> DISK$ALPHASYS:[VMS$COMMON.][SYSLIB]DCLTABLES.EXE > >> -SYSTEM-F-ACCVIO, access violation, reason mask=!XB, virtual > >> address=!XH, PC=!XH, PS=!XL > >> %PCSI-E-OPFAILED, operation failed > >> Terminating is strongly recommended. Do you want to terminate? > [YES] > >> > >> I replied "NO" :-) So I'll keep you in touch about the news... > >> > >> > >> regards, > >> fausto > >> > >> Quoting Camiel Vanderhoeven <iam...@gm... > <mailto:iam...@gm...>>: > >> > >> > Hello Fausto, > >> > > >> > Yes, those appear to be quite normal. Basically it is the > scsi driver > >> > asking for more data than the device has to offer. The device > will > >> > respectfully decline to send more bytes, and the driver has > no problem > >> > with that. I'll put the messages inside a conditional > statement, as > >> > they are only meaningful when debugging the SCSI-interface. > >> > > >> > Camiel. > >> > > >> > P.S. These specific occurrences of this message are all > related to > >> > OpenVMS' use of the MODE SENSE command. It will set up a > buffer of 256 > >> > bytes for it, tell the device to perform a MODE SENSE command and > >> > return 255 bytes max (the maximum allowed), then try to get > up to 256 > >> > bytes from the device. > >> > > >> > On Feb 18, 2008 2:32 PM, <fa...@un... > <mailto:fa...@un...>> wrote: > >> >> Hello Camiel, > >> >> > >> >> i'm testing the new code, all seems ok. Now the init works > and the > >> >> installation proceed without any probs. > >> >> > >> >> Just a quick update... during the installation boot, I have > these > >> >> "errors" (????): > >> >> > >> >> SYM: xfer 240 bytes, max 239 expected, in phase 1. > >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. > >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. > >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. > >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. > >> >> SYM: xfer 240 bytes, max 239 expected, in phase 1. > >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. > >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. > >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. > >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. > >> >> > >> >> [...] > >> >> > >> >> etc... > >> >> > >> >> are they normal? > >> >> > >> >> thanks, > >> >> > >> >> fausto > >> >> > >> >> Quoting Camiel Vanderhoeven <iam...@gm... > <mailto:iam...@gm...>>: > >> >> > >> >> > Hello Fausto, > >> >> > > >> >> > I found that this was caused by the READ DISC INFO > command. This > >> >> > command is required only on CD-R/RW devices, which we're not > >> >> > emulating, so rather than try to fi it, I removed support > for this > >> >> > command, returning an ILLEGAL REQUEST sense code instead. > >> >> > > >> >> > I've updated it in CVS as well. > >> >> > > >> >> > Camiel. > >> >> > > >> >> > On Feb 18, 2008 1:30 PM, Camiel Vanderhoeven > >> <iam...@gm... <mailto:iam...@gm...>> wrote: > >> >> >> Hi Fausto, > >> >> >> > >> >> >> Yes, I did update the code in CVS. I'm trying to boot > from the VMS 8.3 > >> >> >> installation cd on the scsi bus, and I see what you mean. > >> >> >> > >> >> >> It seems to be looping on a sequence of 4 scsi commands: > >> >> >> > >> >> >> INQUIRY > >> >> >> READ DISK INFO > >> >> >> INQUIRY > >> >> >> TEST UNIT READY > >> >> >> > >> >> >> I'll see if I can find out what's going on... > >> >> >> > >> >> >> Camiel. > >> >> >> > >> >> >> > >> >> >> On Feb 18, 2008 1:22 PM, <fa...@un... > <mailto:fa...@un...>> wrote: > >> >> >> > Hello Camiel, > >> >> >> > > >> >> >> > did you update the CVS? > >> >> >> > I updated the code few mins ago, but now the OpenVMS 8.3 > >> installation > >> >> >> > seems to loop shortly after the OpenVMS banner. > >> >> >> > > >> >> >> > These are the memory addresses: 187868 | ffffffff801aa170 > >> >> >> > 285915 | ffffffff80012208 > >> >> >> > > >> >> >> > Before the latest update (when I reported the format > error), 1 min > >> >> >> > after the openvms banner, I had "Installing some known > required > >> >> >> > files..." message, but in this case, after about 10 > mins, nothing > >> >> >> > happens. > >> >> >> > > >> >> >> > regards, > >> >> >> > > >> >> >> > fausto > >> >> >> > > >> >> >> > Quoting Camiel Vanderhoeven <iam...@gm... > <mailto:iam...@gm...>>: > >> >> >> > > >> >> >> > > And once again a mail on this subject: > >> >> >> > > > >> >> >> > > I think the problem has been solved. The SCSI command > >> READ CAPACITY > >> >> >> > > returned the number of blocks on disk, where it should > >> return the LBA > >> >> >> > > address of the last block on disk (which is one > less); this caused > >> >> >> > > initialize to try to write beyond the last block. > This has > >> >> been fixed, > >> >> >> > > and initialize now works. > >> >> >> > > > >> >> >> > > Camiel. > >> >> >> > > > >> >> >> > > On Feb 17, 2008 4:49 PM, Camiel Vanderhoeven > >> >> >> <iam...@gm... <mailto:iam...@gm...>> wrote: > >> >> >> > >> Hello, > >> >> >> > >> > >> >> >> > >> I've made a couple of changes (implemented some > missing SCSI > >> >> >> > >> commands), but now an attempt to initialize (format) > a SCSI > >> >> disk fails > >> >> >> > >> with > >> >> >> > >> > >> >> >> > >> $ init dka500 test > >> >> >> > >> %INIT-F-MEDOFL, medium is offline > >> >> >> > >> $ > >> >> >> > >> > >> >> >> > >> Which is a bit strange, because sho dev shows the > device as > >> >> "online". > >> >> >> > >> The attempt to format the disk increases the > error-count by one. > >> >> >> > >> > >> >> >> > >> Camiel. > >> >> >> > >> > >> >> >> > >> > >> >> >> > >> > >> >> >> > >> > >> >> >> > >> > >> >> >> > >> On Feb 16, 2008 8:36 PM, <fa...@un... > <mailto:fa...@un...>> wrote: > >> >> >> > >> > Hello again, > >> >> >> > >> > > >> >> >> > >> > maybe too fast to write my previous message :-) > >> >> >> > >> > The emulator crashed when it started to format the > disk with > >> >> >> this message: > >> >> >> > >> > > >> >> >> > >> > pci0.3(sym53c810).disk0.0(file): Unknown SCSI > command 0x03. > >> >> >> > >> > SCSI Command Failed: ..\Disk.cpp, line 1390 > >> >> >> > >> > > >> >> >> > >> > Freeing memory in use by system... > >> >> >> > >> > %VGA-I-SHUTDOWN: vga console has shut down. > >> >> >> > >> > > >> >> >> > >> > Maybe there's something still not emulated... > >> >> >> > >> > > >> >> >> > >> > fausto > >> >> >> > >> > > >> >> >> > >> > > >> >> >> > >> > Quoting Camiel Vanderhoeven <iam...@gm... > <mailto:iam...@gm...>>: > >> >> >> > >> > > >> >> >> > >> > > Yes, I forgot that, thanks! > >> >> >> > >> > > > >> >> >> > >> > > Camiel. > >> >> >> > >> > > > >> >> >> > >> > > On Feb 16, 2008 5:42 PM, brian wheeler > >> >> >> <bdw...@in... <mailto:bdw...@in...>> wrote: > >> >> >> > >> > >> Oh, and this one too: > >> >> >> > >> > >> > >> >> >> > >> > >> > >> >> >> > >> > >> Index: Configurator.cpp > >> >> >> > >> > >> > >> >> >> > =================================================================== > >> >> >> > >> > >> RCS file: /cvsroot/es40/es40/src/Configurator.cpp,v > >> >> >> > >> > >> retrieving revision 1.14 > >> >> >> > >> > >> diff -u -r1.14 Configurator.cpp > >> >> >> > >> > >> --- Configurator.cpp 16 Feb 2008 13:00:15 > -0000 1.14 > >> >> >> > >> > >> +++ Configurator.cpp 16 Feb 2008 16:41:55 -0000 > >> >> >> > >> > >> @@ -518,6 +518,7 @@ > >> >> >> > >> > >> {"cirrus", c_cirrus, IS_PCI | > >> >> >> > >> > >> ON_GUI }, > >> >> >> > >> > >> {"dec21143",c_dec21143, IS_PCI | > >> >> >> > >> > >> IS_NIC }, > >> >> >> > >> > >> {"sym53c895", c_sym53c895, IS_PCI | > >> >> >> > >> > >> HAS_DISK }, > >> >> >> > >> > >> + {"sym53c810", c_sym53c810, IS_PCI | > >> >> >> > >> > >> HAS_DISK }, > >> >> >> > >> > >> {"file", c_file, > >> >> >> IS_DISK > >> >> >> > >> > >> }, > >> >> >> > >> > >> {"device", c_device, > >> >> >> IS_DISK > >> >> >> > >> > >> }, > >> >> >> > >> > >> {"ramdisk", c_ramdisk, > >> >> >> IS_DISK > >> >> >> > >> > >> }, > >> >> >> > >> > >> > >> >> >> > >> > >> > >> >> >> > >> > >> > >> >> >> > >> > >> On Sat, 2008-02-16 at 14:19 +0100, Camiel > >> Vanderhoeven wrote: > >> >> >> > >> > >> > Hi Again, > >> >> >> > >> > >> > > >> >> >> > >> > >> > I haven't been able to get my hands on a > KZPCA yet, > >> >> >> (some of you had > >> >> >> > >> > >> > suggestions who to ask, I'm pursuing those leads > >> >> now) but in the > >> >> >> > >> > >> > meantime, I took a good look at the KZPAA > card I do > >> >> have. It's a > >> >> >> > >> > >> > 53C810-based card, which is fairly similar to the > >> >> >> 53C895. The good > >> >> >> > >> > >> > news is that this card does not have any > >> firmware. Due to the > >> >> >> > >> > >> > similarities with the 53C895 it turned out to > be not that > >> >> >> > >> hard to come > >> >> >> > >> > >> > up with a working emulation. I just > successfully booted > >> >> >> > >> OpenVMS off an > >> >> >> > >> > >> > emulated SCSI disk. > >> >> >> > >> > >> > > >> >> >> > >> > >> > I've committed the new code to the CVS > repository. It > >> >> >> will also be in > >> >> >> > >> > >> > the next release. You'll need to change your > config > >> >> >> file, replace > >> >> >> > >> > >> > 53c895 with 53c810, and all scsi-disks should > be in the > >> >> >> 0.0 - 0.6 > >> >> >> > >> > >> > range (sorry, no wide scsi on this card). > >> >> >> > >> > >> > > >> >> >> > >> > >> > Camiel. > >> >> >> > >> > >> > > >> >> >> > >> > >> > On Feb 15, 2008 11:54 AM, Camiel Vanderhoeven > >> >> >> > >> <iam...@gm... <mailto:iam...@gm...>> > wrote: > >> >> >> > >> > >> > > Hello everyone, > >> >> >> > >> > >> > > > >> >> >> > >> > >> > > First, a piece of good news: Eduardo > Marcello Serrat > >> >> >> has found the > >> >> >> > >> > >> > > cause of the bugcheck in the SCSI driver. > That means > >> >> >> we're getting > >> >> >> > >> > >> > > closer to working SCSI disks on the emulator > >> >> running OpenVMS. > >> >> >> > >> > >> > > > >> >> >> > >> > >> > > Now the bad news, to complete the emulation > of the SCSI > >> >> >> > >> card, we need > >> >> >> > >> > >> > > an image of the firmware ROM on a true DEC > >> 3X-KZPCA-AA SCSI > >> >> >> > >> > >> > > controller. > >> >> >> > >> > >> > > > >> >> >> > >> > >> > > If I could get my hands on a real > 3X-KZPCA-AA card, I > >> >> >> > >> could probably > >> >> >> > >> > >> > > manage to extract the contents of the ROM to > >> >> create an image. > >> >> >> > >> > >> > > > >> >> >> > >> > >> > > If any of you happen to have one of these > cards, > >> >> >> could you let me > >> >> >> > >> > >> > > know? They are identifyable by the main > chip, which > >> >> >> is either "NCR > >> >> >> > >> > >> > > 53C985", "LSI Logic 53C895" or "Symbios > 53C895". > >> >> >> There are also > >> >> >> > >> > >> > > versions of this card that won't work with > OpenVMS, > >> >> >> so please check > >> >> >> > >> > >> > > that first. If you have this card, it would > be very > >> >> >> useful if you > >> >> >> > >> > >> > > could create an image of the PCI option > ROM, or if you'd > >> >> >> > >> be willing to > >> >> >> > >> > >> > > part with the card (for a while) so I can > extract > >> >> the image. > >> >> >> > >> > >> > > > >> >> >> > >> > >> > > Thanks, > >> >> >> > >> > >> > > > >> >> >> > >> > >> > > Camiel. > >> >> >> > >> > >> > > > >> >> >> > >> > >> > > P.S. Apologies to those who receive this e-mail > >> >> >> twice, but I found > >> >> >> > >> > >> > > this important enough to send to both the > >> >> developers and the > >> >> >> > >> > >> > > announcements list. > >> >> >> > >> > >> > > > >> >> >> > >> > >> > > >> >> >> > >> > >> > > >> >> >> > >> > >> >> >> > >> > ------------------------------------------------------------------------- > >> >> >> > >> > >> > This SF.net email is sponsored by: Microsoft > >> >> >> > >> > >> > Defy all challenges. Microsoft(R) Visual > Studio 2008. > >> >> >> > >> > >> > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > >> >> >> > >> > >> > _______________________________________________ > >> >> >> > >> > >> > Es40-developers mailing list > >> >> >> > >> > >> > Es4...@li... > <mailto:Es4...@li...> > >> >> >> > >> > >> > > >> https://lists.sourceforge.net/lists/listinfo/es40-developers > >> >> >> > >> > >> > >> >> >> > >> > >> > >> >> >> > >> > >> > >> >> >> > >> > >> >> >> > >> > ------------------------------------------------------------------------- > >> >> >> > >> > >> This SF.net email is sponsored by: Microsoft > >> >> >> > >> > >> Defy all challenges. Microsoft(R) Visual Studio > 2008. > >> >> >> > >> > >> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > >> >> >> > >> > >> _______________________________________________ > >> >> >> > >> > >> Es40-developers mailing list > >> >> >> > >> > >> Es4...@li... > <mailto:Es4...@li...> > >> >> >> > >> > >> > https://lists.sourceforge.net/lists/listinfo/es40-developers > >> >> >> > >> > >> > >> >> >> > >> > > > >> >> >> > >> > > > >> >> >> > >> > >> >> >> > >> > ------------------------------------------------------------------------- > >> >> >> > >> > > This SF.net email is sponsored by: Microsoft > >> >> >> > >> > > Defy all challenges. Microsoft(R) Visual Studio > 2008. > >> >> >> > >> > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > >> >> >> > >> > > _______________________________________________ > >> >> >> > >> > > Es40-developers mailing list > >> >> >> > >> > > Es4...@li... > <mailto:Es4...@li...> > >> >> >> > >> > > > https://lists.sourceforge.net/lists/listinfo/es40-developers > >> >> >> > >> > > > >> >> >> > >> > > >> >> >> > >> > > >> >> >> > >> > > >> >> >> > >> > > >> >> >> > >> > ------------------------------------------------------------------------- > >> >> >> > >> > This SF.net email is sponsored by: Microsoft > >> >> >> > >> > Defy all challenges. Microsoft(R) Visual Studio 2008. > >> >> >> > >> > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > >> >> >> > >> > _______________________________________________ > >> >> >> > >> > Es40-developers mailing list > >> >> >> > >> > Es4...@li... > <mailto:Es4...@li...> > >> >> >> > >> > > https://lists.sourceforge.net/lists/listinfo/es40-developers > >> >> >> > >> > > >> >> >> > >> > >> >> >> > > > >> >> >> > > > >> >> >> > >> > ------------------------------------------------------------------------- > >> >> >> > > This SF.net email is sponsored by: Microsoft > >> >> >> > > Defy all challenges. Microsoft(R) Visual Studio 2008. > >> >> >> > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > >> >> >> > > _______________________________________________ > >> >> >> > > Es40-developers mailing list > >> >> >> > > Es4...@li... > <mailto:Es4...@li...> > >> >> >> > > > https://lists.sourceforge.net/lists/listinfo/es40-developers > >> >> >> > > > >> >> >> > > >> >> >> > > >> >> >> > > >> >> >> > > >> >> > ------------------------------------------------------------------------- > >> >> >> > This SF.net email is sponsored by: Microsoft > >> >> >> > Defy all challenges. Microsoft(R) Visual Studio 2008. > >> >> >> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > >> >> >> > _______________________________________________ > >> >> >> > Es40-developers mailing list > >> >> >> > Es4...@li... > <mailto:Es4...@li...> > >> >> >> > > https://lists.sourceforge.net/lists/listinfo/es40-developers > >> >> >> > > >> >> >> > >> >> > > >> >> > > >> > ------------------------------------------------------------------------- > >> >> > This SF.net email is sponsored by: Microsoft > >> >> > Defy all challenges. Microsoft(R) Visual Studio 2008. > >> >> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > >> >> > _______________________________________________ > >> >> > Es40-developers mailing list > >> >> > Es4...@li... > <mailto:Es4...@li...> > >> >> > https://lists.sourceforge.net/lists/listinfo/es40-developers > >> >> > > >> >> > >> >> > >> >> > >> >> > ------------------------------------------------------------------------- > >> >> This SF.net email is sponsored by: Microsoft > >> >> Defy all challenges. Microsoft(R) Visual Studio 2008. > >> >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > >> >> _______________________________________________ > >> >> Es40-developers mailing list > >> >> Es4...@li... > <mailto:Es4...@li...> > >> >> https://lists.sourceforge.net/lists/listinfo/es40-developers > >> >> > >> > > >> > > ------------------------------------------------------------------------- > >> > This SF.net email is sponsored by: Microsoft > >> > Defy all challenges. Microsoft(R) Visual Studio 2008. > >> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > >> > _______________________________________________ > >> > Es40-developers mailing list > >> > Es4...@li... > <mailto:Es4...@li...> > >> > https://lists.sourceforge.net/lists/listinfo/es40-developers > >> > > >> > >> > >> > >> > ------------------------------------------------------------------------- > >> This SF.net email is sponsored by: Microsoft > >> Defy all challenges. Microsoft(R) Visual Studio 2008. > >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > >> _______________________________________________ > >> Es40-developers mailing list > >> Es4...@li... > <mailto:Es4...@li...> > >> https://lists.sourceforge.net/lists/listinfo/es40-developers > >> > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Es40-developers mailing list > > Es4...@li... > <mailto:Es4...@li...> > > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > <mailto:Es4...@li...> > https://lists.sourceforge.net/lists/listinfo/es40-developers > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > ------------------------------------------------------------------------ > > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers > |
From: Brian W. <bdw...@in...> - 2008-02-18 20:20:08
|
I snagged the algorithm from libcdio. It should be right, but all I know is that its "right" enough that FreeBSD boots again. Brian Index: Disk.cpp =================================================================== RCS file: /cvsroot/es40/es40/src/Disk.cpp,v retrieving revision 1.24 diff -u -r1.24 Disk.cpp --- Disk.cpp 18 Feb 2008 14:52:10 -0000 1.24 +++ Disk.cpp 18 Feb 2008 20:17:30 -0000 @@ -617,6 +617,45 @@ } } + +/** + * Basic algorithm taken from libcdio for converting lba to msf + **/ + +#define PREGAP_SECTORS 150 +#define CD_FRAMES_PER_SEC 75 +#define CD_MAX_LSN 450150 + +#define bin2bcd(x) ((x / 10) << 4) | (x % 10) + +static u32 lba2msf(off_t_large lba) { + int m,s,f; + + lba -= PREGAP_SECTORS; + if(lba >= -PREGAP_SECTORS) { + m = (lba + PREGAP_SECTORS) / (CD_FRAMES_PER_SEC * 60); + lba -= m * (CD_FRAMES_PER_SEC * 60); + s = (lba + PREGAP_SECTORS) / CD_FRAMES_PER_SEC; + lba -= s * CD_FRAMES_PER_SEC; + f = lba + PREGAP_SECTORS; + } else { + m = (lba + CD_MAX_LSN) / (CD_FRAMES_PER_SEC * 60); + lba -= m * (CD_FRAMES_PER_SEC * 60); + s = (lba + CD_MAX_LSN) / CD_FRAMES_PER_SEC; + lba -= s * CD_FRAMES_PER_SEC; + f = lba + CD_MAX_LSN; + } + + if(m > 99) m=99; + + //printf("m=%d, s=%d, f=%d == m=%x, s=%x, f=%x\n", m,s,f,bin2bcd(m),bin2bcd(s),bin2bcd(f)); + + return bin2bcd(m)<<16 | bin2bcd(s)<<8 | bin2bcd(f); + + +} + + /** * \brief Handle a SCSI command. * @@ -1312,12 +1351,6 @@ #if defined(DEBUG_SCSI) printf("%s: CDROM READ TOC.\n", devid_string); #endif - if (state.scsi.cmd.data[1]&0x02) - { - printf("%s: I don't understand READ TOC/PMA/ATIP with MSF bit set.\n",devid_string); - FAILURE("SCSI Command Failed"); - } - if (state.scsi.cmd.data[2]&0x0f) { printf("%s: I don't understand READ TOC/PMA/ATIP with format %01x.\n",devid_string,state.scsi.cmd.data[2] & 0x0f); @@ -1355,20 +1388,41 @@ state.scsi.dati.data[q++] = 0x14; // adr/control (Q-channel: current position, data track, no copy) state.scsi.dati.data[q++] = 1; // track number state.scsi.dati.data[q++] = 0; // reserved - state.scsi.dati.data[q++] = 0>>24; //lba - state.scsi.dati.data[q++] = 0>>16; - state.scsi.dati.data[q++] = 0>>8; - state.scsi.dati.data[q++] = 0; + if(state.scsi.cmd.data[1]&0x02) + { + u32 x = lba2msf(0); + state.scsi.dati.data[q++]=0; + state.scsi.dati.data[q++]=(x & 0xff0000) >> 16; + state.scsi.dati.data[q++]=(x & 0xff00) >> 8; + state.scsi.dati.data[q++]=x & 0xff; + } + else + { + state.scsi.dati.data[q++] = 0>>24; //lba + state.scsi.dati.data[q++] = 0>>16; + state.scsi.dati.data[q++] = 0>>8; + state.scsi.dati.data[q++] = 0; + } } state.scsi.dati.data[q++] = 0; // reserved state.scsi.dati.data[q++] = 0x16; // adr/control (Q-channel: current position, data track, copy) state.scsi.dati.data[q++] = 0xAA; // track number state.scsi.dati.data[q++] = 0; // reserved - state.scsi.dati.data[q++] = (u8)(get_lba_size()>>24); //lba - state.scsi.dati.data[q++] = (u8)(get_lba_size()>>16); - state.scsi.dati.data[q++] = (u8)(get_lba_size()>>8); - state.scsi.dati.data[q++] = (u8)get_lba_size(); - + if(state.scsi.cmd.data[1]&0x02) + { + u32 x = lba2msf(get_lba_size()); + state.scsi.dati.data[q++]=0; + state.scsi.dati.data[q++]=(x & 0xff0000) >> 16; + state.scsi.dati.data[q++]=(x & 0xff00) >> 8; + state.scsi.dati.data[q++]=x & 0xff; + } + else + { + state.scsi.dati.data[q++] = (u8)(get_lba_size()>>24); //lba + state.scsi.dati.data[q++] = (u8)(get_lba_size()>>16); + state.scsi.dati.data[q++] = (u8)(get_lba_size()>>8); + state.scsi.dati.data[q++] = (u8)get_lba_size(); + } state.scsi.dati.data[0] = (u8)(q>>8); state.scsi.dati.data[1] = (u8)q; @@ -1505,6 +1559,7 @@ return SCSI_PHASE_COMMAND; } + static int primes_54[54] = { 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, |
From: <fa...@un...> - 2008-02-18 19:38:18
|
Quoting "Hittner, David T." <dav...@ng...>: > Nah, your install process has hung or died. > > Try this, just for the fun of it :-) > Download and install the (free) Personal Alpha emulator. > See how long it takes to install OpenVMS. You'll be suprised. 8-O > > Dave > >> -----Original Message----- >> From: es4...@li... >> [mailto:es4...@li...] On >> Behalf Of fa...@un... >> Sent: Monday, February 18, 2008 12:27 PM >> To: es4...@li... >> Subject: Re: [ES40-developers] SCSI support for OpenVMS has arrived >> >> Hello all, >> >> after 6 hours the installation is always at 50%. >> I don't think it's a nice thing. >> >> Has anybody some experience with timings of OpenVMS 8.3 installation. >> >> My PC is quite fast... quadcore with 4GB of ram, so I don't >> think it's a speed problem. >> By the way I'll keep the emulator running for other 2 >> hours... and let's see. >> :-) >> >> regards, >> fausto >> >> Quoting Camiel Vanderhoeven <iam...@gm...>: >> >> > Hello Fausto, >> > >> > We've seen those occasionally during the installation process. >> > Sometimes it all works flawless, sometimes we come across >> one or more >> > of these ACCVIO's... It beats me... It's usually fine if >> you reply NO >> > to the "terminate" question. >> > >> > Camiel. >> > >> > On Feb 18, 2008 3:46 PM, <fa...@un...> wrote: >> >> Hello all, >> >> >> >> some news from Installation world :-) >> >> >> >> The Openvms installation fails (40%) with a OpenVMS error >> (no errors >> >> in DOS console), maybe some memory error (???). >> >> >> >> %PCSI-I-PRCOUTPUT, output from subprocess follows ... >> >> %SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual >> >> address=000000000019E08C, PC=000000007FDC3BB4, PS=0000001B >> >> >> >> %PCSI-E-MODREPLERR, error replacing module INSTALL in library >> >> DISK$ALPHASYS:[VMS$COMMON.][SYSLIB]DCLTABLES.EXE >> >> -SYSTEM-F-ACCVIO, access violation, reason mask=!XB, virtual >> >> address=!XH, PC=!XH, PS=!XL %PCSI-E-OPFAILED, operation failed >> >> Terminating is strongly recommended. Do you want to >> terminate? [YES] >> >> >> >> I replied "NO" :-) So I'll keep you in touch about the news... >> >> >> >> >> >> regards, >> >> fausto >> >> >> >> Quoting Camiel Vanderhoeven <iam...@gm...>: >> >> >> >> > Hello Fausto, >> >> > >> >> > Yes, those appear to be quite normal. Basically it is the scsi >> >> > driver asking for more data than the device has to offer. The >> >> > device will respectfully decline to send more bytes, and >> the driver >> >> > has no problem with that. I'll put the messages inside a >> >> > conditional statement, as they are only meaningful when >> debugging the SCSI-interface. >> >> > >> >> > Camiel. >> >> > >> >> > P.S. These specific occurrences of this message are all >> related to >> >> > OpenVMS' use of the MODE SENSE command. It will set up a >> buffer of >> >> > 256 bytes for it, tell the device to perform a MODE >> SENSE command >> >> > and return 255 bytes max (the maximum allowed), then try >> to get up >> >> > to 256 bytes from the device. >> >> > >> >> > On Feb 18, 2008 2:32 PM, <fa...@un...> wrote: >> >> >> Hello Camiel, >> >> >> >> >> >> i'm testing the new code, all seems ok. Now the init >> works and the >> >> >> installation proceed without any probs. >> >> >> >> >> >> Just a quick update... during the installation boot, I >> have these >> >> >> "errors" (????): >> >> >> >> >> >> SYM: xfer 240 bytes, max 239 expected, in phase 1. >> >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. >> >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. >> >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. >> >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. >> >> >> SYM: xfer 240 bytes, max 239 expected, in phase 1. >> >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. >> >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. >> >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. >> >> >> SYM: xfer 256 bytes, max 255 expected, in phase 1. >> >> >> >> >> >> [...] >> >> >> >> >> >> etc... >> >> >> >> >> >> are they normal? >> >> >> >> >> >> thanks, >> >> >> >> >> >> fausto >> >> >> >> >> >> Quoting Camiel Vanderhoeven <iam...@gm...>: >> >> >> >> >> >> > Hello Fausto, >> >> >> > >> >> >> > I found that this was caused by the READ DISC INFO >> command. This >> >> >> > command is required only on CD-R/RW devices, which we're not >> >> >> > emulating, so rather than try to fi it, I removed support for >> >> >> > this command, returning an ILLEGAL REQUEST sense code instead. >> >> >> > >> >> >> > I've updated it in CVS as well. >> >> >> > >> >> >> > Camiel. >> >> >> > >> >> >> > On Feb 18, 2008 1:30 PM, Camiel Vanderhoeven >> >> <iam...@gm...> wrote: >> >> >> >> Hi Fausto, >> >> >> >> >> >> >> >> Yes, I did update the code in CVS. I'm trying to >> boot from the >> >> >> >> VMS 8.3 installation cd on the scsi bus, and I see >> what you mean. >> >> >> >> >> >> >> >> It seems to be looping on a sequence of 4 scsi commands: >> >> >> >> >> >> >> >> INQUIRY >> >> >> >> READ DISK INFO >> >> >> >> INQUIRY >> >> >> >> TEST UNIT READY >> >> >> >> >> >> >> >> I'll see if I can find out what's going on... >> >> >> >> >> >> >> >> Camiel. >> >> >> >> >> >> >> >> >> >> >> >> On Feb 18, 2008 1:22 PM, <fa...@un...> wrote: >> >> >> >> > Hello Camiel, >> >> >> >> > >> >> >> >> > did you update the CVS? >> >> >> >> > I updated the code few mins ago, but now the OpenVMS 8.3 >> >> installation >> >> >> >> > seems to loop shortly after the OpenVMS banner. >> >> >> >> > >> >> >> >> > These are the memory addresses: 187868 | ffffffff801aa170 >> >> >> >> > 285915 | ffffffff80012208 >> >> >> >> > >> >> >> >> > Before the latest update (when I reported the >> format error), >> >> >> >> > 1 min after the openvms banner, I had "Installing >> some known >> >> >> >> > required files..." message, but in this case, >> after about 10 >> >> >> >> > mins, nothing happens. >> >> >> >> > >> >> >> >> > regards, >> >> >> >> > >> >> >> >> > fausto >> >> >> >> > >> >> >> >> > Quoting Camiel Vanderhoeven <iam...@gm...>: >> >> >> >> > >> >> >> >> > > And once again a mail on this subject: >> >> >> >> > > >> >> >> >> > > I think the problem has been solved. The SCSI command >> >> READ CAPACITY >> >> >> >> > > returned the number of blocks on disk, where it should >> >> return the LBA >> >> >> >> > > address of the last block on disk (which is one >> less); this >> >> >> >> > > caused initialize to try to write beyond the last block. >> >> >> >> > > This has >> >> >> been fixed, >> >> >> >> > > and initialize now works. >> >> >> >> > > >> >> >> >> > > Camiel. >> >> >> >> > > >> >> >> >> > > On Feb 17, 2008 4:49 PM, Camiel Vanderhoeven >> >> >> >> <iam...@gm...> wrote: >> >> >> >> > >> Hello, >> >> >> >> > >> >> >> >> >> > >> I've made a couple of changes (implemented some missing >> >> >> >> > >> SCSI commands), but now an attempt to >> initialize (format) >> >> >> >> > >> a SCSI >> >> >> disk fails >> >> >> >> > >> with >> >> >> >> > >> >> >> >> >> > >> $ init dka500 test >> >> >> >> > >> %INIT-F-MEDOFL, medium is offline $ >> >> >> >> > >> >> >> >> >> > >> Which is a bit strange, because sho dev shows >> the device >> >> >> >> > >> as >> >> >> "online". >> >> >> >> > >> The attempt to format the disk increases the >> error-count by one. >> >> >> >> > >> >> >> >> >> > >> Camiel. >> >> >> >> > >> >> >> >> >> > >> >> >> >> >> > >> >> >> >> >> > >> >> >> >> >> > >> >> >> >> >> > >> On Feb 16, 2008 8:36 PM, <fa...@un...> wrote: >> >> >> >> > >> > Hello again, >> >> >> >> > >> > >> >> >> >> > >> > maybe too fast to write my previous message :-) The >> >> >> >> > >> > emulator crashed when it started to format >> the disk with >> >> >> >> this message: >> >> >> >> > >> > >> >> >> >> > >> > pci0.3(sym53c810).disk0.0(file): Unknown SCSI >> command 0x03. >> >> >> >> > >> > SCSI Command Failed: ..\Disk.cpp, line 1390 >> >> >> >> > >> > >> >> >> >> > >> > Freeing memory in use by system... >> >> >> >> > >> > %VGA-I-SHUTDOWN: vga console has shut down. >> >> >> >> > >> > >> >> >> >> > >> > Maybe there's something still not emulated... >> >> >> >> > >> > >> >> >> >> > >> > fausto >> >> >> >> > >> > >> >> >> >> > >> > >> >> >> >> > >> > Quoting Camiel Vanderhoeven <iam...@gm...>: >> >> >> >> > >> > >> >> >> >> > >> > > Yes, I forgot that, thanks! >> >> >> >> > >> > > >> >> >> >> > >> > > Camiel. >> >> >> >> > >> > > >> >> >> >> > >> > > On Feb 16, 2008 5:42 PM, brian wheeler >> >> >> >> <bdw...@in...> wrote: >> >> >> >> > >> > >> Oh, and this one too: >> >> >> >> > >> > >> >> >> >> >> > >> > >> >> >> >> >> > >> > >> Index: Configurator.cpp >> >> >> >> > >> > >> >> >> >> >> >> =============================================================== >> >> >> >> ==== >> >> >> >> > >> > >> RCS file: /cvsroot/es40/es40/src/Configurator.cpp,v >> >> >> >> > >> > >> retrieving revision 1.14 diff -u -r1.14 >> >> >> >> > >> > >> Configurator.cpp >> >> >> >> > >> > >> --- Configurator.cpp 16 Feb 2008 >> 13:00:15 -0000 1.14 >> >> >> >> > >> > >> +++ Configurator.cpp 16 Feb 2008 16:41:55 -0000 >> >> >> >> > >> > >> @@ -518,6 +518,7 @@ >> >> >> >> > >> > >> {"cirrus", c_cirrus, IS_PCI | >> >> >> >> > >> > >> ON_GUI }, >> >> >> >> > >> > >> {"dec21143",c_dec21143, IS_PCI | >> >> >> >> > >> > >> IS_NIC }, >> >> >> >> > >> > >> {"sym53c895", c_sym53c895, IS_PCI | >> >> >> >> > >> > >> HAS_DISK }, >> >> >> >> > >> > >> + {"sym53c810", c_sym53c810, IS_PCI | >> >> >> >> > >> > >> HAS_DISK }, >> >> >> >> > >> > >> {"file", c_file, >> >> >> >> IS_DISK >> >> >> >> > >> > >> }, >> >> >> >> > >> > >> {"device", c_device, >> >> >> >> IS_DISK >> >> >> >> > >> > >> }, >> >> >> >> > >> > >> {"ramdisk", c_ramdisk, >> >> >> >> IS_DISK >> >> >> >> > >> > >> }, >> >> >> >> > >> > >> >> >> >> >> > >> > >> >> >> >> >> > >> > >> >> >> >> >> > >> > >> On Sat, 2008-02-16 at 14:19 +0100, Camiel >> >> Vanderhoeven wrote: >> >> >> >> > >> > >> > Hi Again, >> >> >> >> > >> > >> > >> >> >> >> > >> > >> > I haven't been able to get my hands on a >> KZPCA yet, >> >> >> >> (some of you had >> >> >> >> > >> > >> > suggestions who to ask, I'm pursuing those leads >> >> >> now) but in the >> >> >> >> > >> > >> > meantime, I took a good look at the >> KZPAA card I do >> >> >> have. It's a >> >> >> >> > >> > >> > 53C810-based card, which is fairly similar to the >> >> >> >> 53C895. The good >> >> >> >> > >> > >> > news is that this card does not have any >> >> firmware. Due to the >> >> >> >> > >> > >> > similarities with the 53C895 it turned out to be >> >> >> >> > >> > >> > not that >> >> >> >> > >> hard to come >> >> >> >> > >> > >> > up with a working emulation. I just successfully >> >> >> >> > >> > >> > booted >> >> >> >> > >> OpenVMS off an >> >> >> >> > >> > >> > emulated SCSI disk. >> >> >> >> > >> > >> > >> >> >> >> > >> > >> > I've committed the new code to the CVS >> repository. >> >> >> >> > >> > >> > It >> >> >> >> will also be in >> >> >> >> > >> > >> > the next release. You'll need to change >> your config >> >> >> >> file, replace >> >> >> >> > >> > >> > 53c895 with 53c810, and all scsi-disks >> should be in >> >> >> >> > >> > >> > the >> >> >> >> 0.0 - 0.6 >> >> >> >> > >> > >> > range (sorry, no wide scsi on this card). >> >> >> >> > >> > >> > >> >> >> >> > >> > >> > Camiel. >> >> >> >> > >> > >> > >> >> >> >> > >> > >> > On Feb 15, 2008 11:54 AM, Camiel Vanderhoeven >> >> >> >> > >> <iam...@gm...> wrote: >> >> >> >> > >> > >> > > Hello everyone, >> >> >> >> > >> > >> > > >> >> >> >> > >> > >> > > First, a piece of good news: Eduardo Marcello >> >> >> >> > >> > >> > > Serrat >> >> >> >> has found the >> >> >> >> > >> > >> > > cause of the bugcheck in the SCSI driver. That >> >> >> >> > >> > >> > > means >> >> >> >> we're getting >> >> >> >> > >> > >> > > closer to working SCSI disks on the emulator >> >> >> running OpenVMS. >> >> >> >> > >> > >> > > >> >> >> >> > >> > >> > > Now the bad news, to complete the emulation of >> >> >> >> > >> > >> > > the SCSI >> >> >> >> > >> card, we need >> >> >> >> > >> > >> > > an image of the firmware ROM on a true DEC >> >> 3X-KZPCA-AA SCSI >> >> >> >> > >> > >> > > controller. >> >> >> >> > >> > >> > > >> >> >> >> > >> > >> > > If I could get my hands on a real 3X-KZPCA-AA >> >> >> >> > >> > >> > > card, I >> >> >> >> > >> could probably >> >> >> >> > >> > >> > > manage to extract the contents of the ROM to >> >> >> create an image. >> >> >> >> > >> > >> > > >> >> >> >> > >> > >> > > If any of you happen to have one of >> these cards, >> >> >> >> could you let me >> >> >> >> > >> > >> > > know? They are identifyable by the main chip, >> >> >> >> > >> > >> > > which >> >> >> >> is either "NCR >> >> >> >> > >> > >> > > 53C985", "LSI Logic 53C895" or >> "Symbios 53C895". >> >> >> >> There are also >> >> >> >> > >> > >> > > versions of this card that won't work with >> >> >> >> > >> > >> > > OpenVMS, >> >> >> >> so please check >> >> >> >> > >> > >> > > that first. If you have this card, it would be >> >> >> >> > >> > >> > > very >> >> >> >> useful if you >> >> >> >> > >> > >> > > could create an image of the PCI >> option ROM, or >> >> >> >> > >> > >> > > if you'd >> >> >> >> > >> be willing to >> >> >> >> > >> > >> > > part with the card (for a while) so I >> can extract >> >> >> the image. >> >> >> >> > >> > >> > > >> >> >> >> > >> > >> > > Thanks, >> >> >> >> > >> > >> > > >> >> >> >> > >> > >> > > Camiel. >> >> >> >> > >> > >> > > >> >> >> >> > >> > >> > > P.S. Apologies to those who receive this e-mail >> >> >> >> twice, but I found >> >> >> >> > >> > >> > > this important enough to send to both the >> >> >> developers and the >> >> >> >> > >> > >> > > announcements list. >> >> >> >> > >> > >> > > >> >> >> >> > >> > >> > >> >> >> >> > >> > >> > >> >> >> >> > >> >> >> >> >> >> >> >> --------------------------------------------------------------------- >> >> ---- >> >> >> >> > >> > >> > This SF.net email is sponsored by: >> Microsoft Defy >> >> >> >> > >> > >> > all challenges. Microsoft(R) Visual Studio 2008. >> >> >> >> > >> > >> > >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct >> >> >> >> > >> > >> > /01/ >> >> >> >> > >> > >> > _______________________________________________ >> >> >> >> > >> > >> > Es40-developers mailing list >> >> >> >> > >> > >> > Es4...@li... >> >> >> >> > >> > >> > >> >> https://lists.sourceforge.net/lists/listinfo/es40-developers >> >> >> >> > >> > >> >> >> >> >> > >> > >> >> >> >> >> > >> > >> >> >> >> >> > >> >> >> >> >> >> >> >> --------------------------------------------------------------------- >> >> ---- >> >> >> >> > >> > >> This SF.net email is sponsored by: >> Microsoft Defy all >> >> >> >> > >> > >> challenges. Microsoft(R) Visual Studio 2008. >> >> >> >> > >> > >> >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/0 >> >> >> >> > >> > >> 1/ _______________________________________________ >> >> >> >> > >> > >> Es40-developers mailing list >> >> >> >> > >> > >> Es4...@li... >> >> >> >> > >> > >> >> https://lists.sourceforge.net/lists/listinfo/es40-dev >> >> >> >> > >> > >> elopers >> >> >> >> > >> > >> >> >> >> >> > >> > > >> >> >> >> > >> > > >> >> >> >> > >> >> >> >> >> >> >> >> --------------------------------------------------------------------- >> >> ---- >> >> >> >> > >> > > This SF.net email is sponsored by: >> Microsoft Defy all >> >> >> >> > >> > > challenges. Microsoft(R) Visual Studio 2008. >> >> >> >> > >> > > >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01 >> >> >> >> > >> > > / _______________________________________________ >> >> >> >> > >> > > Es40-developers mailing list >> >> >> >> > >> > > Es4...@li... >> >> >> >> > >> > > >> https://lists.sourceforge.net/lists/listinfo/es40-deve >> >> >> >> > >> > > lopers >> >> >> >> > >> > > >> >> >> >> > >> > >> >> >> >> > >> > >> >> >> >> > >> > >> >> >> >> > >> > >> >> >> >> >> >> >> --------------------------------------------------------------------- >> >> ---- >> >> >> >> > >> > This SF.net email is sponsored by: Microsoft Defy all >> >> >> >> > >> > challenges. Microsoft(R) Visual Studio 2008. >> >> >> >> > >> > >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> >> >> >> > >> > _______________________________________________ >> >> >> >> > >> > Es40-developers mailing list >> >> >> >> > >> > Es4...@li... >> >> >> >> > >> > >> https://lists.sourceforge.net/lists/listinfo/es40-develo >> >> >> >> > >> > pers >> >> >> >> > >> > >> >> >> >> > >> >> >> >> >> > > >> >> >> >> > > >> >> >> >> >> >> >> --------------------------------------------------------------------- >> >> ---- >> >> >> >> > > This SF.net email is sponsored by: Microsoft Defy all >> >> >> >> > > challenges. Microsoft(R) Visual Studio 2008. >> >> >> >> > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> >> >> >> > > _______________________________________________ >> >> >> >> > > Es40-developers mailing list >> >> >> >> > > Es4...@li... >> >> >> >> > > >> https://lists.sourceforge.net/lists/listinfo/es40-developer >> >> >> >> > > s >> >> >> >> > > >> >> >> >> > >> >> >> >> > >> >> >> >> > >> >> >> >> > >> >> >> >> ------------------------------------------------------------------ >> >> >> ------- >> >> >> >> > This SF.net email is sponsored by: Microsoft Defy all >> >> >> >> > challenges. Microsoft(R) Visual Studio 2008. >> >> >> >> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> >> >> >> > _______________________________________________ >> >> >> >> > Es40-developers mailing list >> >> >> >> > Es4...@li... >> >> >> >> > >> https://lists.sourceforge.net/lists/listinfo/es40-developers >> >> >> >> > >> >> >> >> >> >> >> > >> >> >> > >> >> >> --------------------------------------------------------------------- >> >> ---- >> >> >> > This SF.net email is sponsored by: Microsoft Defy all >> >> >> > challenges. Microsoft(R) Visual Studio 2008. >> >> >> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> >> >> > _______________________________________________ >> >> >> > Es40-developers mailing list >> >> >> > Es4...@li... >> >> >> > https://lists.sourceforge.net/lists/listinfo/es40-developers >> >> >> > >> >> >> >> >> >> >> >> >> >> >> >> >> ------------------------------------------------------------------ >> >> >> ------- This SF.net email is sponsored by: Microsoft Defy all >> >> >> challenges. Microsoft(R) Visual Studio 2008. >> >> >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> >> >> _______________________________________________ >> >> >> Es40-developers mailing list >> >> >> Es4...@li... >> >> >> https://lists.sourceforge.net/lists/listinfo/es40-developers >> >> >> >> >> > >> >> > >> ------------------------------------------------------------------- >> >> > ------ This SF.net email is sponsored by: Microsoft Defy all >> >> > challenges. Microsoft(R) Visual Studio 2008. >> >> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> >> > _______________________________________________ >> >> > Es40-developers mailing list >> >> > Es4...@li... >> >> > https://lists.sourceforge.net/lists/listinfo/es40-developers >> >> > >> >> >> >> >> >> >> >> >> --------------------------------------------------------------------- >> >> ---- This SF.net email is sponsored by: Microsoft Defy all >> >> challenges. Microsoft(R) Visual Studio 2008. >> >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> >> _______________________________________________ >> >> Es40-developers mailing list >> >> Es4...@li... >> >> https://lists.sourceforge.net/lists/listinfo/es40-developers >> >> >> > >> > >> ---------------------------------------------------------------------- >> > --- This SF.net email is sponsored by: Microsoft Defy all >> challenges. >> > Microsoft(R) Visual Studio 2008. >> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> > _______________________________________________ >> > Es40-developers mailing list >> > Es4...@li... >> > https://lists.sourceforge.net/lists/listinfo/es40-developers >> > >> >> >> >> -------------------------------------------------------------- >> ----------- >> This SF.net email is sponsored by: Microsoft Defy all >> challenges. Microsoft(R) Visual Studio 2008. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> Es40-developers mailing list >> Es4...@li... >> https://lists.sourceforge.net/lists/listinfo/es40-developers >> > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Es40-developers mailing list > Es4...@li... > https://lists.sourceforge.net/lists/listinfo/es40-developers > |