Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/x68k
Module Name: src
Committed By: isaki
Date: Thu Dec 18 02:27:42 UTC 2008
Modified Files:
src/sys/arch/x68k/dev: mfp.c
src/sys/arch/x68k/x68k: locore.s x68k_init.c
Log Message:
Remove intr_reset(), which has disabled device interrupt just
after start in locore.s. Initializing interrupt should be done
by each device driver.
To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/sys/arch/x68k/dev/mfp.c
cvs rdiff -r1.84 -r1.85 src/sys/arch/x68k/x68k/locore.s
cvs rdiff -r1.11 -r1.12 src/sys/arch/x68k/x68k/x68k_init.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