Date: Wed, 22 May 1996 11:07:30 +1000 (EST) From: "Daniel O'Callaghan" <danny@lynx.its.unimelb.edu.au> To: Steve Reid <steve@edmweb.com> Cc: isp@freebsd.org Subject: Re: Cyclades Cyclom 8Yo - kernel config and mknod ? Message-ID: <Pine.BSI.3.91.960522110438.17222E@lynx.its.unimelb.edu.au> In-Reply-To: <Pine.BSF.3.91.960518164358.447A-100000@kirk.edmweb.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.91.960522110438.17222E>
