diff options
| author | macallan <macallan@NetBSD.org> | 2009-08-06 16:26:51 +0000 |
|---|---|---|
| committer | macallan <macallan@NetBSD.org> | 2009-08-06 16:26:51 +0000 |
| commit | 2b5246200f1ce6e231ff6acdbb477584fb174fa8 (patch) | |
| tree | 306f082c525ec2d8ceb1dbe37b3341c7f74f7444 /sys/dev | |
| parent | 69c048e118d91145a0d3d4a91f701ac00387fa86 (diff) | |
add rasops15 too for completeness
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/wsfb/files.wsfb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/wsfb/files.wsfb b/sys/dev/wsfb/files.wsfb index 761bd95859e..faf30eaf520 100644 --- a/sys/dev/wsfb/files.wsfb +++ b/sys/dev/wsfb/files.wsfb @@ -1,4 +1,4 @@ -# $NetBSD: files.wsfb,v 1.5 2009/08/06 16:24:43 macallan Exp $ +# $NetBSD: files.wsfb,v 1.6 2009/08/06 16:26:51 macallan Exp $ # # wsdisplay framebuffer drivers @@ -9,6 +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, rasops1, rasops8, rasops16, rasops24, rasops32, vcons, drm +device genfb: wsemuldisplaydev, rasops1, rasops8, rasops15, rasops16, rasops24, rasops32, vcons, drm file dev/wsfb/genfb.c genfb needs-flag defflag opt_genfb.h GENFB_DEBUG |
