diff options
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/wsfb/files.wsfb | 8 |
1 files changed, 2 insertions, 6 deletions
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 |
