Bug 22695

Summary: MAKEDEV has no entry for cfs0, the device needed for the coda client
Product: Base System Reporter: ingham <ingham>
Component: confAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
coda.patch.txt
none
coda.patch.txt none

Description ingham 2000-11-08 17:00:01 UTC
The instructions for running the venus client say to run venus-setup.
venus-setup runs /dev/MAKEDEV cfs0, but MAKEDEV has no entry for cfs0.

Fix: 

I found the major number as 93 in coda_fbsd.c.  I guessed at minor number 0 and made the device manually.
How-To-Repeat: Look at MAKEDEV.
Comment 1 wolfieee 2001-01-27 16:25:19 UTC
patch to add cfs to MAKEDEV.


-- 

===
Unix is like a wigwam -- no Gates, no Windows, and an Apache inside.
===
---
Michael Joyner
Systems Administrator
mjoyner@rv1.dynip.com
Comment 2 wolfieee 2001-01-30 00:53:03 UTC
patch to add cfs to MAKEDEV.


-- 

===
Unix is like a wigwam -- no Gates, no Windows, and an Apache inside.
===
---
Michael Joyner
Systems Administrator
mjoyner@rv1.dynip.com
Comment 3 markp freebsd_committer freebsd_triage 2001-06-08 10:14:20 UTC
Responsible Changed
From-To: freebsd-ports->freebsd-bugs

Misfiled PR
Comment 4 iedowse freebsd_committer freebsd_triage 2001-11-18 00:20:25 UTC
State Changed
From-To: open->closed


Committed (in a slightly simpler form), thanks!