NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/48431 CVS commit: src/sys/arch/alpha/pci



The following reply was made to PR port-alpha/48431; it has been noted by GNATS.

From: "Izumi Tsutsui" <tsutsui%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/48431 CVS commit: src/sys/arch/alpha/pci
Date: Wed, 15 Jan 2014 14:27:49 +0000

 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.
 


Home | Main Index | Thread Index | Old Index