From owner-freebsd-isp Tue May 21 18:07:52 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA21943 for isp-outgoing; Tue, 21 May 1996 18:07:52 -0700 (PDT) Received: from lynx.its.unimelb.edu.au (lynx.its.unimelb.EDU.AU [128.250.20.151]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id SAA21938 for ; Tue, 21 May 1996 18:07:48 -0700 (PDT) Received: (from danny@localhost) by lynx.its.unimelb.edu.au (8.6.11/8.6.9) id LAA17498; Wed, 22 May 1996 11:07:31 +1000 Date: Wed, 22 May 1996 11:07:30 +1000 (EST) From: "Daniel O'Callaghan" To: Steve Reid cc: isp@freebsd.org Subject: Re: Cyclades Cyclom 8Yo - kernel config and mknod ? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 18 May 1996, Steve Reid wrote: > I have a Cyclades Cyclom 8Yo in a FreeBSD 2.1.0-RELEASE machine, but I'm > not quite certain about all of the kernel configuration option... So far, > this is what I've figured: > > device cy0 at isa? tty irq 15 iomem 0xd400 iosiz 0x2000 vector cyinter > options "COM_MULTIPORT" No, you don't need COM_MULTIPORT, that is for AST type boards. > What I can't figure is the port and flags for sio2-sio9. Am I correct in > assuming I need to configure sio devices for the Cyclades card? No. Just do cy0, and suddenly cuac0-f and ttyc0-f end up in the kernel. Stick the following in MAKEDEV and do (to make devs for cy0 and cy1) ./MAKEDEV cycl cycl) sh MAKEDEV ttyc0 ttyc1 ttyc2 ttyc3 ttyc4 ttyc5 ttyc6 ttyc7 sh MAKEDEV ttyc8 ttyc9 ttyca ttycb ttycc ttycd ttyce ttycf sh MAKEDEV ttycg ttych ttyci ttycj ttyck ttycl ttycm ttycn sh MAKEDEV ttyco ttycp ttycq ttycr ttycs ttyct ttycu ttycv sh MAKEDEV cuac0 cuac1 cuac2 cuac3 cuac4 cuac5 cuac6 cuac7 sh MAKEDEV cuac8 cuac9 cuaca cuacb cuacc cuacd cuace cuacf sh MAKEDEV cuacg cuach cuaci cuacj cuack cuacl cuacm cuacn sh MAKEDEV cuaco cuacp cuacq cuacr cuacs cuact cuacu cuacv ;; cheers, Danny