CVS Update: xc (branch: trunk)
Marc Aurele La France <[email protected]>
| Newsgroups | gmane.comp.xfree86.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /home/x-cvs Module name: xc Changes by: [email protected]. 06/05/16 06:51:40 Log message: 2. On the *BSD's, if the OS disallows r/w access to PCI configuration space, attempt to proceed with read-only access. Also, do not FatalError should read-only access not be allowed either. This allows, for example, scanpci to function despite the likes of OpenBSD's securelevel (Marc La France). Modified files: xc/programs/Xserver/hw/xfree86/: CHANGELOG xc/programs/Xserver/hw/xfree86/os-support/bus/: freebsdPci.c netbsdPci.c Revision Changes Path 3.3733 +6 -1 xc/programs/Xserver/hw/xfree86/CHANGELOG 1.8 +14 -3 xc/programs/Xserver/hw/xfree86/os-support/bus/freebsdPci.c 1.6 +14 -3 xc/programs/Xserver/hw/xfree86/os-support/bus/netbsdPci.c