summaryrefslogtreecommitdiff
path: root/sys/modules/dbcool
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/dbcool')
0 files changed, 0 insertions, 0 deletions
dyoung 2008-07-22Add pci_mapreg_submap(): This function is pci_mapreg_map() with twobjs 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2007-12-01aprintifyjmcneill 2007-11-20Merge from jmcneill-pm: XXX allow pci_find_mem to map a 64-bit BAR.joerg 2007-04-10turn the other 'void region' message into aprint_debug() as wellmacallan 2007-04-10demote 'pci_io_find: void region' to aprint_debug()macallan 2006-11-16__unused removal on arguments; approved by core.christos 2006-10-12- sprinkle __unused on function decls.christos 2006-03-01Add pci_find_rom() API as discussed on tech-kern.gdamore 2006-02-27Add PCI_MAPREG_TYPE_ROM and allow it to be used with pci_mapreg_map().gdamore 2005-12-11merge ktrace-lwp.christos 2005-02-27nuke trailing whitespaceperry 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