PERFORCE change 149452 for review

Peter Wemm peter at FreeBSD.org
Mon Sep 8 22:32:36 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=149452

Change 149452 by peter at peter_overcee on 2008/09/08 22:31:35

	Kill pcie cfg method.  It breaks my X server.

Affected files ...

.. //depot/projects/hammer/sys/amd64/pci/pci_cfgreg.c#28 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/pci/pci_cfgreg.c#28 (text+ko) ====

@@ -232,6 +232,7 @@
 int
 pcie_cfgregopen(uint64_t base, uint8_t minbus, uint8_t maxbus)
 {
+	return 0;
 
 	if (minbus != 0)
 		return (0);


More information about the p4-projects mailing list