Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/Doc/hdw.settings
Дата изменения: Mon Nov 24 18:11:16 2003
Дата индексирования: Thu Jan 15 07:47:02 2009
Кодировка:
i/o port
23dec99. taken from page 1.2 (notes) in bancom book.
only one really verified is the bancom 0x200.Others are
probably right
i/o int
hex hex

200 bancom 16 bytes .. from bancom book 2-2 and jumpers on brd..
2e8 com4
2f8 com2
300 60 Ethernet .. from autoexecute.bat lh command. check board...
378 lpt1
3e8 com3
3f8 com1


bancom board:
init: 0x208,0x10
- out detect time code
- initmode after power up or initcmd:
battery backed RTC IC time and RTC time code period
init to this then search for time code . if no found
flywheel in this mode.

0x00 would have been normal initialization. what would
that have used????
: 0x209,0x0
no event capture, no interrupts, no external flywheel
sync with external freq ref, disable digital filter.
: 0x20c,d - propagation delay not loaded...
probabaly not needed since they affect the 1pps, heart
beat pulses that we don't use.

reading time:
adr data
:w 0x0e,0x80 - write request time to command register
r 0x0e, - loop till it turns to 0x00 (about 150 usecs).
don't do the read faster than once every
2 usecs.

; 18nov03
; pentium cpu #5
; etherLink III card installed by jeff (via manny)
; 1992 # 3C509TP no switches on card.
;
etherlink III configuration program.:

\lan\3c5x9cfg.exe

config should look like:

--> install
iobase adr 300h
interrupt req lev 10
boot prom disabled
transceiver type external (aui/dxi)
network driver optimization dos client
max modem speed 38400


The driver configuration line is:
c:\nwclient\driver\3c5x9pd 0x60 0x300^M
where 0x300 is the i/o port. It is the default so you do not have to have it.
The pentium cpus had:
c:\nwclient\driver\3c5x9pd 0x60 idport=0x150

we switched back to the above line 0x300 and it seemed to work ok.