Bug 32185

Summary: CODA cdev missing from MAKEDEV (cfs)
Product: Base System Reporter: Funs <funs>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: znerd
Priority: Normal    
Version: 4.4-STABLE   
Hardware: Any   
OS: Any   

Description Funs 2001-11-22 11:40:01 UTC
	It's quite hard to find out with what Major/Minor for the cdev should 
	be used that needs to be made for CODA, (in the code of coda_fbsd.c
	it is mentioned however)
	It would be nice, since there is kernel support for CODA in FreeBSD, 
	if the cdev would be present in MAKEDEV, so that people don't have to
	search for it's properties.

Fix: 

in /dev
	mknod cfs0 c 93 0
	chmod 600 cfs0
How-To-Repeat: 	remove /dev/cfs0
Comment 1 iedowse freebsd_committer freebsd_triage 2001-11-22 13:44:13 UTC
State Changed
From-To: open->closed


Duplicate of conf/22695. I have just merged that change into -stable.