Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/pmax/conf The comment says we support up to 3 frame...



details:   https://anonhg.NetBSD.org/src/rev/f0bba8a82d20
branches:  trunk
changeset: 472859:f0bba8a82d20
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon May 10 04:49:24 1999 +0000

description:
The comment says we support up to 3 framebuffers, make it so...

diffstat:

 sys/arch/pmax/conf/GENERIC |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ba45da73a9fc -r f0bba8a82d20 sys/arch/pmax/conf/GENERIC
--- a/sys/arch/pmax/conf/GENERIC        Mon May 10 04:18:22 1999 +0000
+++ b/sys/arch/pmax/conf/GENERIC        Mon May 10 04:49:24 1999 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC,v 1.44 1999/04/26 04:30:26 ad Exp $
+#      $NetBSD: GENERIC,v 1.45 1999/05/10 04:49:24 simonb Exp $
 #
 # Distribution kernel (any model) kernel config file
 #
@@ -167,6 +167,6 @@
 #pseudo-device raid             4      # RAIDframe disk driver
 
 pseudo-device  rasterconsole    1      # NB: raster console requires "fb"
-pseudo-device  fb               1      # up to 3 framebuffers
+pseudo-device  fb               3      # up to 3 framebuffers
 
 pseudo-device  rnd                     # /dev/random and in-kernel generator



Home | Main Index | Thread Index | Old Index