From mistral@imasy.or.jp  Sun Feb 16 04:37:53 2003
Return-Path: <mistral@imasy.or.jp>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 35FC637B405
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 16 Feb 2003 04:37:50 -0800 (PST)
Received: from mistral.imasy.or.jp (flets22-023.kamome.or.jp [218.45.22.23])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5A17443F85
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 16 Feb 2003 04:37:44 -0800 (PST)
	(envelope-from mistral@imasy.or.jp)
Received: from mistral.imasy.or.jp (localhost [IPv6:::1])
	by mistral.imasy.or.jp (8.12.6/8.12.6/mistral) with ESMTP id h1GCbPKo040604
	(version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 16 Feb 2003 21:37:25 +0900 (JST)
	(envelope-from mistral@imasy.or.jp)
Received: (from sarumaru@localhost)
	by mistral.imasy.or.jp (8.12.6/8.12.6/Submit) id h1GCbJFD040603;
	Sun, 16 Feb 2003 21:37:19 +0900 (JST)
	(envelope-from sarumaru)
Message-Id: <200302161237.h1GCbJFD040603@mistral.imasy.or.jp>
Date: Sun, 16 Feb 2003 21:37:19 +0900 (JST)
From: Yoshihiko Sarumaru <mistral@imasy.or.jp>
Reply-To: Yoshihiko Sarumaru <mistral@imasy.or.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: ucom/uplcom user must make device file before use it
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 16 04:40:14 PST 2003
>Closed-Date:    Mon Jul 14 04:07:46 PDT 2003
>Last-Modified:  Mon Jul 14 04:07:46 PDT 2003
>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:
State-Changed-From-To: open->closed 
State-Changed-By: kris 
State-Changed-When: Mon Jul 14 04:07:37 PDT 2003 
State-Changed-Why:  
Patch committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48326 
>Unformatted:
