Module Name: src Committed By: tsutsui Date: Wed Jan 15 14:27:49 UTC 2014
Modified Files: src/sys/arch/alpha/pci: pci_bwx_bus_mem_chipdep.c Log Message: Revert previous. PR/48431 claims ALPHA_PHYS_TO_K0SEG() is necessary. Actually CHIP_MEM_SYS_START(v) seems a physical address per *_mem_map() function, but I don't think mmap() function should return K0SEG address (it should return PA cookie IIUC) so I guess there is something wrong in Titan's bus space functions. I'll investigate them later. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/alpha/pci/pci_bwx_bus_mem_chipdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.