Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2003 21:37:19 +0900 (JST)
From:      Yoshihiko Sarumaru <mistral@imasy.or.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   conf/48326: ucom/uplcom user must make device file before use it
Message-ID:  <200302161237.h1GCbJFD040603@mistral.imasy.or.jp>

next in thread | raw e-mail | index | archive | help

>Number:         48326
>Category:       conf
>Synopsis:       ucom/uplcom user must make device file before use it
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 16 04:40:14 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Yoshihiko Sarumaru
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD mistral.imasy.or.jp 4.7-STABLE FreeBSD 4.7-STABLE #1: Tue Feb 11 18:42:52 JST 2003 sarumaru@mistral.imasy.or.jp:/usr/obj/usr/src/sys/Z505VRK i386


	
>Description:
	ucom/uplcom user must make device file before use it.
	it should be made when `MAKEDEV all' is performed.

>How-To-Repeat:
	cu -l /dev/ucom0
	(not with FreeBSD 5.x system :)
>Fix:

--- MAKEDEV.orig	Tue Feb 11 18:01:52 2003
+++ MAKEDEV	Sun Feb 16 21:21:10 2003
@@ -328,7 +328,7 @@
 	sh MAKEDEV iic0 iic1				# cdev, I2C device
 	sh MAKEDEV smb0 smb1				# cdev, SMBus device
 	sh MAKEDEV usb usb0 uhid0 ums0 ulpt0 ugen0	# cdev, USB devices
-	sh MAKEDEV urio0 uscanner0 umodem0		# cdev, USB devices too
+	sh MAKEDEV urio0 uscanner0 umodem0 ucom0	# cdev, USB devices too
 	sh MAKEDEV bpf0 bpf1 bpf2 bpf3 			# cdev, network
 	sh MAKEDEV ipl tun0 tun1 tun2 tun3		# cdev, network
 	sh MAKEDEV tap0 tap1 tap2 tap3			# cdev, network
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302161237.h1GCbJFD040603>