Module Name: src Committed By: macallan Date: Tue Mar 17 07:25:08 UTC 2015
Modified Files: src/sys/arch/mips/ingenic: apbus.c ingenic_dwctwo.c ingenic_ehci.c ingenic_ohci.c ingenic_var.h Log Message: - keep a list of devices, addresses and interrupts in apbus.c - pass irq numbers to devices - reduce magic numbers in device drivers - allow multiple instances of device drivers To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/mips/ingenic/apbus.c \ src/sys/arch/mips/ingenic/ingenic_dwctwo.c cvs rdiff -u -r1.1 -r1.2 src/sys/arch/mips/ingenic/ingenic_ehci.c \ src/sys/arch/mips/ingenic/ingenic_ohci.c \ src/sys/arch/mips/ingenic/ingenic_var.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.