diff options
| author | Kazutaka YOKOTA <yokota@FreeBSD.org> | 2001-08-10 14:26:48 +0000 |
|---|---|---|
| committer | Kazutaka YOKOTA <yokota@FreeBSD.org> | 2001-08-10 14:26:48 +0000 |
| commit | 3863b6db4cf8f17a3743a82173adab2b6d3da51c (patch) | |
| tree | c36c67668d8eac603e7e024a35937819d026c21b /sys/dev/fb | |
| parent | 27b9f9d4a3594a5c49d7d200a90054b3fef3952b (diff) | |
Notes
Diffstat (limited to 'sys/dev/fb')
| -rw-r--r-- | sys/dev/fb/vga.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/fb/vga.c b/sys/dev/fb/vga.c index a05ea1bf357f7..838228bec2b19 100644 --- a/sys/dev/fb/vga.c +++ b/sys/dev/fb/vga.c @@ -2405,6 +2405,7 @@ vga_blank_display(video_adapter_t *adp, int mode) case KD_EGA: /* no support yet */ + splx(s); return ENODEV; case KD_CGA: |
