]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: be more verbose about resource quirks
authorLinus Torvalds <torvalds@g5.osdl.org>
Wed, 26 Oct 2005 03:40:09 +0000 (20:40 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 26 Oct 2005 03:40:09 +0000 (20:40 -0700)
commita9da05571f350ad1a5f5148f6724d25c45d13ac7
tree3ac1062a4b91270c0ea70eda6b802d1a2c74c2bf
parent8b43d8f6777f825fc7c905930f7f3d5c771d1450
PCI: be more verbose about resource quirks

When reserving an PCI quirk, note that in the kernel bootup messages.

Also, parse the strange PIIX4 device resources - they should get their
own PCI resource quirks, but for now just print out what it finds to
verify that the code does the right thing.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/pci/quirks.c