CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/10/14 15:23:06
Modified files:
sys/arch/i386/conf: files.i386
sys/arch/loongson/conf: files.loongson
sys/arch/loongson/dev: glx.c kb3310.c pcib.c
sys/arch/loongson/loongson: yeeloong_machdep.c
sys/dev/pci : files.pci
Added files:
sys/dev/pci : glxpcib.c glxreg.h glxvar.h
Removed files:
sys/arch/i386/pci: glxpcib.c
sys/arch/loongson/dev: glxpcib.c glxreg.h glxvar.h
Log message:
Move glxpcib(4) to MI land unifying the two MD drivers.
Specific features of the companion chip will be handled in MD land.
Okay dera...@.