CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2009/06/27 16:43:41
Modified files: sys/arch/sparc64/dev: ifb.c ifb_ident.c Log message: Stricter checks when deciding which acceleration code to use. Instead of matching on pci id, and if no match is found, on pci subsystem id, match on openfirmware device names (which amounts to a pci id AND subsystem id exact match). This makes XVR-500 cards (``bobcat'') run without acceleration. Which is better than trying to use ``jfb'' acceleration and fail. ok kettenis@