|
version 1.1.2.11, 1997/07/18 10:09:28
|
version 1.1.2.12, 1997/07/18 13:12:36
|
|
|
|
| /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86str.h,v 1.1.2.10 1997/07/18 06:25:36 dawes Exp $ */ |
/* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86str.h,v 1.1.2.11 1997/07/18 10:09:28 hohndel Exp $ */ |
| | |
| /* | /* |
| * Copyright (c) 1997 by The XFree86 Project, Inc. | * Copyright (c) 1997 by The XFree86 Project, Inc. |
|
|
|
| unsigned long *physBase, | unsigned long *physBase, |
| int *physSize, int *memSize); | int *physSize, int *memSize); |
| Bool (*DGASetDirectMode)(int scrnIndex, Bool on); | Bool (*DGASetDirectMode)(int scrnIndex, Bool on); |
| Bool (*DGAGetDirectMode)(int scrnIndex); |
|
| void (*DGASetBank)(int scrnIndex, int bank, int flags); | void (*DGASetBank)(int scrnIndex, int bank, int flags); |
| | |
| funcPointer reservedFuncs[NUM_RESERVED_FUNCS]; | funcPointer reservedFuncs[NUM_RESERVED_FUNCS]; |