Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Dec 1998 11:47:48 +1100
From:      "John Saunders" <john.saunders@scitec.com.au>
To:        "Mr. Twatchai SaeLao" <tsl@lox2.loxinfo.co.th>
Cc:        "FreeBSD questions" <freebsd-questions@FreeBSD.ORG>
Subject:   RE: Problem about Cyclades Card
Message-ID:  <004b01be230d$8adcb660$6cb611cb@saruman.scitec.com.au>
In-Reply-To: <006a01be22bc$f1472440$892192cb@coca-cola>

next in thread | previous in thread | raw e-mail | index | archive | help
> Dear sir
> I use Cyclom-8Ys on FreeBSD-2.2.5 connect between RJ12-->DB9.
> It isn't work. when i use Cyclom-8Ys on DOS. I can use it.
> If you have some idea. Please tell me.
> Thank for you help

Step 1) Create the device entries...

	# cd /dev
	# sh MAKEDEV cuac0 ttyc0

Step 2) Build the kernel with the device configured...

	# cd /sys/i386/conf
	# vi GENERIC			(or whatever config file)
Add the following line just after the sio devices...
device cy0 at isa? tty irq 10 iomem 0xd4000 iosiz 0x2000 vector cyintr
	# config GENERIC			(or whatever config file)
	# cd ../../compile/GENERIC	(or whatever file)
	# make kernel install
	# shutdown -r now

--   .   +-------------------------------------------------------+
 ,--_|\  | John Saunders    mailto:John.Saunders@scitec.com.au   |
/  Oz  \ | SCITEC LIMITED   Phone +61294289563  Fax +61294289933 |
\_,--\_/ | "By the time you make ends meet, they move the ends." |
      v  +-------------------------------------------------------+
 

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?004b01be230d$8adcb660$6cb611cb>