freebsd-src/sys/dev/pci
Warner Losh e5baeed6a6 MFp4: When doing lazy allocation, it turns out that we need to record the
actual resource values we received from the system rather than the range
we requested.  Since we request a range starting at 0, we would record
that number.  Later, since this == 0, we'd allocate again.  However,
we wouldn't write the new resource into the BAR.  This resulted in
a resource leak as well as a BAR that couldn't access the resource at
all since rman_get_start, et al, were wrong.

MFC After: 1 week (assuming RELENG_6 is open for business)
2005-10-29 05:52:17 +00:00
..
eisa_pci.c
fixup_pci.c
ignore_pci.c
isa_pci.c
pci.c MFp4: When doing lazy allocation, it turns out that we need to record the 2005-10-29 05:52:17 +00:00
pci_if.m
pci_pci.c
pci_private.h
pci_user.c
pcib_if.m
pcib_private.h
pcireg.h Use symbolic name rather thanhard coding the cap pointer offset for 2005-10-29 05:49:06 +00:00
pcivar.h