home *** CD-ROM | disk | FTP | other *** search
/ The Mother of All Windows Books / CD-MOM.iso / cd_mom / drivers / display / cornst / @80a6.adf next >
Text File  |  1992-09-11  |  2KB  |  46 lines

  1. ;***********************************************************   
  2. ;
  3. ;       Cornerstone Technology, Inc.            
  4. ;       07/28/92
  5. ;
  6. ;***********************************************************   
  7. AdapterId 080A6h
  8. AdapterName "ImageAccel Display"             
  9. NumBytes 4
  10.  
  11. NamedItem       Prompt  "Primary or Secondary Video Adapter"
  12.     choice "Primary"  pos[2]=XXXXXXX1b
  13.     choice "Secondary"  pos[2]=XXXXXXX0b
  14. Help
  15. "Choose primary if ImageAccel is the primary display, otherwise choose 
  16.  secondary if VGA is the primary display"
  17.  
  18. NamedItem       Prompt  "I/O base address"
  19.     choice "2000" pos[0]=XXX010XXb  io 2000h-2001h
  20.     choice "2010" pos[0]=XXX011XXb  io 2010h-2011h
  21.     choice "4000" pos[0]=XXX110XXb  io 4000h-4001h
  22.     choice "4010" pos[0]=XXX111XXb  io 4010h-4011h
  23. Help
  24. "Choose a 2 byte I/O block with no conflicts."
  25.  
  26. NamedItem       Prompt  "Memory base segment address"
  27.     choice "0DE000"  pos[0]=000XXX0Xb pos[1]=01101111b  mem 0DE000h-0DFFFFh
  28.     choice "0DC000"  pos[0]=000XXX0Xb pos[1]=01101110b  mem 0DC000h-0DDFFFh
  29.     choice "0DA000"  pos[0]=000XXX0Xb pos[1]=01101101b  mem 0DA000h-0DBFFFh
  30.     choice "0D0000"  pos[0]=000XXX0Xb pos[1]=01101000b  mem 0D0000h-0D1FFFh
  31.     choice "0CE000"  pos[0]=000XXX0Xb pos[1]=01100111b  mem 0CE000h-0CFFFFh
  32.     choice "0CC000"  pos[0]=000XXX0Xb pos[1]=01100110b  mem 0CC000h-0CDFFFh
  33.     choice "0CA000"  pos[0]=000XXX0Xb pos[1]=01100101b  mem 0CA000h-0CBFFFh
  34.     choice "0C0000"  pos[0]=000XXX0Xb pos[1]=01100000b  mem 0C0000h-0C1FFFh
  35. Help
  36. "Choose a 8K memory block with no conflicts."
  37.  
  38. NamedItem       Prompt  "Interrupt Selection"
  39.     choice "IRQ 10"  pos[3]=XXXXXX00b int 10
  40.     choice "IRQ 11"  pos[3]=XXXXXX01b int 11
  41.     choice "IRQ 5"  pos[3]=XXXXXX10b int 5
  42.     choice "IRQ 3"  pos[3]=XXXXXX11b int 3
  43. Help
  44. "Choose an interrupt with no conflicts."
  45.  
  46.