NetBSD Problem Report #6539

Received: (qmail 6119 invoked from network); 6 Dec 1998 11:58:00 -0000
Message-Id: <199812060756.CAA01462@seki.bernstein.com>
Date: Sun, 6 Dec 1998 02:56:00 -0500 (EST)
From: maximum entropy <entropy@seki.bernstein.com>
Reply-To: entropy@zippy.bernstein.com
To: gnats-bugs@gnats.netbsd.org
Subject: Supported device "leo0" is not created by the atari MAKEDEV script
X-Send-Pr-Version: 3.95

>Number:         6539
>Category:       port-atari
>Synopsis:       Supported device "leo0" is not created by the atari MAKEDEV script
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnats-admin
>State:          closed
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sun Dec 06 04:05:00 +0000 1998
>Closed-Date:    Mon Dec 07 13:39:56 +0000 1998
>Last-Modified:  Mon Dec 07 13:40:58 +0000 1998
>Originator:     maximum entropy
>Release:        <NetBSD-current source date> current
>Organization:

>Environment:

System: NetBSD seki.bernstein.com 1.3I NetBSD 1.3I (SEKI) #1: Wed Dec 2 16:27:40 EST 1998 root@seki.bernstein.com:/usr2/src/sys/arch/atari/compile/SEKI atari


>Description:

Supported device "leo0" is not created by the atari MAKEDEV script.  I should have changed
MAKEDEV when I submitted the driver.
>How-To-Repeat:


Not applicable.

>Fix:


--- /usr/src/etc/etc.atari/MAKEDEV-orig	Fri Nov 13 07:10:01 1998
+++ /usr/src/etc/etc.atari/MAKEDEV	Sun Dec  6 02:43:11 1998
@@ -93,6 +93,7 @@
 #
 # Video devices:
 #	etvme	Tseng et-compatible cards on VME
+#	leo	Circad Leonardo VME-bus true color
 #

 #
@@ -108,7 +109,7 @@
 case $i in
 all)
 	sh $0 std fd st0 ttye0 ttye1 ttye2 ttye3 ttye4 ttye5 grf0 grf1
-	sh $0 grf2 grf3 grf4 grf5 mouse0 mouse1 rtc random etvme
+	sh $0 grf2 grf3 grf4 grf5 mouse0 mouse1 rtc random etvme leo0
 	sh $0 kbd sd0 sd1 sd2 sd3 sd4 sd5 sd6 sd7 sd8 sd9 vnd0 vnd1 vnd2
 	sh $0 vnd3 vnd4 view00 view01 view02 view03 view04 view05 pty0 
 	sh $0 vnd5 vnd6 cd0 fd0 fd1 fd2 fd3 bpf0 bpf1 bpf2 bpf3 ipl
@@ -488,6 +489,14 @@
 	mknod etvme c 40 0
 	chown root.wheel etvme
 	chmod 600 etvme
+	;;
+
+leo*)
+	unit=${i#leo};
+	rm -f leo$unit
+	mknod leo$unit c 39 $unit
+	chown root:wheel leo$unit
+	chmod 600 leo$unit
 	;;

 scsibus*)
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: leo 
State-Changed-When: Mon Dec 7 05:39:56 PST 1998 
State-Changed-Why:  
Diffs comitted. 
>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.