|
version 1.1.2.2, 1997/07/15 13:59:30
|
version 1.1.2.3, 1997/07/18 09:20:46
|
|
|
|
| /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Globals.c,v 1.1.2.1 1997/07/15 06:57:53 dawes Exp $ */ |
/* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Globals.c,v 1.1.2.2 1997/07/15 13:59:30 dawes Exp $ */ |
| | |
| /* | /* |
| * Copyright (c) 1997 by The XFree86 Project, Inc. | * Copyright (c) 1997 by The XFree86 Project, Inc. |
|
|
|
| Bool xf86Resetting = FALSE; | Bool xf86Resetting = FALSE; |
| Bool xf86ProbeFailed = FALSE; | Bool xf86ProbeFailed = FALSE; |
| Bool xf86ScreensOpen = FALSE; | Bool xf86ScreensOpen = FALSE; |
| BusPtr *xf86BusSlots = NULL; /* Bus slots claimed by drivers */ |
|
| int xf86NumBusSlots = 0; |
|
| DriverPtr *xf86DriverList = NULL; | DriverPtr *xf86DriverList = NULL; |
| int xf86NumDrivers = 0; | int xf86NumDrivers = 0; |
| |
PciProbeType xf86PCIFlags = PCIProbe1; |
| | |
| /* Parameters set only from the command line */ | /* Parameters set only from the command line */ |
| char *xf86ServerName = "no-name"; | char *xf86ServerName = "no-name"; |