Module Name: src Committed By: rkujawa Date: Thu Dec 26 20:38:11 UTC 2013
Modified Files: src/sys/arch/amiga/amiga: autoconf.c src/sys/arch/amiga/conf: GENERIC.in files.amiga src/sys/arch/amiga/dev: acafh.c acafhreg.h acafhvar.h Log Message: Implement the probe procedure for ACA500. Now the user just needs acafh0 compiled in his kernel and it all should(tm) work. Due to lack of obio in amiga port, the probe is called directly from mbattach(). This is going to change with the introduction of obio for all non-autoconfig expansions. To generate a diff of this commit: cvs rdiff -u -r1.115 -r1.116 src/sys/arch/amiga/amiga/autoconf.c cvs rdiff -u -r1.122 -r1.123 src/sys/arch/amiga/conf/GENERIC.in cvs rdiff -u -r1.172 -r1.173 src/sys/arch/amiga/conf/files.amiga cvs rdiff -u -r1.2 -r1.3 src/sys/arch/amiga/dev/acafh.c \ src/sys/arch/amiga/dev/acafhreg.h src/sys/arch/amiga/dev/acafhvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.