User guide

1
Installing and Configuring Enhanced OS-9
Enhanced OS-9 for X86 PCAT 71
The following netstat example shows a working network card
configured with IP address 182.52.109.25 and MAC address of
00.00.C0.91.4F.96.
(Super)[/h0/sys/>] netstat -in
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
lo0 1536 <Link> 0 0 0 0 0
lo0 1536 127 127.0.0.1 0 0 0 0 0
enet0 1500 <Link> 00.00.C0.91.4F.96 55 110 35 0 0
enet0 1500 182.52.109 182.52.109.25 55 110 35 0 0
How to modify the OS-9 descriptor
Edit the file
MWOS/OS9000/80386/PORTS/PCAT/SPF/SP21140/DEFS/spf_desc.
h, changing the definition of CONNTYPE as required. The possible
values for CONNTYPE are:
*
* From spf_desc.h
*/
/*
* Interface/connection type
* Common values:
*
* INF_UTP == MII_10MB == 10Mb/s 21140
* INF_AUI == SRL_10MB == Conventional 10Mb/s 21140
* INF_UTP100 == MII_100MBTX == MII 100Mb/s 21140
* INF_FX100 == MII_100MBFX == MII 100Mb/s 21140
* INF_MII10 == MII_10MB == 10Mb/s 21140
* INF_MII100 == MII_100MB == MII 100Mb/s 21140
*
* Note: Not all common values will work. Below are common
* values used for different cards supported. Much work at
* driver level still remains to allow auto and NWay support.
* Support for DEC21143 may be added in the future once the
* NWay support is added.
*
* SMC EtherPower 10/100 - SMC9332DST
* 10BaseT = INF_AUI
*
* SMC EtherPower 10/100 - SMC9334BDT/SC (Dual)
* 10BaseT = INF_UTP
* 100BaseT = INF_MII100