dri-trunk/xc> diff xc/programs/Xserver/hw/xfree86/scanpci/xf86PciData.c 
xc/programs/Xserver/hw/xfree86/scanpci/xf86PciData.c.Dieter
1c1
< /* $XFree86: xc/programs/Xserver/hw/xfree86/scanpci/xf86PciData.c,v 1.5 
2000/04/05 18:13:58 dawes Exp $ */
---
> /* $XFree86: xc/programs/Xserver/hw/xfree86/scanpci/xf86ScanPci.c,v 1.12 
2002/07/15 20:46:04 dawes Exp $ */
3c3,4
<  * the PCI data structures
---
>  * Display the Subsystem Vendor Id and Subsystem Id in order to identify
>  * the cards installed in this computer
5,6c6
<  * this module only includes the data that is relevant for video boards
<  * the non-video data is included in the scanpci module
---
>  * Copyright 1995-2002 by The XFree86 Project, Inc.
8c8
<  * Copyright 1995-2000 by The XFree86 Project, Inc.
---
>  * A lot of this comes from Robin Cutshaw's scanpci
11a12,28
>
> /*
>  * This file is used to build both the scanpci and pcidata modules.
>  * The interfaces have changed compared with XFree86 4.2.0 and earlier.
>  * The data is no longer exported directly.  Lookup functions are provided.
>  * This means that the data format can change in the future without 
affecting
>  * the exported interfaces.
>  *
>  * The namespaces for pcidata and scanpci clash, so both modules can't be
>  * loaded at the same time.  The X server should only load the scanpci 
module
>  * when run with the '-scanpci' flag.  The main difference between the
>  * two modules is size.  pcidata only holds the subset of data that is
>  * "interesting" to the X server.  "Interesting" is determined by the
>  * PCI_VENDOR_* defines in ../common/xf86PciInfo.h.
>  */
[snip]

-Dieter


-------------------------------------------------------
This sf.net email is sponsored by: Influence the future
of Java(TM) technology. Join the Java Community
Process(SM) (JCP(SM)) program now.
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0003en
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to