; 
;	$Revision:   1.3  $
;	$Date:   09 Dec 1991 15:09:26  $
; 
;***************************************************************************
;* Copyright (C) 1988 by Phoenix Technologies Ltd.  			   *
;* Copyright (C) 1989 by NCR Corporation    This program		   *
;* contains proprietary and confidential information.  All rights reserved *
;* except as may be permitted by prior written consent.                    *
;*************************************************************************** 

AdapterID 0efefh

ADAPTERNAME  "PC Network Adapter"

NUMBYTES 1

NAMEDITEM 
	PROMPT	"Type, Memory Location, Interrupt Level"
	CHOICE  "Primary,Loc 1,Int Level 2"
		pos[0]=1X00010Xb  io 620h-627h  int 2
		mem 0c8000h-0cffffh
	CHOICE  "Primary,Loc 1,Int Level 3"
		pos[0]=1X01010Xb  io 620h-627h  int 3
		mem 0c8000h-0cffffh
	CHOICE  "Primary,Loc 2,Int Level 2"
		pos[0]=1X00001Xb  io 620h-627h  int 2
		mem 0d0000h-0d7fffh
	CHOICE  "Primary,Loc 2,Int Level 3"
		pos[0]=1X01001Xb  io 620h-627h	int 3
		mem 0d0000h-0d7fffh
	CHOICE  "Primary,Loc 3,Int Level 2"
		pos[0]=1X00011Xb  io 620h-627h  int 2
		mem 0d8000h-0dffffh
	CHOICE  "Primary,Loc 3,Int Level 3"
		pos[0]=1X01011Xb  io 620h-627h	int 3
		mem 0d8000h-0dffffh
	CHOICE  "Alt,Loc 1,Int Level 3"
		pos[0]=0X01110Xb  io 628h-062fh	 int 3
		mem 0ce000h-0cffffh
	CHOICE  "Alt,Loc 2,Int Level 3"
		pos[0]=0X01101Xb  io 628h-062fh  int 3 
		mem 0d6000h-0d7fffh
	CHOICE  "Alt,Loc 3,Int Level 3"
		pos[0]=0X01111Xb  io 628h-062fh  int 3
		mem 0de000h-0dffffh
	CHOICE  "RPL,Loc 1,Int Level 2"
		pos[0]=1X10010Xb  io 620h-627h  int 2
		mem 0c8000h-0cffffh
	CHOICE  "RPL,Loc 1,Int Level 3"
		pos[0]=1X11010Xb  io 620h-627h  int 3
		mem 0c8000h-0cffffh
	CHOICE  "RPL,Loc 2,Int Level 2"
		pos[0]=1X10001Xb  io 620h-627h  int 2
		mem 0d0000h-0d7fffh
	CHOICE  "RPL,Loc 2,Int Level 3"
		pos[0]=1X11001Xb  io 620h-627h	int 3
		mem 0d0000h-0d7fffh
	CHOICE  "RPL,Loc 3,Int Level 2"
		pos[0]=1X10011Xb  io 620h-627h  int 2
		mem 0d8000h-0dffffh
	CHOICE  "RPL,Loc 3,Int Level 3"
		pos[0]=1X11011Xb  io 620h-627h	int 3
		mem 0d8000h-0dffffh
	HELP
	   "To configure this adapter you may choose the adapter type,
memory location, and interrupt level.  The three adapter types are 
primary, alternate, Remote Program Load (RPL).  There are three
memory locations for each adapter type.  The primary adapter and the
RPL adapter use one of two interrupt levels, while the alternate
adapter uses interrupt level 3.  Use the F5=Previous and the F6=Next
keys to change this assignment.  Conflicting assignments are marked
with an asterisk and must be changed."

