https://github.com/torvalds/linux
Revision 8b8c8d280ab2d18fe6e42d671f60d4ffed451cdc authored by Yu, Luming on 25 April 2006, 07:00:34 UTC, committed by Greg Kroah-Hartman on 11 June 2006, 21:02:27 UTC
According to Intel ICH spec, there are several rules that Base Address
should be programmed before IOSE  (PCICMD register ) enabled.

For example ICH7:

12.1.3  SATA : the base address register for the bus master register
               should be programmed before this bit is set.

11.1.3:  PCICMD (USB): The base address register for USB should be
                       programmed before this bit is set.
....

To make sure kernel code follow this rule , and prevent unnecessary
confusion. I proposal this patch.

Signed-off-by: Luming Yu <luming.yu@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
1 parent 04d9c1a
History
Tip revision: 8b8c8d280ab2d18fe6e42d671f60d4ffed451cdc authored by Yu, Luming on 25 April 2006, 07:00:34 UTC
[PATCH] PCI: reverse pci config space restore order
Tip revision: 8b8c8d2
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 462 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.4 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 68.9 KB
Makefile -rw-r--r-- 43.7 KB
README -rw-r--r-- 16.2 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top