The scanpci utility scans for devices on the PCI bus. This utility can be used to obtain some of the addresses required when configuring the XFree86 P9000 server for a Diamond Viper PCI. For details of this refer to the README.P9000 file. Binaries for scanpci are included with most of the XFree86 3.1.1 binary distributions. In some distributions this is included in the "bin" archive. In others there it is in a separate "scanpci" archive. Note: scanpci must be run as root. Supported O/S's: SVR4 UnixWare SCO FreeBSD NetBSD 386BSD BSDI BSD/386 Linux Mach/386 DOS (WATCOM 9.5 compiler) To compile scanpci: For SVR4, UnixWare use: [g]cc -DSVR4 scanpci.c -o scanpci For DOS, watcom 9.5 use: wcc386p -zq -omaxet -7 -4s -s -w3 -d2 name.c and link with PharLap or other dos extender for exe For other OSs, use: [g]cc scanpci.c -o scanpci Author: Robin Cutshaw (robin@XFree86.org) Copyright (C) 1994, 1995 The XFree86 Project, Inc. All Rights Reserved. (see full Copyright notice in scanpci.c)