Subject: port-arm32/11076: arm32 MAKEDEV does not create device files for footbridge com
To: None <gnats-bugs@gnats.netbsd.org>
From: None <tsutsui@ceres.dti.ne.jp>
List: netbsd-bugs
Date: 09/25/2000 06:32:19
>Number: 11076
>Category: port-arm32
>Synopsis: arm32 MAKEDEV does not create device files for footbridge com
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: port-arm32-maintainer
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Mon Sep 25 06:38:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator: Izumi Tsutsui
>Release: NetBSD 1.5_ALPHA2 around 20000917
>Organization:
Izumi Tsutsui Himeji City, Japan
>Environment:
NetBSD/arm32 1.5_ALPHA2 on CATS
>Description:
etc/etc.arm32/MAKEDEV does not have an entry for footbridge fcom
so it is not created.
>How-To-Repeat:
Just run 'sh MAKEDEV all' in /dev on arm32.
>Fix:
Just add an entry for fcom. (Should dialout device also be created?)
--- /usr/src/etc/etc.arm32/MAKEDEV Wed Aug 23 00:21:48 2000
+++ MAKEDEV Mon Sep 25 22:28:47 2000
@@ -300,6 +300,13 @@
chown uucp.wheel tty0$unit dty0$unit
;;
+fcom*)
+ unit=${i#fcom}
+ rm -f fcom$unit
+ mknod fcom$unit c 54 $(($unit + $dialin ))
+ chown uucp.wheel fcom$unit
+ ;;
+
pty*)
class=${i#pty}
case $class in
>Release-Note:
>Audit-Trail:
>Unformatted: