Source-Changes-HG archive

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

[src/netbsd-1-5]: src/etc/etc.sparc Create two devices for framebuffers that ...



details:   https://anonhg.NetBSD.org/src/rev/21c7001d3640
branches:  netbsd-1-5
changeset: 489463:21c7001d3640
user:      abs <abs%NetBSD.org@localhost>
date:      Thu Sep 14 16:20:01 2000 +0000

description:
Create two devices for framebuffers that can have more than one card installed
Now a dual head cgsix box (for example) will work in X by default.
Pullup 1.58 approved by thorpej

diffstat:

 etc/etc.sparc/MAKEDEV |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 52918995aba7 -r 21c7001d3640 etc/etc.sparc/MAKEDEV
--- a/etc/etc.sparc/MAKEDEV     Thu Sep 14 14:28:07 2000 +0000
+++ b/etc/etc.sparc/MAKEDEV     Thu Sep 14 16:20:01 2000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.54.4.2 2000/08/24 09:19:29 jdc Exp $
+#      $NetBSD: MAKEDEV,v 1.54.4.3 2000/09/14 16:20:01 abs Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -97,8 +97,9 @@
        sh -$- $0 vnd0 vnd1 vnd2 vnd3 audio tun0 tun1 tun2 tun3
        sh -$- $0 ccd0 ccd1 ccd2 ccd3 raid0 raid1 raid2 raid3
        sh -$- $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
-       sh -$- $0 bwtwo0 cgtwo0 cgthree0 cgfour0 cgsix0
-       sh -$- $0 cgeight0 tcx0
+       sh -$- $0 bwtwo0 cgthree0 cgsix0 tcx0
+       sh -$- $0 bwtwo1 cgthree1 cgsix1 tcx1
+       sh -$- $0 cgtwo0 cgfour0 cgeight0
        sh -$- $0 scsibus0 scsibus1 scsibus2 scsibus3
        sh -$- $0 lkm random local ipl cfs0 apm apmctl tctrl0
        ;;



Home | Main Index | Thread Index | Old Index