summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pci_map.c
AgeCommit message (Expand)Author
2002-05-30implement a check whether a BAR is present at all at a given configurationdrochner
2002-05-29When testing for a void region, use PCI_MAPREG_MEM_SIZE() for 32bit memaddr.bouyer
2001-11-13add RCSIDlukem
2000-11-29ANSI'ify.thorpej
2000-06-28Don't check for a BAR address past PCI_MAPREG_END; some devicesthorpej
2000-05-10Add support for mapping 64-bit PCI memory space. If the regionthorpej
2000-01-25use BUS_SPACE_MAP_PREFETCHABLE instead BUS_SPACE_MAP_CACHEABLE where thedrochner
1998-08-15Assign my copyrights to TNF.mycroft
1997-10-06Back out last change. (Partially my fault, for not reviewing it closethorpej
1997-10-03pci_mapreg_info() has been changed to take arguments like pci_mapreg_map()lonhyn
1997-09-23If the region size turns out to be 0, return an error. This is what willmycroft
1997-08-30* Rewrite pci_io_find() and pci_mem_find() using my original pci_map_io() andmycroft