CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/03/27 16:16:03
Modified files:
sys/arch/loongson/dev: bonito.c bonitovar.h
sys/arch/loongson/include: autoconf.h pci_machdep.h
sys/arch/loongson/loongson: gdium_machdep.c generic2e_machdep.c
machdep.c wscons_machdep.c
yeeloong_machdep.c
Log message:
Remove dependency from wscons_machdep upon bonito. Instead of hardcoding bonito
as the northbridge, have the per-platform early setup code register functions
providing access to the PCI configuration space, for the wscons code to walk the
PCI space in search of a graphics board.
No functional change yet.