freebsd-dev/sys/dev/pci
John Baldwin 73492bc0b1 Remove the second check for a 64-bit BAR value on a 32-bit system in
pci_add_map().  First, this condition is already handled earlier in
the function.  Second, as written the check would never fire as the
'start' value was overwritten with a long value (rman_get_start() returns
long) before the comparison was done.

Discussed with:	imp
MFC after:	2 weeks
2008-08-05 21:04:00 +00:00
..
eisa_pci.c
fixup_pci.c
hostb_pci.c
ignore_pci.c
isa_pci.c
pci_if.m
pci_pci.c SATA device on some nForce based boards could get confused if MSI is not 2008-07-23 09:44:36 +00:00
pci_private.h
pci_user.c
pci.c Remove the second check for a 64-bit BAR value on a 32-bit system in 2008-08-05 21:04:00 +00:00
pcib_if.m
pcib_private.h
pcireg.h
pcivar.h SATA device on some nForce based boards could get confused if MSI is not 2008-07-23 09:44:36 +00:00
vga_pci.c