Source-Changes archive

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

CVS commit: src/sys/dev/ic



Module Name:    src
Committed By:   briggs
Date:           Sat May 26 12:45:11 UTC 2007

Modified Files:
        src/sys/dev/ic: aac.c aacreg.h

Log Message:
Import code from FreeBSD to tell the controller how much physical RAM the
system has.  This has the (scary-because-we've-been-running-so-long-
without-it) commit message (for the first version of the change):
        Tell the controller how much physical memory we have.  Without this
        there was a chance that our DMA regions would collide with the
        memory window used by the cache on the controller.  The result would
        be massive data corruption.  This seemed to mainly affect systems with
        >2GB of memory.


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 src/sys/dev/ic/aac.c
cvs rdiff -r1.7 -r1.8 src/sys/dev/ic/aacreg.h

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