看板 DFBSD_commit 關於我們 聯絡資訊
commit 93fad5193b3d1007ac4bfe4f0154d6843df9270a Author: Sepherosa Ziehau <sephe@dragonflybsd.org> Date: Mon Oct 3 22:05:56 2011 +0800 resource: Per-CPU hardware resources support, step 2 of many Add cpuid parameter to resource_list_alloc, so that this parameter could be passed to bus_alloc_resource DEVMETHOD Summary of changes: sys/bus/isa/i386/isa.c | 2 +- sys/bus/isa/isa_common.c | 16 ++++++---------- sys/bus/isa/x86_64/isa.c | 2 +- sys/bus/pccard/pccard.c | 2 +- sys/bus/pci/pci.c | 12 ++++++------ sys/kern/subr_bus.c | 5 +++-- sys/sys/bus.h | 2 +- 7 files changed, 19 insertions(+), 22 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/93fad5193b3d1007ac4bfe4f0154d6843df9270a -- DragonFly BSD source repository