User guide

1
Installing and Configuring Enhanced OS-9
Enhanced OS-9 for X86 PCAT 95
#defineVECT_RB1003_PRI0x0 /* IDE controller vector */
#defineBASE_RB1003_SEC0x00000360/* IDE 2nd controller port */
#defineVECT_RB1003_SEC0x0/* IDE 2nd controller vector */
#else
#defineBASE_RB1003_PRI0x000001f0/* IDE controller port addr */
#defineVECT_RB1003_PRI0x4e/* IDE controller vector */
#defineBASE_RB1003_SEC0x00000170/* IDE 2nd controller port */
#defineVECT_RB1003_SEC0x4f/* IDE 2nd controller vector */
#endif
MWOS/OS9000/80386/PORTS/PCAT/RBF/RB1003/config.des
/*
* Device specific defines
*
* ds_idetype = IDE interface type
* IDE_TYPE_STANDARD
* IDE_TYPE_PCI
* IDE_TYPE_PCMCIA
*
* ds_polled = IDE_POLLED
* IDE_INTERRUPTS
*
* ds_altstat = HD_DEFAULT_ALTSTAT (Standard IDE offset)
* HD_PCMCIA_ALTSTAT (PCMCIA IDE offset)
*
* ds_timeout = Drive ready timeout in seconds.
* IDE specification allows for up to
* 30 seconds. We will allow the max here.
* Users are free to reduce this amount
* if desired. PCMCIA IDE FLASH type cards
* require only a few miliseconds. Rotating
* devices will require more time.
*
*/
#defineIDE_TYPE_STANDARD0
#defineIDE_TYPE_PCI1
#defineIDE_TYPE_PCMCIA2
#defineIDE_INTERRUPTS0
#defineIDE_POLLED1
#defineHD_DEFAULT_ALTSTAT0x0206
#defineHD_PCMCIA_ALTSTAT0xe
init dev_specific {