freebsd-dev/sys/amd64/pci
Andriy Gapon 1e908511f8 number of cleanups in i386 and amd64 pci md code
o introduce PCIE_REGMAX and use it instead of ad-hoc constant
o where 'reg' parameter/variable is not already unsigned, cast it to
  unsigned before comparison with maximum value to cut off negative
  values
o use PCI_SLOTMAX in several places where 31 or 32 were explicitly used
o drop redundant check of 'bytes' in i386 pciereg_cfgread() - valid
  values are already checked in the subsequent switch

Reviewed by:	jhb
MFC after:	1 week
2009-09-24 07:11:23 +00:00
..
pci_bus.c Match PCI Express root bridge _HID directly instead of 2009-07-13 21:36:31 +00:00
pci_cfgreg.c number of cleanups in i386 and amd64 pci md code 2009-09-24 07:11:23 +00:00