From 32376f5c18dafd37bb1a066aa1a6da9287cbb109 Mon Sep 17 00:00:00 2001 From: macallan Date: Wed, 11 Apr 2007 04:46:33 +0000 Subject: pull in rasops1 and rasops32 --- sys/dev/wsfb/files.wsfb | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/wsfb/files.wsfb b/sys/dev/wsfb/files.wsfb index 054e6fecbd8..d2864f4033b 100644 --- a/sys/dev/wsfb/files.wsfb +++ b/sys/dev/wsfb/files.wsfb @@ -1,4 +1,4 @@ -# $NetBSD: files.wsfb,v 1.2 2007/04/10 02:16:48 macallan Exp $ +# $NetBSD: files.wsfb,v 1.3 2007/04/11 04:46:33 macallan Exp $ # # wsdisplay framebuffer drivers @@ -9,10 +9,6 @@ defflag opt_wsfb.h WSFB_FAKE_VGA_FB # allow mmap(0xa0000) defflag opt_wsfb.h WSFB_ALLOW_OTHERS # allow to mmap() foreign ranges # a generic framebuffer console -device genfb: wsemuldisplaydev, rasops8, vcons, drm +device genfb: wsemuldisplaydev, rasops1, rasops8, rasops32, vcons, drm file dev/wsfb/genfb.c genfb defflag opt_genfb.h GENFB_DEBUG - -# an SBus frontend for genfb -#attach genfb at sbus with genfb_sbus -#file dev/wsfb/genfb_sbus.c genfb -- cgit