Source-Changes archive

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

CVS commit: src/sys/arch/amiga



Module Name:    src
Committed By:   rkujawa
Date:           Sun Nov 25 23:33:56 UTC 2012

Modified Files:
        src/sys/arch/amiga/amiga: amiga_init.c
        src/sys/arch/amiga/conf: files.amiga
        src/sys/arch/amiga/dev: zbus.c
Added Files:
        src/sys/arch/amiga/dev: z3rambd.c

Log Message:
Add z3rambd driver, it allows using Zorro III RAM boards as block devices.
This makes sense in machines equipped with RAM on accelerator boards, where
difference between accelerator RAM and Zorro III RAM is significant. Hacks
were needed in amiga_init.c and zbus.c, but they are only enabled if this
driver is present in kernel. Otherwise user will get the usual behaviour.


To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 src/sys/arch/amiga/amiga/amiga_init.c
cvs rdiff -u -r1.165 -r1.166 src/sys/arch/amiga/conf/files.amiga
cvs rdiff -u -r0 -r1.1 src/sys/arch/amiga/dev/z3rambd.c
cvs rdiff -u -r1.71 -r1.72 src/sys/arch/amiga/dev/zbus.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