Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Apr 2000 19:47:02 +0300
From:      Ruslan Ermilov <ru@ucb.crimea.ua>
To:        Konstantin Orekhov <techkins@yahoo.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Cyclades and MAKEDEV
Message-ID:  <20000413194702.A39546@relay.ucb.crimea.ua>
In-Reply-To: <20000413163412.27583.qmail@web4303.mail.yahoo.com>; from Konstantin Orekhov on Thu, Apr 13, 2000 at 09:34:12AM -0700
References:  <20000413163412.27583.qmail@web4303.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Apr 13, 2000 at 09:34:12AM -0700, Konstantin Orekhov wrote:
> Hello people!
> 
> I've installed Cyclades-Y 16 port in our 4.0-release
> machine. Recompiled kernel, rebooted.
> 
> dmesg shows the following:
> cy0 at iomem 0xd4000 irq 9 on isa0
> cy0: driver is using old-style compatability shims
> 
> So, it looks good.
> 
> Now, I'm trying to create a ttyc* and cuac* devices
> (as per Handbook):
> 
> # cd /dev
> # ./MAKEDEV ttyc0
> # ls -l ttyc*
> crw-------  1 root  wheel   48,   0 Apr 11 16:19
> ttyc00
> crw-------  1 root  wheel   48,   1 Apr 11 16:19
> ttyc01
> [snip]
> crw-------  1 root  wheel   48,  31 Apr 11 16:19
> ttyc0v
> # ls -l ttyc* | wc -l
>     32
> 
> This is not what I expected - I thought I should have
> something like ttyc0 - ttyc15.
> 
> Also, if I try to create cuac* devices, I get the same
> unexpected device names - cuac00...cuac0v.
> 
> What am I doing wrong? Did I miss something?
> 
Nothing to worry about, the /dev/MAKEDEV script is written
so that it always creates 32 nodes [0-9][a-v] for Cyclom-Y.


-- 
Ruslan Ermilov		Sysadmin and DBA of the
ru@ucb.crimea.ua	United Commercial Bank,
ru@FreeBSD.org		FreeBSD committer,
+380.652.247.647	Simferopol, Ukraine

http://www.FreeBSD.org	The Power To Serve
http://www.oracle.com	Enabling The Information Age


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




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