CVSROOT: /cvs Module name: src Changes by: [email protected] 2008/12/29 15:07:35
Modified files:
sys/arch/sparc64/conf: files.sparc64
sys/arch/sparc64/dev: ifb.c vgafb.c
sys/arch/sparc64/include: fbvar.h
Added files:
sys/arch/sparc64/dev: ifb_ident.c
Log message:
Move ifb identification to its own routine. We can not simply have the ifb
probe win over vgafb, since one may configure a kernel with vgafb but without
ifb (especially slackers who forget to rerun config).
