jhb 169a4e8371 MFC 261524,261526,261527:
- Properly set the alignment flags when allocating the initial range for a
  BAR.  This only really matters when pci_do_realloc_bars is enabled and
  the initial allocation of a specific range fails.
- Simplify pci_reserve_map() by calling resource_list_reserve() to allocate
  the resource after creating a resource list entry rather than reimplementing
  it by hand.
- Add two tunables to ignore certain firmware-assigned resources.  These
  are mostly useful for debugging.
  - hw.pci.clear_bars ignores all firmware-assigned ranges for BARs when
    set.
  - hw.pci.clear_pcib ignores all firmware-assigned ranges for PCI-PCI
    bridge I/O windows when set.
2014-02-19 18:34:47 +00:00
..
2013-08-11 06:57:57 +00:00
2014-02-19 18:34:47 +00:00
2013-11-01 06:33:17 +00:00
2014-02-17 22:19:49 +00:00
2014-02-19 18:34:47 +00:00
2013-11-01 06:32:16 +00:00
2014-02-17 22:19:49 +00:00
2014-02-18 20:27:17 +00:00