Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/pci
Module Name: src
Committed By: dyoung
Date: Tue May 10 18:31:34 UTC 2011
Modified Files:
src/sys/dev/pci: if_hme_pci.c if_ral_pci.c machfb.c pci.c
pciide_common.c viaide.c
Log Message:
Stop abuse of PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED. The flags
specifically tell a driver that bridges upstream forward PCI I/O (or
memory) transactions to the device." Only bus drivers have any business
modifying these.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/dev/pci/if_hme_pci.c
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/pci/if_ral_pci.c
cvs rdiff -u -r1.64 -r1.65 src/sys/dev/pci/machfb.c
cvs rdiff -u -r1.138 -r1.139 src/sys/dev/pci/pci.c
cvs rdiff -u -r1.49 -r1.50 src/sys/dev/pci/pciide_common.c
cvs rdiff -u -r1.73 -r1.74 src/sys/dev/pci/viaide.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