diff options
| author | macallan <macallan@NetBSD.org> | 2007-04-11 04:46:33 +0000 |
|---|---|---|
| committer | macallan <macallan@NetBSD.org> | 2007-04-11 04:46:33 +0000 |
| commit | 32376f5c18dafd37bb1a066aa1a6da9287cbb109 (patch) | |
| tree | 4cef30b5ae2b3b9d46ce8955ebfe92b951481737 /sys/dev/wsfb | |
| parent | 9b5f7f0162ae76a19a58808a6ff080767fbf0257 (diff) | |
pull in rasops1 and rasops32
Diffstat (limited to 'sys/dev/wsfb')
| -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 |
