Date: Thu, 5 Aug 2010 17:48:37 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/amd64 mptable_pci.c src/sys/i386/i386 mptable_pci.c src/sys/i386/pci pci_bus.c Message-ID: <201008051749.o75HnGT7028332@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2010-08-05 17:48:37 UTC FreeBSD src repository Modified files: sys/amd64/amd64 mptable_pci.c sys/i386/i386 mptable_pci.c sys/i386/pci pci_bus.c Log: SVN rev 210868 on 2010-08-05 17:48:37Z by jhb Change the MPTable and $PIR PCI-PCI bridge drivers to inherit from the generic PCI-PCI bridge driver and only override specific methods. This should fix suspend/resume of PCI-PCI bridges using these drivers. Revision Changes Path 1.9 +2 -25 src/sys/amd64/amd64/mptable_pci.c 1.9 +2 -25 src/sys/i386/i386/mptable_pci.c 1.131 +2 -25 src/sys/i386/pci/pci_bus.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008051749.o75HnGT7028332>