Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: pgoyette
Date: Mon May 24 20:29:49 UTC 2010
Modified Files:
src/sys/arch/i386/pci: gcscehci.c
src/sys/dev/cardbus: ehci_cardbus.c ohci_cardbus.c uhci_cardbus.c
src/sys/dev/pci: azalia.c cs4280.c ehci_pci.c ohci_pci.c uhci_pci.c
Log Message:
Update all callers of the pci_find{vendor,product} routines to now call
these routines through their global pointers.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/i386/pci/gcscehci.c
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/cardbus/ehci_cardbus.c
cvs rdiff -u -r1.36 -r1.37 src/sys/dev/cardbus/ohci_cardbus.c
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/cardbus/uhci_cardbus.c
cvs rdiff -u -r1.73 -r1.74 src/sys/dev/pci/azalia.c
cvs rdiff -u -r1.58 -r1.59 src/sys/dev/pci/cs4280.c
cvs rdiff -u -r1.47 -r1.48 src/sys/dev/pci/ehci_pci.c
cvs rdiff -u -r1.44 -r1.45 src/sys/dev/pci/ohci_pci.c
cvs rdiff -u -r1.50 -r1.51 src/sys/dev/pci/uhci_pci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index