Module Name: src Committed By: dyoung Date: Sun Aug 28 04:59:37 UTC 2011
Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: Make the override implementation more concise. Saves about three lines of code per routine, makes it more explicit what's going on, and avoids recursion, though the compiler probably optimized the tail recursion in the old code. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/arch/x86/pci/pci_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.