Download Adaptec 1542CP - Storage Controller Fast SCSI 10 MBps User guide

Transcript
1
Installing and Configuring Enhanced OS-9
#define
#define
#define
#define
#define
#define
#define
T11PORT
T12PORT
T13PORT
T14PORT
T15PORT
T16PORT
T17PORT
0x328
0x330
0x338
0x340
0x348
0x350
0x358
/*
/*
/*
/*
/*
/*
/*
t11
t12
t13
t14
t15
t16
t17
onboard
onboard
onboard
onboard
onboard
onboard
onboard
port
port
port
port
port
port
port
address
address
address
address
address
address
address
*/
*/
*/
*/
*/
*/
*/
Making the descriptors
Once the systype.h file has been updated the new descriptors may be
created.
Change to directory:
MWOS/OS9000/80386/PORTS/PCAT/SCF/SCPC8/DESC
Type os9make; the following descriptors will be made:
MWOS\OS9000\80386\PORTS\PCAT\CMDS\BOOTOBJS\DESC\SCPC8\t10
MWOS\OS9000\80386\PORTS\PCAT\CMDS\BOOTOBJS\DESC\SCPC8\t11
MWOS\OS9000\80386\PORTS\PCAT\CMDS\BOOTOBJS\DESC\SCPC8\t12
MWOS\OS9000\80386\PORTS\PCAT\CMDS\BOOTOBJS\DESC\SCPC8\t13
MWOS\OS9000\80386\PORTS\PCAT\CMDS\BOOTOBJS\DESC\SCPC8\t14
MWOS\OS9000\80386\PORTS\PCAT\CMDS\BOOTOBJS\DESC\SCPC8\t15
MWOS\OS9000\80386\PORTS\PCAT\CMDS\BOOTOBJS\DESC\SCPC8\t16
MWOS\OS9000\80386\PORTS\PCAT\CMDS\BOOTOBJS\DESC\SCPC8\t17
HostessI
Support for the HostessI intelligent serial card is included by selecting
the HostessI option in the Configuration Wizard’s Bootfile Options
dialog box.
To change the vector the user must edit the systype.h file located in the
port directory.
MWOS/OS9000/80386/PORTS/PCAT/systype.h
#define
#define
#define
*/
#define
HS_PORT0x00000218/* Hostess i board. serial adapter board */
HS_VECT0x4f/* IRQ 15 */
HS_BOARDMEM0xd0000/* onboard memory place in the system address space
HS_NBLINES16/* number lines on the board (8/16) */
/* Old board doesn’t permit 16 bits mode. */
#define HS_BUSSIZE8/* size of the bus the board uses (8/16) */
Enhanced OS-9 for X86 PCAT
85