freebsd-skq/sys/dev/proto
Marcel Moolenaar 00f73819c2 We need to handle 64-bit BARs ourselves to avoid that the
PCI infrastructure instantiates a non-existent resource.
This has BARs suddenly show up with pciconf(8) under
VMware as well.  Now that we read the BAR ourselves, ask
for the correct resource type.
2015-06-12 12:27:10 +00:00
..
proto_bus_pci.c We need to handle 64-bit BARs ourselves to avoid that the 2015-06-12 12:27:10 +00:00
proto_busdma.c Load the allocated memory and return both the physical 2015-06-10 22:33:56 +00:00
proto_busdma.h Implement mmap(2) for the busdma resource. 2015-06-08 21:47:44 +00:00
proto_core.c Implement mmap(2) for the busdma resource. 2015-06-08 21:47:44 +00:00
proto_dev.h Load the allocated memory and return both the physical 2015-06-10 22:33:56 +00:00
proto.h