Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch/mac68k/dev Pullup 1.5 [scottr]:
details: https://anonhg.NetBSD.org/src/rev/35078fc6caee
branches: netbsd-1-5
changeset: 490087:35078fc6caee
user: tv <tv%NetBSD.org@localhost>
date: Wed Nov 01 23:06:38 2000 +0000
description:
Pullup 1.5 [scottr]:
Replace the call to macfb_init() when attaching a non-console fb device
with a call to macfb_clear().
diffstat:
sys/arch/mac68k/dev/macfb.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b48af60dae46 -r 35078fc6caee sys/arch/mac68k/dev/macfb.c
--- a/sys/arch/mac68k/dev/macfb.c Wed Nov 01 22:54:26 2000 +0000
+++ b/sys/arch/mac68k/dev/macfb.c Wed Nov 01 23:06:38 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: macfb.c,v 1.3.4.1 2000/06/30 16:27:28 simonb Exp $ */
+/* $NetBSD: macfb.c,v 1.3.4.2 2000/11/01 23:06:38 tv Exp $ */
/*
* Copyright (c) 1998 Matt DeBergalis
* All rights reserved.
@@ -234,7 +234,7 @@
sc->sc_dc->dc_offset = gm->fboff;
- macfb_init(sc->sc_dc);
+ macfb_clear(sc->sc_dc);
sc->nscreens = 1;
}
Home |
Main Index |
Thread Index |
Old Index