From owner-freebsd-questions Thu Apr 13 9:34:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web4303.mail.yahoo.com (web4303.mail.yahoo.com [216.115.104.195]) by hub.freebsd.org (Postfix) with SMTP id 1D25537BB3D for ; Thu, 13 Apr 2000 09:34:39 -0700 (PDT) (envelope-from techkins@yahoo.com) Message-ID: <20000413163412.27583.qmail@web4303.mail.yahoo.com> Received: from [216.206.52.217] by web4303.mail.yahoo.com; Thu, 13 Apr 2000 09:34:12 PDT Date: Thu, 13 Apr 2000 09:34:12 -0700 (PDT) From: Konstantin Orekhov Subject: Cyclades and MAKEDEV To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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? Any help/suggestions are very-very welcome. Thanks. Kins Orekhov. __________________________________________________ Do You Yahoo!? Send online invitations with Yahoo! Invites. http://invites.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message