[PATCH] x86_64: Don't sanity check Type 1 PCI bus access on newer systems
authorAndi Kleen <ak@suse.de>
Fri, 7 Apr 2006 17:49:36 +0000 (19:49 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 9 Apr 2006 18:53:51 +0000 (11:53 -0700)
commitec0f08eeea6ac1d8c925f47e3677e4c985fd8f63
tree053ede4e6c6648dc8d927a2ad17ef5e03069b3a2
parentfa47dd0ba303599f8adf8d8336ed2fb74efc47c5
[PATCH] x86_64: Don't sanity check Type 1 PCI bus access on newer systems

Horus systems don't have anything on bus 0 which makes
the Type 1 sanity checks fail.  Use the DMI BIOS year to
check for newer systems and always assume Type 1 works on them.
I used 2001 as an pretty arbitary cutoff year.

Cc: gregkh@suse.de
Cc: Navin Boppuri <navin.boppuri@newisys.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/pci/direct.c