Module Name: src Committed By: dyoung Date: Wed Apr 28 22:00:39 UTC 2010
Modified Files: src/sys/dev/pci: if_ath_pci.c Log Message: To reduce differences between ath(4)'s PCI attachment and its CardBus attachment, delete several unnecessary #includes, re-order subroutines, move around line breaks, change to different names for the same constant, et cetera. Comparing this version of if_ath_pci.c with my uncommitted version of if_ath_cardbus.c, only about five lines are different. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/dev/pci/if_ath_pci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.