Source-Changes-HG archive

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

[src/trunk]: src/sys/conf Add MI cprofb (used on shark and netwinder)



details:   https://anonhg.NetBSD.org/src/rev/86c5eb5ffee0
branches:  trunk
changeset: 509722:86c5eb5ffee0
user:      matt <matt%NetBSD.org@localhost>
date:      Fri May 11 04:47:56 2001 +0000

description:
Add MI cprofb (used on shark and netwinder)

diffstat:

 sys/conf/files |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r d8400e162d61 -r 86c5eb5ffee0 sys/conf/files
--- a/sys/conf/files    Fri May 11 04:47:55 2001 +0000
+++ b/sys/conf/files    Fri May 11 04:47:56 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.438 2001/05/06 03:26:38 ichiro Exp $
+#      $NetBSD: files,v 1.439 2001/05/11 04:47:56 matt Exp $
 
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
@@ -573,6 +573,9 @@
 device vga: wsemuldisplaydev, pcdisplayops
 file   dev/ic/vga.c                    vga                     needs-flag
 file   dev/ic/vga_subr.c               vga
+# CyberPro 20x0 graphics (linear non-VGA mode)
+device cprofb: wsemuldisplaydev
+file   dev/ic/cyberpro.c               cprofb needs-flag
 
 # Attributes which machine-independent bus support can be attached to.
 # These should be defined here, because some of these busses can have



Home | Main Index | Thread Index | Old Index