|
version 1.15, 1999/01/14 01:44:17
|
version 1.16, 1999/01/14 13:04:10
|
|
|
|
| /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86str.h,v 1.14 1999/01/13 03:19:37 dawes Exp $ */ |
/* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86str.h,v 1.15 1999/01/14 01:44:17 dawes Exp $ */ |
| | |
| /* | /* |
| * Copyright (c) 1997 by The XFree86 Project, Inc. | * Copyright (c) 1997 by The XFree86 Project, Inc. |
|
|
|
| int vendor; | int vendor; |
| int chipType; | int chipType; |
| int chipRev; | int chipRev; |
| |
int subsysVendor; |
| |
int subsysCard; |
| int bus; | int bus; |
| int device; | int device; |
| int func; | int func; |
|
|
|
| int interface; | int interface; |
| unsigned long memBase[6]; | unsigned long memBase[6]; |
| unsigned long ioBase[6]; | unsigned long ioBase[6]; |
| unsigned long size[6]; |
int size[6]; |
| unsigned char type[6]; | unsigned char type[6]; |
| unsigned long biosBase; | unsigned long biosBase; |
| |
int biosSize; |
| pointer thisCard; | pointer thisCard; |
| } pciVideoRec, *pciVideoPtr; | } pciVideoRec, *pciVideoPtr; |
| | |